aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[IPV6] ADDRCONF: Sparse: Make inet6_dump_addr() code paths more straight-forward.YOSHIFUJI Hideaki1-20/+18
2008-01-28[IPV6]: addrconf sparse warningsStephen Hemminger1-1/+3
2008-01-28[NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano1-1/+3
2008-01-28[NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace awareDaniel Lezcano1-4/+7
2008-01-28[NETNS][IPV6]: inet6_addr - ipv6_chk_same_addr namespace awareDaniel Lezcano1-3/+7
2008-01-28[NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano1-2/+4
2008-01-28[NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc fileDaniel Lezcano1-6/+35
2008-01-28[NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlersPavel Emelyanov1-6/+7
2008-01-28[NETNS]: Use the per-net ipv6_devconf_dfltPavel Emelyanov1-3/+3
2008-01-28[NETNS]: Create ipv6 devconf-s for namespacesPavel Emelyanov1-12/+70
2008-01-28[NETNS]: Make the ctl-tables per-namespacePavel Emelyanov1-10/+14
2008-01-28[NETNS]: Make the __addrconf_sysctl_register return an errorPavel Emelyanov1-3/+3
2008-01-28[NETNS]: Clean out the ipv6-related sysctls creation/destructionPavel Emelyanov1-29/+34
2008-01-28[IPV6]: fix section mismatch warningsDaniel Lezcano1-1/+1
2008-01-28[NET]: Remove unused "mibalign" argument for snmp_mib_init().YOSHIFUJI Hideaki1-6/+3
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 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. Templin1-1/+21
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-7/+7
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+31
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki1-31/+9
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[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+1
2007-11-30[IPV6]: Restore IPv6 when MTU is big enoughEvgeniy Polyakov1-1/+10
2007-11-19[IPV6]: Add missing "space"Joe Perches1-1/+1
2007-10-30[IPV6]: remove duplicate call to proc_net_removeDaniel Lezcano1-4/+0
2007-10-17[IPV6]: Cleanup snmp6_alloc_dev()Pavel Emelyanov1-6/+1
2007-10-17[IPV6]: Fix return type for snmp6_free_dev()Pavel Emelyanov1-2/+1
2007-10-10[IPV6]: Defer IPv6 device initialization until a valid qdisc is specifiedMitsuru Chinen1-3/+10
2007-10-10[NET]: Make core networking code use seq_open_privatePavel Emelyanov1-18/+2
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman1-9/+9
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-6/+9
2007-10-10[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens1-0/+7
2007-10-10[IPV6]: Remove redundant RTM_DELLINK message.Milan Kocian1-2/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-14/+14
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-09-16[IPV6]: Fix source address selection.Jiri Kosina1-1/+1
2007-07-31[IPV4/IPV6]: Fail registration if inet device construction failsHerbert Xu1-3/+5
2007-07-15[IPV6]: Call inet6addr_chain notifiers on link downVlad Yasevich1-0/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-07-10[IPV6]: Remove unneeded pointer idev from addrconf_cleanup().Micah Gruber1-2/+1
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA1-2/+2
2007-07-10bonding / ipv6: no addrconf for slaves separately from masterJay Vosburgh1-0/+3
2007-06-14[IPV6] addrconf: Fix IPv6 on tuntap tunnelsHerbert Xu1-22/+11
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2007-05-24[IPV6]: Ignore ipv6 events on non-IPV6 capable devices.Oliver Hartkopp1-10/+21