| Commit message (Expand) | Author | Age | Files | Lines |
* | udp: Export UDP socket lookup function | KOVACS Krisztian | 2008-10-01 | 1 | -0/+7 |
* | tcp: Port redirection support for TCP | KOVACS Krisztian | 2008-10-01 | 3 | -1/+4 |
* | ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible | KOVACS Krisztian | 2008-10-01 | 4 | -1/+9 |
* | tcp: Handle TCP SYN+ACK/ACK/RST transparency | KOVACS Krisztian | 2008-10-01 | 1 | -3/+9 |
* | ipv4: Make inet_sock.h independent of route.h | KOVACS Krisztian | 2008-10-01 | 1 | -0/+1 |
* | ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is set | Tóth László Attila | 2008-10-01 | 1 | -1/+1 |
* | ipv4: Implement IP_TRANSPARENT socket option | KOVACS Krisztian | 2008-10-01 | 2 | -1/+15 |
* | ipv4: Loosen source address check on IPv4 output | Julian Anastasov | 2008-10-01 | 1 | -7/+13 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-10-01 | 2 | -30/+34 |
|\ |
|
| * | tcp: Fix NULL dereference in tcp_4_send_ack() | Vitaliy Gusev | 2008-10-01 | 1 | -1/+1 |
| * | udp: Fix rcv socket locking | Herbert Xu | 2008-09-15 | 1 | -29/+33 |
* | | tcp: Fix queue traversal in tcp_use_frto(). | David S. Miller | 2008-09-23 | 1 | -0/+2 |
* | | tcp: Fix order of tests in tcp_retransmit_skb() | David S. Miller | 2008-09-23 | 1 | -1/+1 |
* | | net: Remove __skb_insert() calls outside of skbuff internals. | David S. Miller | 2008-09-21 | 1 | -2/+2 |
* | | tcp: advertise MSS requested by user | Tom Quetchenbach | 2008-09-21 | 2 | -3/+14 |
* | | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo | 2008-09-20 | 1 | -2/+2 |
* | | tcp: back retransmit_high when it over-estimated | Ilpo Järvinen | 2008-09-20 | 1 | -2/+10 |
* | | tcp: don't clear lost_skb_hint when not necessary | Ilpo Järvinen | 2008-09-20 | 1 | -1/+13 |
* | | tcp: don't clear retransmit_skb_hint when not necessary | Ilpo Järvinen | 2008-09-20 | 2 | -4/+8 |
* | | tcp: remove retransmit_skb_hint clearing from failure | Ilpo Järvinen | 2008-09-20 | 1 | -3/+1 |
* | | tcp: reorganize retransmit code loops | Ilpo Järvinen | 2008-09-20 | 1 | -46/+33 |
* | | tcp: remove tp->lost_out guard to make joining diff nicer | Ilpo Järvinen | 2008-09-20 | 1 | -37/+38 |
* | | tcp: Reorganize skb tagbit checks | Ilpo Järvinen | 2008-09-20 | 1 | -19/+19 |
* | | tcp: remove obsolete validity concern | Ilpo Järvinen | 2008-09-20 | 1 | -4/+0 |
* | | tcp: add tcp_can_forward_retransmit | Ilpo Järvinen | 2008-09-20 | 1 | -18/+28 |
* | | tcp: No need to clear retransmit_skb_hint when SACKing | Ilpo Järvinen | 2008-09-20 | 1 | -7/+0 |
* | | tcp: Kill precaution that's very likely obsolete | Ilpo Järvinen | 2008-09-20 | 1 | -4/+0 |
* | | tcp: convert retransmit_cnt_hint to seqno | Ilpo Järvinen | 2008-09-20 | 2 | -32/+27 |
* | | tcp: add helper for lost bit toggling | Ilpo Järvinen | 2008-09-20 | 1 | -10/+12 |
* | | tcp: move tcp_verify_retransmit_hint | Ilpo Järvinen | 2008-09-20 | 1 | -13/+13 |
* | | tcp: Partial hint clearing has again become meaningless | Ilpo Järvinen | 2008-09-20 | 2 | -5/+4 |
* | | ipvs: change some __constant_htons() to htons() | Brian Haley | 2008-09-17 | 2 | -2/+2 |
* | | ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_s... | Simon Horman | 2008-09-17 | 1 | -0/+2 |
* | | ipvs: supply a valid 0 address to ip_vs_conn_new() | Simon Horman | 2008-09-17 | 1 | -1/+2 |
* | | ipvs: only unlock in ip_vs_edit_service() if already locked | Simon Horman | 2008-09-17 | 1 | -3/+4 |
* | | net: ip_vs_proto_{tcp,udp} build fix | Stephen Rothwell | 2008-09-12 | 2 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l... | Simon Horman | 2008-09-10 | 3 | -3/+48 |
|\ \ |
|
| * | | This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" | Gerrit Renker | 2008-09-09 | 1 | -2/+15 |
| * | | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp | David S. Miller | 2008-09-08 | 1 | -15/+2 |
| |\ \ |
|
| | * | | tcp/dccp: Consolidate common code for RFC 3390 conversion | Gerrit Renker | 2008-09-04 | 1 | -15/+2 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-09-08 | 3 | -3/+48 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | netns : fix kernel panic in timewait socket destruction | Daniel Lezcano | 2008-09-08 | 2 | -0/+36 |
| | |/ |
|
| | * | ipv: Re-enable IP when MTU > 68 | Breno Leitao | 2008-09-02 | 1 | -3/+12 |
* | | | ipvs: Embed user stats structure into kernel stats structure | Sven Wegener | 2008-09-09 | 3 | -67/+56 |
* | | | ipvs: Restrict connection table size via Kconfig | Sven Wegener | 2008-09-09 | 1 | -1/+2 |
* | | | IPVS: Remove incorrect ip_route_me_harder(), fix IPv6 | Julius Volz | 2008-09-09 | 1 | -9/+0 |
* | | | ipvs: handle PARTIAL_CHECKSUM | Simon Horman | 2008-09-09 | 2 | -4/+70 |
* | | | IPVS: use ipv6_addr_copy() | Simon Horman | 2008-09-08 | 1 | -2/+2 |
* | | | IPVS: fix bogus indentation | Simon Horman | 2008-09-08 | 1 | -1/+1 |
* | | | ipvs: Reject ipv6 link-local addresses for destinations | Sven Wegener | 2008-09-08 | 1 | -1/+2 |