summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [UDP]: Move udp_stats_in6 into net/ipv4/udp.cHerbert Xu2008-01-281-3/+0
* [IPV6] sit: Rebinding of SIT tunnels to other interfacesMichal Schmidt2008-01-281-28/+42
* [IPV6]: Always pass a valid nl_info to inet6_rt_notify.Denis V. Lunev2008-01-282-15/+15
* [IPV6]: fix section mismatch warningsDaniel Lezcano2008-01-285-5/+5
* [IPSEC]: Do not let packets pass when ICMP flag is offHerbert Xu2008-01-281-2/+5
* [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu2008-01-284-4/+4
* [IPSEC]: Fix reversed ICMP6 policy checkHerbert Xu2008-01-281-1/+1
* [IPSEC]: Add ICMP host relookup supportHerbert Xu2008-01-281-4/+56
* [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu2008-01-281-5/+5
* [IPV6]: make the protocol initialization to return an error codeDaniel Lezcano2008-01-286-60/+159
* [IPV6]: make inet6_register_protosw to return an error codeDaniel Lezcano2008-01-281-4/+7
* [IPV6]: make frag to return an error at initializationDaniel Lezcano2008-01-282-5/+19
* [IPV6]: make extended headers to return an error at initializationDaniel Lezcano2008-01-282-28/+46
* [IPV6]: make flowlabel to return an errorDaniel Lezcano2008-01-282-8/+27
* [NET]: Remove unused "mibalign" argument for snmp_mib_init().YOSHIFUJI Hideaki2008-01-282-15/+11
* [IPV6]: route6 remove ifdef for fib_rulesDaniel Lezcano2008-01-281-6/+1
* [IPV6]: remove ifdef in route6 for xfrm6Daniel Lezcano2008-01-281-6/+1
* [IPV6]: create route6 proc init-fini functionsDaniel Lezcano2008-01-281-18/+40
* [IPV6] route6/fib6: Don't panic a kmem_cache_create.Daniel Lezcano2008-01-282-2/+8
* [IPV6]: Make af_inet6 to check ip6_route_init return value.Daniel Lezcano2008-01-281-1/+5
* [IPV6]: Make ip6_route_init to return an error code.Daniel Lezcano2008-01-281-11/+53
* [IPV6]: Make fib6_rules_init to return an error code.Daniel Lezcano2008-01-281-3/+16
* [IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano2008-01-282-7/+19
* [IPV6]: Make fib6_init to return an error code.Daniel Lezcano2008-01-281-3/+11
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-282-3/+7
* [UDP]: Only increment counter on first peek/recvHerbert Xu2008-01-281-2/+5
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-282-0/+3
* [UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu2008-01-281-2/+2
* [IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.a...Pavel Emelyanov2008-01-281-36/+20
* [IPV6]: Use sysctl paths to register ipv6 sysctl tablesPavel Emelyanov2008-01-281-20/+6
* [IPV6]: Make the ipv6/sysctl_net_ipv6.c compilation cleanerPavel Emelyanov2008-01-282-9/+2
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-281-10/+2
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-282-50/+31
* [NETFILTER]: ip6_queue: resync dev-index based flushingPatrick McHardy2008-01-281-1/+10
* [NETFILTER]: ip6_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-64/+37
* [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy2008-01-281-5/+3
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-282-0/+2
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-284-4/+4
* [NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy2008-01-281-0/+7
* [NETFILTER]: {ip,ip6}t_LOG: log GIDMaciej Soltysiak2008-01-281-1/+3
* [NETFILTER]: Use lowercase names for matches in KconfigJan Engelhardt2008-01-281-8/+8
* [NETFILTER]: merge ipt_owner/ip6t_owner in xt_ownerJan Engelhardt2008-01-283-97/+0
* [NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy2008-01-281-2/+0
* [NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet2008-01-281-3/+2
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-2812-244/+185
* [IPSEC]: Use the correct family for input state lookupHerbert Xu2008-01-281-0/+1
* [UDP]: Clean up for IS_UDPLITE macroWang Chen2008-01-281-6/+8
* [UDP]: Defer InDataGrams increment until recvmsg() does checksumWang Chen2008-01-281-1/+3