summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-031-3/+3
* tcp: kill pointless urg_modeIlpo Järvinen2008-10-071-3/+1
* net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-071-1/+1
* tcp: Respect SO_RCVLOWAT in tcp_poll().David S. Miller2008-10-061-4/+8
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-6/+6
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-70/+57
* mib: put tcp statistics on struct netPavel Emelyanov2008-07-181-3/+0
* mib: add net to NET_ADD_STATS_USERPavel Emelyanov2008-07-161-3/+3
* mib: add net to NET_INC_STATS_USERPavel Emelyanov2008-07-161-3/+3
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-2/+4
* mib: add net to NET_INC_STATSPavel Emelyanov2008-07-161-1/+1
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-161-2/+2
* mib: add net to TCP_DEC_STATSPavel Emelyanov2008-07-161-1/+1
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-161-1/+1
* mib: add net to TCP_INC_STATSPavel Emelyanov2008-07-161-2/+2
* net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.Will Newton2008-07-161-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-1/+3
|\
| * tcp: fix a size_t < 0 comparison in tcp_read_sockOctavian Purdila2008-07-031-1/+2
| * tcp: net/ipv4/tcp.c needs linux/scatterlist.hAndrew Morton2008-07-031-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-3/+6
|\ \ | |/
| * tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg2008-06-271-3/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-7/+11
|\ \ | |/
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-121-7/+11
* | Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller2008-06-111-0/+70
|\ \
| * | tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.YOSHIFUJI Hideaki2008-06-121-0/+70
| |/
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.Octavian Purdila2008-06-041-1/+8
* tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH2008-04-211-1/+1
* Merge branch 'master' of ../net-2.6/David S. Miller2008-03-231-2/+2
|\
| * [TCP]: Let skbs grow over a page on fast peersHerbert Xu2008-03-221-2/+2
* | [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-211-11/+7
|/
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-031-1/+1
* [TCP]: Uninline tcp_set_stateIlpo Järvinen2008-01-281-0/+35
* [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessaryIlpo Järvinen2008-01-281-1/+0
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-281-11/+12
* [TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checkingPavel Emelyanov2008-01-281-4/+1
* [NET]: Eliminate unused argument from sk_stream_alloc_pskbPavel Emelyanov2008-01-281-7/+4
* [NET]: Uninline the sk_stream_alloc_pskbPavel Emelyanov2008-01-281-0/+27
* [TCP]: Make tcp_splice_data_recv() static.Adrian Bunk2008-01-281-2/+2
* [TCP]: Splice receive support.Jens Axboe2008-01-281-0/+129
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-071-2/+2
* [TCP]: Saner thash_entries default with much memory.Jean Delvare2007-10-301-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones2007-10-101-2/+7
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-1/+2
* [TCP]: Move sack_ok access to obviously named funcs & cleanupIlpo Järvinen2007-10-101-1/+1
* [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller2007-08-021-1/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* I/OAT: warning fixAndrew Morton2007-07-111-10/+16
* I/OAT: Only offload copies for TCP when there will be a context switchChris Leech2007-07-111-3/+7
OpenPOWER on IntegriCloud