| Commit message (Expand) | Author | Age |
* | syncookies: fix inclusion of tcp options in syn-ack | Florian Westphal | 2008-10-27 |
* | tcp: Restore ordering of TCP options for the sake of inter-operability | Ilpo Järvinen | 2008-10-23 |
* | tcp: should use number of sack blocks instead of -1 | Ilpo Järvinen | 2008-10-21 |
* | tcp: kill pointless urg_mode | Ilpo Järvinen | 2008-10-07 |
* | tcp: Port redirection support for TCP | KOVACS Krisztian | 2008-10-01 |
* | tcp: Fix order of tests in tcp_retransmit_skb() | David S. Miller | 2008-09-23 |
* | tcp: advertise MSS requested by user | Tom Quetchenbach | 2008-09-21 |
* | tcp: back retransmit_high when it over-estimated | Ilpo Järvinen | 2008-09-21 |
* | tcp: don't clear retransmit_skb_hint when not necessary | Ilpo Järvinen | 2008-09-21 |
* | tcp: remove retransmit_skb_hint clearing from failure | Ilpo Järvinen | 2008-09-21 |
* | tcp: reorganize retransmit code loops | Ilpo Järvinen | 2008-09-21 |
* | tcp: remove tp->lost_out guard to make joining diff nicer | Ilpo Järvinen | 2008-09-21 |
* | tcp: Reorganize skb tagbit checks | Ilpo Järvinen | 2008-09-21 |
* | tcp: remove obsolete validity concern | Ilpo Järvinen | 2008-09-21 |
* | tcp: add tcp_can_forward_retransmit | Ilpo Järvinen | 2008-09-21 |
* | tcp: convert retransmit_cnt_hint to seqno | Ilpo Järvinen | 2008-09-21 |
* | tcp: Partial hint clearing has again become meaningless | Ilpo Järvinen | 2008-09-21 |
* | tcp: fix tcp header size miscalculation when window scale is unused | Philip Love | 2008-08-27 |
* | tcp: Fix bitmask test in tcp_syn_options() | David S. Miller | 2008-07-21 |
* | tcp: options clean up | Adam Langley | 2008-07-19 |
* | tcp: Fix MD5 signatures for non-linear skbs | Adam Langley | 2008-07-19 |
* | mib: add net to NET_INC_STATS_BH | Pavel Emelyanov | 2008-07-16 |
* | mib: add net to NET_INC_STATS | Pavel Emelyanov | 2008-07-16 |
* | mib: add net to TCP_INC_STATS | Pavel Emelyanov | 2008-07-16 |
* | tcp: de-bloat a bit with factoring NET_INC_STATS_BH out | Pavel Emelyanov | 2008-07-03 |
* | Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo... | David S. Miller | 2008-06-12 |
|\ |
|
| * | tcp md5sig: Remove redundant protocol argument. | YOSHIFUJI Hideaki | 2008-06-11 |
* | | net: remove CVS keywords | Adrian Bunk | 2008-06-12 |
|/ |
|
* | tcp: Increment OUTRSTS in tcp_send_active_reset() | Sridhar Samudrala | 2008-06-04 |
* | tcp: TCP connection times out if ICMP frag needed is delayed | Sridhar Samudrala | 2008-05-21 |
* | [TCP]: Remove superflushious skb == write_queue_tail() check | Ilpo Järvinen | 2008-04-15 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 |
|\ |
|
| * | [TCP]: tcp_simple_retransmit can cause S+L | Ilpo Järvinen | 2008-04-08 |
* | | [Syncookies]: Add support for TCP options via timestamps. | Florian Westphal | 2008-04-10 |
* | | [NET]: Add per-connection option to set max TSO frame size | Peter P Waskiewicz Jr | 2008-03-21 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-21 |
|\| |
|
| * | [TCP]: Fix shrinking windows with window scaling | Patrick McHardy | 2008-03-20 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-18 |
|\| |
|
| * | [TCP]: Prevent sending past receiver window with TSO (at last skb) | Ilpo Järvinen | 2008-03-11 |
* | | [TCP]: Add IPv6 support to TCP SYN cookies | Glenn Griffin | 2008-03-04 |
|/ |
|
* | [TCP]: Unexport sysctl_tcp_tso_win_divisor | Adrian Bunk | 2008-01-31 |
* | [TCP]: Perform setting of common control fields in one place | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: Urgent parameter effect can be simplified. | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: Remove unnecessary local variable | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: Code duplication removal, added tcp_bound_to_half_wnd() | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: cleanup tcp_{in,out}put.c style | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: reduce tcp_output's indentation levels a bit | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: Introduce tcp_wnd_end() to reduce line lengths | Ilpo Järvinen | 2008-01-28 |
* | [TCP]: Rename update_send_head & include related increment to it | Ilpo Järvinen | 2008-01-28 |