| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | netfilter: netns: remove nf_*_net() wrappers | Alexey Dobriyan | 2008-10-08 | 4 | -13/+13 |
| * | | | | netfilter: x_tables: use NFPROTO_* in extensions | Jan Engelhardt | 2008-10-08 | 16 | -51/+53 |
| * | | | | netfilter: rename ipt_recent to xt_recent | Jan Engelhardt | 2008-10-08 | 3 | -515/+0 |
| * | | | | netfilter: Use unsigned types for hooknum and pf vars | Jan Engelhardt | 2008-10-08 | 3 | -4/+4 |
* | | | | | ipv4: add mc_count to in_device. | Rami Rosen | 2008-10-07 | 1 | -2/+5 |
|/ / / / |
|
* | | | | netns: make udpv6 mib per/namespace | Denis V. Lunev | 2008-10-07 | 1 | -3/+0 |
* | | | | tcp: cleanup messy initializer | Ilpo Järvinen | 2008-10-07 | 1 | -2/+2 |
* | | | | tcp: kill pointless urg_mode | Ilpo Järvinen | 2008-10-07 | 4 | -14/+20 |
* | | | | net: wrap sk->sk_backlog_rcv() | Peter Zijlstra | 2008-10-07 | 2 | -2/+2 |
* | | | | inet: Don't lookup the socket if there's a socket attached to the skb | KOVACS Krisztian | 2008-10-07 | 1 | -3/+7 |
* | | | | inet: Add udplib_lookup_skb() helpers | KOVACS Krisztian | 2008-10-07 | 1 | -2/+12 |
* | | | | inet_hashtables: Add inet_lookup_skb helpers | Arnaldo Carvalho de Melo | 2008-10-07 | 1 | -2/+1 |
| |/ /
|/| | |
|
* | | | tcp: Respect SO_RCVLOWAT in tcp_poll(). | David S. Miller | 2008-10-06 | 1 | -4/+8 |
* | | | 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 |
|\ \ |
|