aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-13[IPV6] MROUTE: Do not call ipv6_find_idev() directly.YOSHIFUJI Hideaki1-1/+1
2008-04-12[IPV6]: Use in6addr_any where appropriate.YOSHIFUJI Hideaki1-3/+1
2008-04-12[IPV6]: Define constants for link-local multicast addresses.YOSHIFUJI Hideaki1-18/+7
2008-04-12[IPV6]: Make address arguments const.YOSHIFUJI Hideaki1-3/+3
2008-04-12[IPV6] ADDRCONF: Uninline ipv6_isatap_eui64().YOSHIFUJI Hideaki1-2/+24
2008-04-12[IPV6] ADDRCONF: Uninline ipv6_addr_hash().YOSHIFUJI Hideaki1-0/+19
2008-04-11[IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp().YOSHIFUJI Hideaki1-1/+1
2008-04-08Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-devDavid S. Miller1-0/+25
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki1-1/+14
2008-04-04[IPV6] ADDRCONF: Fix array size for sysctls.YOSHIFUJI Hideaki1-1/+1
2008-04-03[IPV6]: inet6_dev on loopback should be kept until namespace stop.Denis V. Lunev1-1/+1
2008-04-03[IPV6]: Event type in addrconf_ifdown is mis-used.Denis V. Lunev1-5/+5
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+19
2008-04-03[IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki1-0/+25
2008-04-02IPv6: do not create temporary adresses with too short preferred lifetimeBenoit Boissinot1-0/+16
2008-04-02IPv6: only update the lifetime of the relevant temporary addressBenoit Boissinot1-0/+3
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki1-6/+6
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-5/+5
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-22/+22
2008-03-25[IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki1-3/+14
2008-03-25[IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-214/+206
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-03-05[IPV6]: Remove commented lines.Daniel Lezcano1-9/+0
2008-03-05[NETNS][IPV6] addrconf - make addrconf per namespaceBenjamin Thery1-63/+50
2008-03-05[NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconfDaniel Lezcano1-18/+48
2008-03-04[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceDaniel Lezcano1-9/+0
2008-03-04[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointerDaniel Lezcano1-6/+6
2008-03-04[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routersDaniel Lezcano1-1/+1
2008-03-04[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano1-2/+2
2008-03-03[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano1-1/+2
2008-03-04[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-8/+1
2008-02-28[IPV6]: Fix source address selection for ORCHID addressesJuha-Matti Tapio1-0/+5
2008-02-26[IPV6]: Add missing initializations of the new nl_info.nl_net fieldBenjamin Thery1-0/+3
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