summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-70/+57Star
* mib: put tcp statistics on struct netPavel Emelyanov2008-07-181-3/+0Star
* mib: add net to NET_ADD_STATS_USERPavel Emelyanov2008-07-171-3/+3
* mib: add net to NET_INC_STATS_USERPavel Emelyanov2008-07-171-3/+3
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-171-2/+4
* mib: add net to NET_INC_STATSPavel Emelyanov2008-07-171-1/+1
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-171-2/+2
* mib: add net to TCP_DEC_STATSPavel Emelyanov2008-07-171-1/+1
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-171-1/+1
* mib: add net to TCP_INC_STATSPavel Emelyanov2008-07-171-2/+2
* net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.Will Newton2008-07-171-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-061-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-281-3/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-141-7/+11
|\|
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-131-7/+11
* | Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller2008-06-121-0/+70
|\ \
| * | tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.YOSHIFUJI Hideaki2008-06-111-0/+70
| |/
* / net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
|/
* tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.Octavian Purdila2008-06-051-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-241-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-221-11/+7Star
|/
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-031-1/+1
* [TCP]: Uninline tcp_set_stateIlpo Järvinen2008-01-291-0/+35
* [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessaryIlpo Järvinen2008-01-291-1/+0Star
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-291-11/+12
* [TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checkingPavel Emelyanov2008-01-281-4/+1Star
* [NET]: Eliminate unused argument from sk_stream_alloc_pskbPavel Emelyanov2008-01-281-7/+4Star
* [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-111-2/+7
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-111-1/+2
* [TCP]: Move sack_ok access to obviously named funcs & cleanupIlpo Järvinen2007-10-111-1/+1
* [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg().David S. Miller2007-08-031-1/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* I/OAT: warning fixAndrew Morton2007-07-121-10/+16
* I/OAT: Only offload copies for TCP when there will be a context switchChris Leech2007-07-121-3/+7
* [TCP] tcp_read_sock: Allow recv_actor() return return negative error value.Jens Axboe2007-06-241-2/+6
* [TCP]: Use default 32768-61000 outgoing port range in all cases.Mark Glines2007-06-041-3/+0Star
* [TCP]: Consolidate checking for tcp orphan count being too big.Pavel Emelianov2007-05-311-3/+2Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [TCP]: zero out rx_opt in tcp_disconnect()Srinivas Aji2007-05-041-2/+1Star