summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-7/+4
|\
| * addrconf: always initialize sysctl table dataWANG Cong2015-12-221-7/+4
* | ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork2015-12-181-6/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-1/+7
|\|
| * ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa2015-12-151-0/+6
| * ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork2015-12-051-1/+1
* | ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring2015-12-141-5/+3
* | ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn2015-12-051-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-1/+1
|\|
| * Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-011-1/+1
* | net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter2015-12-031-1/+15
|/
* ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca2015-11-041-0/+1
* ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck2015-10-301-19/+27
* netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+2
|\
| * ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa2015-10-111-0/+2
* | net: Add VRF support to IPv6 stackDavid Ahern2015-10-131-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-4/+3
|\|
| * ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-151-4/+3
* | ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-1/+1
* | rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-151-4/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-31/+0
|\
| * net/ipv6: Export addrconf_ifid_eui48Matan Barak2015-08-301-31/+0
* | net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T2015-08-301-10/+16
* | ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-201-1/+1
* | net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek2015-08-131-1/+4
* | net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-131-1/+104
* | net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2015-07-301-0/+10
* | ipv6: sysctl to restrict candidate source addressesErik Kline2015-07-221-3/+19
* | ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki2015-07-161-4/+2
* | ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明2015-07-151-12/+18
* | ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明2015-07-101-90/+107
|/
* ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2015-05-011-0/+2
* dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-5/+5
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-44/+44
* ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa2015-03-241-5/+5
* ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa2015-03-231-7/+4
* ipv6: do retries on stable privacy addressesHannes Frederic Sowa2015-03-231-3/+54
* ipv6: collapse state_lock and lockHannes Frederic Sowa2015-03-231-16/+15
* ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa2015-03-231-6/+8
* ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa2015-03-231-4/+126
* ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2015-03-231-0/+68
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-1/+16
|\
| * ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-02-231-1/+16
* | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-271-3/+35
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-2/+34
|\
| * ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann2015-02-061-0/+17
| * net: ipv6: allow explicitly choosing optimistic addressesErik Kline2015-02-051-2/+17