summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2017-06-13ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-06-13ipv6: initialize route null entry in addrconf_init()WANG Cong
2016-10-02ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun
2016-03-04rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-04ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org
2016-03-04net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2016-01-31addrconf: always initialize sysctl table dataWANG Cong
2016-01-22ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa
2016-01-22ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork
2015-12-09ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-24ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa
2015-03-23ipv6: do retries on stable privacy addressesHannes Frederic Sowa
2015-03-23ipv6: collapse state_lock and lockHannes Frederic Sowa
2015-03-23ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa
2015-03-23ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa
2015-03-23ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-11-26ipv6: Remove unnecessary testzhuyj
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel
2014-10-27ipv6: replace min/casting by min_tFabian Frederick
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-13ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong
2014-09-12ipv6: clean up anycast when an interface is destroyedSabrina Dubroca
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel
2014-09-05ipv6: fix a refcnt leak with peer addrNicolas Dichtel
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong