aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAge
* tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-29
* tcp: Do not check flush when comparing options for GROHerbert Xu2009-05-27
* gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-27
* tcp: Optimise len/mss comparisonHerbert Xu2009-05-27
* tcp: Remove unnecessary window comparisons for GROHerbert Xu2009-05-27
* tcp: Optimise GRO port comparisonsHerbert Xu2009-05-27
* tcp: fix MSG_PEEK race checkIlpo Järvinen2009-05-18
* gro: Fix use after free in tcp_gro_receiveHerbert Xu2009-04-17
* ipv4: remove unused parameter from tcp_recv_urg().Rami Rosen2009-03-31
* tcp: remove parameter from tcp_recv_urg().Rami Rosen2009-03-18
* tcp: make sure xmit goal size never becomes zeroIlpo Järvinen2009-03-15
* tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen2009-03-15
* tcp: simplify tcp_current_mssIlpo Järvinen2009-03-15
* tcp: in sendmsg/pages open code the real goto targetIlpo Järvinen2009-03-02
* gro: Optimise TCP packet receptionHerbert Xu2009-02-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-30
|\
| * tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-01-27
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-29
|/
* 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