| Commit message (Expand) | Author | Age |
* | tcp: simplify tcp_current_mss | Ilpo Järvinen | 2009-03-15 |
* | tcp: remove pointless .dsack/.num_sacks code | Ilpo Järvinen | 2009-03-15 |
* | tcp: tcp_init_wl / tcp_update_wl argument cleanup | Hantzis Fotis | 2009-03-03 |
* | tcp: get rid of two unnecessary u16s in TCP skb flags copying | Ilpo Järvinen | 2009-03-02 |
* | tcp: kill eff_sacks "cache", the sole user can calculate itself | Ilpo Järvinen | 2009-03-02 |
* | tcp: drop unnecessary local var in collapse | Ilpo Järvinen | 2009-03-02 |
* | tcp: fix corner case issue in segmentation during rexmitting | Ilpo Järvinen | 2009-03-02 |
* | tcp: Don't clear hints when tcp_fragmenting | Ilpo Järvinen | 2009-03-02 |
* | tcp: deferring in middle of queue makes very little sense | Ilpo Järvinen | 2009-03-02 |
* | tcp: don't backtrack to sacked skbs | Ilpo Järvinen | 2009-03-02 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 |
|\ |
|
| * | tcp: remove obsoleted comment about different passes | Ilpo Järvinen | 2009-02-18 |
* | | tcp: Always set urgent pointer if it's beyond snd_nxt | Herbert Xu | 2009-02-22 |
|/ |
|
* | Revert "tcp: Always set urgent pointer if it's beyond snd_nxt" | David S. Miller | 2009-02-05 |
* | tcp: Always set urgent pointer if it's beyond snd_nxt | Herbert Xu | 2008-12-25 |
* | tcp: fix tso_should_defer in 64bit | Ilpo Järvinen | 2008-12-06 |
* | tcp: use tcp_write_xmit also in tcp_push_one | Ilpo Järvinen | 2008-12-06 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-06 |
|\ |
|
| * | tcp: make urg+gso work for real this time | Ilpo Järvinen | 2008-12-04 |
* | | tcp: move some parts from tcp_write_xmit | Ilpo Järvinen | 2008-12-06 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-27 |
|\| |
|
| * | tcp: Do not use TSO/GSO when there is urgent data | Petr Tesarik | 2008-11-21 |
* | | tcp: move tcp_simple_retransmit to tcp_input | Ilpo Järvinen | 2008-11-25 |
* | | tcp: collapse more than two on retransmission | Ilpo Järvinen | 2008-11-25 |
* | | net: clean up net/ipv4/ip_sockglue.c tcp_output.c | Jianjun Kong | 2008-11-03 |
|/ |
|
* | 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 |