aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAge
* tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-01-27
* gso: Ensure that the packet is long enoughHerbert Xu2009-01-14
* tcp: splice as many packets as possible at onceWilly Tarreau2009-01-13
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-09
|\
| * net_dma: convert to dma_find_channelDan Williams2009-01-06
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-06
* | tcp6: Add GRO supportHerbert Xu2009-01-08
* | tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller2009-01-05
* | tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek2009-01-05
* | gro: Use gso_size to store MSSHerbert Xu2009-01-04
|/
* net: Fix percpu counters deadlockHerbert Xu2008-12-30
* tcp: Add GRO supportHerbert Xu2008-12-16
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-26
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-26
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-07
|\
| * tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.David S. Miller2008-11-05
* | net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-03
|/
* 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