aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt
2008-10-08netfilter: xtables: use "if" blocks in KconfigJan Engelhardt
2008-10-08netfilter: xtables: sort extensions alphabetically in KconfigJan Engelhardt
2008-10-08netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOGJan Engelhardt
2008-10-08netfilter: ip6tables: fix name of hopbyhop in KconfigJan Engelhardt
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan
2008-10-08netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan
2008-10-08netfilter: netns: ip6t_REJECT in netns for realAlexey Dobriyan
2008-10-08netfilter: netns: ip6table_mangle in netns for realAlexey Dobriyan
2008-10-08netfilter: netns: ip6table_raw in netns for realAlexey Dobriyan
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev
2008-10-07netns: add stub functions for per/namespace mibs allocationDenis V. Lunev
2008-10-07netns: allow per device ipv6 snmp statistics in non-initial namespaceDenis V. Lunev
2008-10-07netns: register global ipv6 mibs statistics in each namespaceDenis V. Lunev
2008-10-07ipv6: separate seq_ops for global & per/device ipv6 statisticsDenis V. Lunev
2008-10-07ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.cDenis V. Lunev
2008-10-07netns: register /proc/net/dev_snmp6/* in each nsDenis V. Lunev
2008-10-07netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev
2008-10-07ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()Peter Zijlstra
2008-10-07ipv6: clean up ip6_route_net_init() error handlingPeter Zijlstra
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian
2008-10-07inet: Add udplib_lookup_skb() helpersKOVACS Krisztian
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen
2008-10-01XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev
2008-09-24netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-09-12tcp_ipv6: fix use of uninitialized memoryVegard Nossum
2008-09-10ipv6: On interface down/unregister, purge icmp routes too.David S. Miller
2008-09-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano
2008-08-29ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang
2008-08-25ipv6: sysctl fixesAl Viro