summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-6/+6
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-5/+5
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-22/+22
* [IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki2008-03-251-3/+14
* [IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr().YOSHIFUJI Hideaki2008-03-251-214/+206
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-2/+2
* [IPV6]: Remove commented lines.Daniel Lezcano2008-03-051-9/+0
* [NETNS][IPV6] addrconf - make addrconf per namespaceBenjamin Thery2008-03-051-63/+50
* [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addr...Daniel Lezcano2008-03-051-18/+48
* [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceDaniel Lezcano2008-03-041-9/+0
* [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointerDaniel Lezcano2008-03-041-6/+6
* [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt...Daniel Lezcano2008-03-041-1/+1
* [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano2008-03-041-2/+2
* [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano2008-03-031-1/+2
* [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki2008-03-041-8/+1
* [IPV6]: Fix source address selection for ORCHID addressesJuha-Matti Tapio2008-02-281-0/+5
* [IPV6]: Add missing initializations of the new nl_info.nl_net fieldBenjamin Thery2008-02-261-0/+3
* [IPV6] ADDRCONF: Sparse: Make inet6_dump_addr() code paths more straight-forw...YOSHIFUJI Hideaki2008-01-281-20/+18
* [IPV6]: addrconf sparse warningsStephen Hemminger2008-01-281-1/+3
* [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano2008-01-281-1/+3
* [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace awareDaniel Lezcano2008-01-281-4/+7
* [NETNS][IPV6]: inet6_addr - ipv6_chk_same_addr namespace awareDaniel Lezcano2008-01-281-3/+7
* [NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano2008-01-281-2/+4
* [NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc fileDaniel Lezcano2008-01-281-6/+35
* [NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlersPavel Emelyanov2008-01-281-6/+7
* [NETNS]: Use the per-net ipv6_devconf_dfltPavel Emelyanov2008-01-281-3/+3
* [NETNS]: Create ipv6 devconf-s for namespacesPavel Emelyanov2008-01-281-12/+70
* [NETNS]: Make the ctl-tables per-namespacePavel Emelyanov2008-01-281-10/+14
* [NETNS]: Make the __addrconf_sysctl_register return an errorPavel Emelyanov2008-01-281-3/+3
* [NETNS]: Clean out the ipv6-related sysctls creation/destructionPavel Emelyanov2008-01-281-29/+34
* [IPV6]: fix section mismatch warningsDaniel Lezcano2008-01-281-1/+1
* [NET]: Remove unused "mibalign" argument for snmp_mib_init().YOSHIFUJI Hideaki2008-01-281-6/+3
* [IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.a...Pavel Emelyanov2008-01-281-36/+20
* [IPV6]: Use ctl paths to register addrconf sysctlsPavel Emelyanov2008-01-281-60/+20
* [IPV6]: Unify and cleanup calls to addrconf_sysctl_registerPavel Emelyanov2008-01-281-16/+16
* [IPV6]: Cleanup the addconf_sysctl_registerPavel Emelyanov2008-01-281-8/+8
* [IPV6]: Add RFC4214 supportFred L. Templin2008-01-281-1/+21
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-7/+7
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+31
* [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki2008-01-281-31/+9
* [IPV6] ADDRCONF: Allow address selection policy with ifindex.YOSHIFUJI Hideaki2008-01-281-4/+8
* [IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().YOSHIFUJI Hideaki2008-01-281-4/+6
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1
* [IPV6]: Restore IPv6 when MTU is big enoughEvgeniy Polyakov2007-11-301-1/+10
* [IPV6]: Add missing "space"Joe Perches2007-11-191-1/+1
* [IPV6]: remove duplicate call to proc_net_removeDaniel Lezcano2007-10-301-4/+0
* [IPV6]: Cleanup snmp6_alloc_dev()Pavel Emelyanov2007-10-171-6/+1
* [IPV6]: Fix return type for snmp6_free_dev()Pavel Emelyanov2007-10-171-2/+1
* [IPV6]: Defer IPv6 device initialization until a valid qdisc is specifiedMitsuru Chinen2007-10-101-3/+10
OpenPOWER on IntegriCloud