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