aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[IPV6] route6/fib6: Don't panic a kmem_cache_create.Daniel Lezcano2-2/+8
2008-01-28[IPV6]: Make af_inet6 to check ip6_route_init return value.Daniel Lezcano1-1/+5
2008-01-28[IPV6]: Make ip6_route_init to return an error code.Daniel Lezcano1-11/+53
2008-01-28[IPV6]: Make fib6_rules_init to return an error code.Daniel Lezcano1-3/+16
2008-01-28[IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano2-7/+19
2008-01-28[IPV6]: Make fib6_init to return an error code.Daniel Lezcano1-3/+11
2008-01-28[NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2-3/+7
2008-01-28[UDP]: Only increment counter on first peek/recvHerbert Xu1-2/+5
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu2-0/+3
2008-01-28[UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu1-2/+2
2008-01-28[IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.all.forwardingPavel Emelyanov1-36/+20
2008-01-28[IPV6]: Use sysctl paths to register ipv6 sysctl tablesPavel Emelyanov1-20/+6
2008-01-28[IPV6]: Make the ipv6/sysctl_net_ipv6.c compilation cleanerPavel Emelyanov2-9/+2
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy1-10/+2
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2-50/+31
2008-01-28[NETFILTER]: ip6_queue: resync dev-index based flushingPatrick McHardy1-1/+10
2008-01-28[NETFILTER]: ip6_queue: deobfuscate entry lookupsPatrick McHardy1-64/+37
2008-01-28[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy1-5/+3
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2-0/+2
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy4-4/+4
2008-01-28[NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy1-0/+7
2008-01-28[NETFILTER]: {ip,ip6}t_LOG: log GIDMaciej Soltysiak1-1/+3
2008-01-28[NETFILTER]: Use lowercase names for matches in KconfigJan Engelhardt1-8/+8
2008-01-28[NETFILTER]: merge ipt_owner/ip6t_owner in xt_ownerJan Engelhardt3-97/+0
2008-01-28[NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy1-2/+0
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet1-3/+2
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt12-244/+185
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu1-0/+1
2008-01-28[UDP]: Clean up for IS_UDPLITE macroWang Chen1-6/+8
2008-01-28[UDP]: Defer InDataGrams increment until recvmsg() does checksumWang Chen1-1/+3
2008-01-28[IPV6]: Use ctl paths to register addrconf sysctlsPavel Emelyanov1-60/+20
2008-01-28[IPV6]: Unify and cleanup calls to addrconf_sysctl_registerPavel Emelyanov1-16/+16
2008-01-28[IPV6]: Cleanup the addconf_sysctl_registerPavel Emelyanov1-8/+8
2008-01-28[IPV6]: Add RFC4214 supportFred L. Templin3-1/+100
2008-01-28[IPV6]: Correct the comment concerning inetsw6 tablePavel Emelyanov1-1/+1
2008-01-28[RAW]: Consolidate proc interface.Pavel Emelyanov1-77/+5
2008-01-28[RAW]: Consolidate proto->unhash callbackPavel Emelyanov1-4/+1
2008-01-28[RAW]: Consolidate proto->hash callbackPavel Emelyanov1-7/+1
2008-01-28[RAW]: Introduce raw_hashinfo structurePavel Emelyanov1-24/+25
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov3-28/+48
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev4-13/+14
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev4-0/+59
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki3-31/+561
2008-01-28[IPV6] ADDRCONF: Allow address selection policy with ifindex.YOSHIFUJI Hideaki1-4/+8
2008-01-28[IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().YOSHIFUJI Hideaki1-4/+6
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+0
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy18-83/+92
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu1-0/+3