summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-292-4/+4
* [NETNS][FRAGS]: Make the pernet subsystem for fragments.Pavel Emelyanov2008-01-291-1/+13
* [NETNS][FRAGS]: Make the LRU list per namespace.Pavel Emelyanov2008-01-292-2/+2
* [NETNS][FRAGS]: Isolate the secret interval from namespaces.Pavel Emelyanov2008-01-292-9/+3Star
* [NETNS][FRAGS]: Make thresholds work in namespaces.Pavel Emelyanov2008-01-292-14/+13Star
* [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.Pavel Emelyanov2008-01-292-5/+5
* [NETNS][FRAGS]: Duplicate sysctl tables for new namespaces.Pavel Emelyanov2008-01-291-3/+38
* [NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov2008-01-293-21/+23
* [NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov2008-01-293-3/+6
* [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.Pavel Emelyanov2008-01-292-4/+7
* [NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov2008-01-295-77/+94
* [IPV6] NDISC: Sparse: Use different variable name for local use.YOSHIFUJI Hideaki2008-01-291-5/+5
* [IPV6] ADDRCONF: Sparse: Make inet6_dump_addr() code paths more straight-forw...YOSHIFUJI Hideaki2008-01-291-20/+18Star
* [IPV6]: Sparse: Declare non-static ipv6_{route,icmp,frag}_sysctl_init() in he...YOSHIFUJI Hideaki2008-01-292-5/+0Star
* [IPV6] ADDRLABEL: Sparse: Make several functions static.YOSHIFUJI Hideaki2008-01-291-10/+10
* [IPV6] UDPLITE: Sparse: Declare non-static symbols in header.YOSHIFUJI Hideaki2008-01-291-0/+1
* [IPV6] UDP,UDPLITE: Sparse: {__udp6_lib,udp,udplite}_err() are of void.YOSHIFUJI Hideaki2008-01-292-2/+2
* [IPV6]: addrconf sparse warningsStephen Hemminger2008-01-291-1/+3
* [NETNS]: FIB rules API cleanup.Denis V. Lunev2008-01-291-2/+2
* [FIB]: Add netns to fib_rules_ops.Denis V. Lunev2008-01-291-0/+1
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-2/+2
* [IPV6]: Fix ip6_frag ctlDaniel Lezcano2008-01-291-0/+3
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-292-3/+3
* [NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy2008-01-291-8/+0Star
* [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2008-01-291-7/+0Star
* [NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko2008-01-291-19/+23
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-2911-11/+11
* [NETFILTER]: Remove some EXPERIMENTAL dependenciesPatrick McHardy2008-01-291-6/+6
* [NETNS][RAW]: Create the /proc/net/raw(6) in each namespace.Pavel Emelyanov2008-01-291-3/+19
* [NETNS][RAW]: Eliminate explicit init_net references.Pavel Emelyanov2008-01-291-2/+2
* [NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list.Pavel Emelyanov2008-01-291-2/+2
* [NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware.Pavel Emelyanov2008-01-291-5/+13
* [IPV6] route: kill some bloatIlpo Järvinen2008-01-291-2/+1Star
* [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano2008-01-292-2/+4
* [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace awareDaniel Lezcano2008-01-293-9/+14
* [NETNS][IPV6]: inet6_addr - ipv6_chk_same_addr namespace awareDaniel Lezcano2008-01-291-3/+7
* [NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano2008-01-298-12/+17
* [NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc fileDaniel Lezcano2008-01-291-6/+35
* [NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlersPavel Emelyanov2008-01-291-6/+7
* [NETNS]: Use the per-net ipv6_devconf_dfltPavel Emelyanov2008-01-291-3/+3
* [NETNS]: Create ipv6 devconf-s for namespacesPavel Emelyanov2008-01-291-12/+70
* [NETNS]: Make the ctl-tables per-namespacePavel Emelyanov2008-01-291-10/+14
* [NETNS]: Make the __addrconf_sysctl_register return an errorPavel Emelyanov2008-01-291-3/+3
* [NETNS]: Clean out the ipv6-related sysctls creation/destructionPavel Emelyanov2008-01-291-29/+34
* [NETNS]: Add netns to nl_info structure.Denis V. Lunev2008-01-292-3/+9
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-291-1/+1
* [NETNS]: Pass fib_rules_ops into default_pref method.Denis V. Lunev2008-01-291-1/+1
* [NETNS]: Add netns parameter to fib_rules_(un)register.Denis V. Lunev2008-01-291-2/+2
* [NETNS][IPV6]: Make icmpv6_time sysctl per namespace.Daniel Lezcano2008-01-293-4/+4
* [NETNS][IPV6]: Make sysctls route per namespace.Daniel Lezcano2008-01-294-34/+48