aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-1/+1
|\
| * tcp: Replace time wait bucket msg by counterTom Herbert2010-12-081-1/+1
* | timewait_sock: Create and use getpeer op.David S. Miller2010-12-011-8/+24
* | inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2010-11-301-1/+30
|/
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-6/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | tcp: Add SNMP counter for DEFER_ACCEPTEric Dumazet2010-03-211-0/+1
|/
* net: backlog functions renameZhu Yi2010-03-051-1/+1
* tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-151-5/+5
* TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-021-6/+8
* TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-021-8/+38
* TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-021-1/+1
* tcp: Don't make syn cookies initial setting depend on CONFIG_SYSCTLDavid S. Miller2009-11-211-7/+1
* net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-131-1/+1
* tcp: Do not call IPv4 specific func in tcp_check_reqGilad Ben-Yossef2009-11-041-6/+3
* Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2009-10-291-2/+5
* Only parse time stamp TCP option in time wait sockGilad Ben-Yossef2009-10-291-2/+2
* tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov2009-10-191-2/+2
* Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller2009-10-191-1/+0
* tcp: fix tcp_defer_accept to consider the timeoutWilly Tarreau2009-10-131-0/+1
* tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG()Robert Varga2009-09-151-1/+1
* tcp: fix ssthresh u16 leftoverIlpo Järvinen2009-09-151-1/+1
* tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang2009-09-021-1/+1
* tcp: Remove redundant copy of MD5 authentication keyJohn Dykstra2009-08-291-23/+0
* tcp: missing check ACK flag of received segment in FIN-WAIT-2 stateWei Yongjun2009-06-251-1/+2
* tcp: consolidate paws checkIlpo Järvinen2009-03-151-2/+2
* tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis2009-03-021-1/+1
* tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen2009-03-021-2/+1
* net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-031-1/+1
* tcp: kill pointless urg_modeIlpo Järvinen2008-10-071-0/+1
* tcp: (whitespace only) fix confusing indentationAdam Langley2008-08-071-70/+68
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-061-1/+1
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-3/+3
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-161-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-20/+12
|\
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-121-20/+12
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-211-12/+20
* [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-041-0/+2
* [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev2008-02-291-1/+1
* [TCP]: Move sack_ok access to obviously named funcs & cleanupIlpo Järvinen2007-10-101-1/+1
* [TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen2007-10-101-1/+0
* [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove itIlpo Järvinen2007-10-101-0/+6
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-251-4/+5
* [TCP]: whitespace cleanupStephen Hemminger2007-04-251-3/+3
* [NET]: Convert xtime.tv_sec to get_seconds()James Morris2007-04-251-4/+4
* [TCP]: Keep copied_seq, rcv_wup and rcv_next together.Eric Dumazet2007-04-251-4/+2
* [TCP]: Fix minisock tcp_create_openreq_child() typo.Arnaldo Carvalho de Melo2007-02-281-1/+1