aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09tcpv6: fix error with CONFIG_TCP_MD5SIG disabledGuo-Fu Tseng1-5/+1
2008-10-09tcpv6: combine tcp_v6_send_(reset|ack)Ilpo Järvinen1-99/+40
2008-10-09tcpv6: convert opt[] -> topt in tcp_v6_send_resetIlpo Järvinen1-6/+6
2008-10-09tcpv6: trivial formatting changes to send_(ack|reset)Ilpo Järvinen1-4/+3
2008-10-09tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen1-2/+2
2008-10-08tcpv6: fix option space offsets with md5Ilpo Järvinen1-1/+1
2008-10-08tcp: fix length used for checksum in a resetIlpo Järvinen1-2/+2
2008-10-08ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibsDenis V. Lunev1-17/+0
2008-10-08ipv6: making ip and icmp statistics per/namespaceDenis V. Lunev2-23/+23
2008-10-08ipv6: added net argument to ICMP6MSGIN_INC_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev2-2/+2
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATSDenis V. Lunev2-3/+3
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev4-5/+6
2008-10-08ipv6: added net argument to ICMP6_INC_STATSDenis V. Lunev2-3/+3
2008-10-08ipv6: added net argument to IP6_ADD_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev6-50/+70
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev8-39/+55
2008-10-08ipv6: consolidate error paths in ipv6_frag_rcvDenis V. Lunev1-12/+10
2008-10-08ipv6: local dev is actually unused in ip6_fragmentDenis V. Lunev1-2/+0
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-2/+8
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt4-22/+17
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt4-32/+24
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-3/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt7-60/+35
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt9-81/+47
2008-10-08netfilter: xtables: use "if" blocks in KconfigJan Engelhardt1-13/+4
2008-10-08netfilter: xtables: sort extensions alphabetically in KconfigJan Engelhardt1-22/+22
2008-10-08netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOGJan Engelhardt1-10/+10
2008-10-08netfilter: ip6tables: fix name of hopbyhop in KconfigJan Engelhardt1-1/+1
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-14/+9
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_invalid sysctlAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum sysctlAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skbAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan1-4/+5
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan1-8/+16
2008-10-08netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns: ip6t_REJECT in netns for realAlexey Dobriyan1-10/+12
2008-10-08netfilter: netns: ip6table_mangle in netns for realAlexey Dobriyan1-9/+22
2008-10-08netfilter: netns: ip6table_raw in netns for realAlexey Dobriyan1-4/+16
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan2-6/+6
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt11-14/+15
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2-3/+3
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev3-9/+10
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev2-6/+6
2008-10-07netns: add stub functions for per/namespace mibs allocationDenis V. Lunev1-2/+16
2008-10-07netns: allow per device ipv6 snmp statistics in non-initial namespaceDenis V. Lunev1-3/+0
2008-10-07netns: register global ipv6 mibs statistics in each namespaceDenis V. Lunev1-2/+4
2008-10-07ipv6: separate seq_ops for global & per/device ipv6 statisticsDenis V. Lunev1-16/+32