summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2016-02-25net: ipv6: Make address flushing on ifdown optionalDavid Ahern
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2016-02-06ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org
2016-01-10ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-22addrconf: always initialize sysctl table dataWANG Cong
2015-12-18ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa
2015-12-14ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring
2015-12-05ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork
2015-12-05ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-11-04ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca
2015-10-30ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-11ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T
2015-08-30net/ipv6: Export addrconf_ifid_eui48Matan Barak
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc
2015-08-13net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek
2015-08-13net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline
2015-07-16ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki
2015-07-15ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明
2015-07-10ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明
2015-05-01ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau
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