| Commit message (Expand) | Author | Age | Files | Lines |
* | netns: add net parameter to IP6_INC_STATS | Denis V. Lunev | 2008-10-08 | 8 | -39/+55 |
* | ipv6: consolidate error paths in ipv6_frag_rcv | Denis V. Lunev | 2008-10-08 | 1 | -12/+10 |
* | ipv6: local dev is actually unused in ip6_fragment | Denis V. Lunev | 2008-10-08 | 1 | -2/+0 |
* | netfilter: xtables: provide invoked family value to extensions | Jan Engelhardt | 2008-10-08 | 1 | -2/+8 |
* | netfilter: xtables: move extension arguments into compound structure (6/6) | Jan Engelhardt | 2008-10-08 | 1 | -3/+7 |
* | netfilter: xtables: move extension arguments into compound structure (5/6) | Jan Engelhardt | 2008-10-08 | 4 | -22/+17 |
* | netfilter: xtables: move extension arguments into compound structure (4/6) | Jan Engelhardt | 2008-10-08 | 4 | -32/+24 |
* | netfilter: xtables: move extension arguments into compound structure (3/6) | Jan Engelhardt | 2008-10-08 | 1 | -3/+7 |
* | netfilter: xtables: move extension arguments into compound structure (2/6) | Jan Engelhardt | 2008-10-08 | 7 | -60/+35 |
* | netfilter: xtables: move extension arguments into compound structure (1/6) | Jan Engelhardt | 2008-10-08 | 9 | -81/+47 |
* | netfilter: xtables: use "if" blocks in Kconfig | Jan Engelhardt | 2008-10-08 | 1 | -13/+4 |
* | netfilter: xtables: sort extensions alphabetically in Kconfig | Jan Engelhardt | 2008-10-08 | 1 | -22/+22 |
* | netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOG | Jan Engelhardt | 2008-10-08 | 1 | -10/+10 |
* | netfilter: ip6tables: fix name of hopbyhop in Kconfig | Jan Engelhardt | 2008-10-08 | 1 | -1/+1 |
* | netfilter: xtables: do centralized checkentry call (1/2) | Jan Engelhardt | 2008-10-08 | 1 | -14/+9 |
* | netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval... | Alexey Dobriyan | 2008-10-08 | 1 | -1/+1 |
* | netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ... | Alexey Dobriyan | 2008-10-08 | 1 | -1/+1 |
* | netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n... | Alexey Dobriyan | 2008-10-08 | 1 | -1/+1 |
* | netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook | Alexey Dobriyan | 2008-10-08 | 1 | -4/+5 |
* | netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in() | Alexey Dobriyan | 2008-10-08 | 1 | -8/+16 |
* | netfilter: netns: fix {ip,6}_route_me_harder() in netns | Alexey Dobriyan | 2008-10-08 | 1 | -1/+1 |
* | netfilter: netns nf_conntrack: per-netns conntrack hash | Alexey Dobriyan | 2008-10-08 | 1 | -1/+1 |
* | netfilter: netns: ip6t_REJECT in netns for real | Alexey Dobriyan | 2008-10-08 | 1 | -10/+12 |
* | netfilter: netns: ip6table_mangle in netns for real | Alexey Dobriyan | 2008-10-08 | 1 | -9/+22 |
* | netfilter: netns: ip6table_raw in netns for real | Alexey Dobriyan | 2008-10-08 | 1 | -4/+16 |
* | netfilter: netns: remove nf_*_net() wrappers | Alexey Dobriyan | 2008-10-08 | 2 | -6/+6 |
* | netfilter: x_tables: use NFPROTO_* in extensions | Jan Engelhardt | 2008-10-08 | 11 | -14/+15 |
* | netfilter: Use unsigned types for hooknum and pf vars | Jan Engelhardt | 2008-10-08 | 2 | -3/+3 |
* | netns: make uplitev6 mib per/namespace | Denis V. Lunev | 2008-10-07 | 3 | -9/+10 |
* | netns: make udpv6 mib per/namespace | Denis V. Lunev | 2008-10-07 | 2 | -6/+6 |
* | netns: add stub functions for per/namespace mibs allocation | Denis V. Lunev | 2008-10-07 | 1 | -2/+16 |
* | netns: allow per device ipv6 snmp statistics in non-initial namespace | Denis V. Lunev | 2008-10-07 | 1 | -3/+0 |
* | netns: register global ipv6 mibs statistics in each namespace | Denis V. Lunev | 2008-10-07 | 1 | -2/+4 |
* | ipv6: separate seq_ops for global & per/device ipv6 statistics | Denis V. Lunev | 2008-10-07 | 1 | -16/+32 |
* | ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.c | Denis V. Lunev | 2008-10-07 | 1 | -13/+13 |
* | netns: register /proc/net/dev_snmp6/* in each ns | Denis V. Lunev | 2008-10-07 | 1 | -24/+16 |
* | netns: move /proc/net/dev_snmp6 to struct net | Denis V. Lunev | 2008-10-07 | 1 | -9/+11 |
* | ipv6: initialize ip6_route sysctl vars in ip6_route_net_init() | Peter Zijlstra | 2008-10-07 | 2 | -8/+9 |
* | ipv6: clean up ip6_route_net_init() error handling | Peter Zijlstra | 2008-10-07 | 1 | -9/+10 |
* | 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 | -5/+1 |
* | ipv4: Make inet_sock.h independent of route.h | KOVACS Krisztian | 2008-10-01 | 1 | -0/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-10-01 | 3 | -3/+9 |
|\ |
|
| * | XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep | Arnaud Ebalard | 2008-10-01 | 1 | -0/+2 |
| * | ipv6: NULL pointer dereferrence in tcp_v6_send_ack | Denis V. Lunev | 2008-10-01 | 1 | -1/+1 |
| * | netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion | Yasuyuki Kozakai | 2008-09-24 | 1 | -2/+6 |
* | | ipv6: almost identical frag hashing funcs combined | Ilpo Järvinen | 2008-10-01 | 2 | -35/+8 |
* | | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo | 2008-09-20 | 1 | -2/+2 |
* | | tcp_ipv6: fix use of uninitialized memory | Vegard Nossum | 2008-09-12 | 1 | -1/+2 |