summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2018-11-10net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-11-10net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-04-13ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar1-1/+4
2017-07-21ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-11/+11
2017-07-21ipv6: avoid unregistering inet6_dev for loopbackWANG Cong1-1/+2
2017-07-05ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long1-3/+3
2017-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+1
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+2
2017-04-18ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-10-06ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2015-12-14ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-12-14ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-03-14ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel1-0/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa1-1/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2014-09-14ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong1-0/+3
2014-09-14ipv6: clean up ipv6_dev_ac_inc()WANG Cong1-1/+1
2014-09-13ipv6: clean up anycast when an interface is destroyedSabrina Dubroca1-3/+5
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+10
2014-09-06ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel1-3/+2
2014-09-06ipv6: fix a refcnt leak with peer addrNicolas Dichtel1-5/+2
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca1-10/+5
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-6/+6
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong1-28/+54
2014-07-12ipv6: addrconf: implement address generation modesJiri Pirko1-18/+38
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear1-0/+10
2014-05-08net: clean up snmp stats codeWANG Cong1-11/+6
2014-05-05ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong1-12/+0
2014-04-23ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit1-4/+16
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-51/+142
2014-03-13ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2014-02-17gre: add link local route when local addr is anyNicolas Dichtel1-0/+2
2014-01-25ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng1-2/+12
2014-01-20ipv6: optimize link local address searchHannes Frederic Sowa1-3/+9
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+17
2014-01-18ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa1-21/+17
2014-01-16ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTEThomas Haller1-75/+109
2014-01-16ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller1-6/+13
2014-01-15ipv6: addrconf spelling fixesstephen hemminger1-5/+5
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-2/+2
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+3
2014-01-10ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIMEHannes Frederic Sowa1-2/+4
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+12
2014-01-07ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa1-2/+2
2014-01-03ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano1-3/+10
2014-01-02netlink: cleanup rntl_af_registerstephen hemminger1-4/+1