summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-33/+15
|\
| * net: ipv6: Delete host routes on an ifdownDavid Ahern2016-04-261-33/+15
| * Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller2016-04-261-12/+150
| * ipv6: Revert optional address flusing on ifdown.David S. Miller2016-04-251-150/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-2/+20
|\|
| * net: ipv6: Do not keep linklocal and loopback addressesDavid Ahern2016-04-131-2/+10
| * net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern2016-04-111-0/+10
* | net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov2016-04-191-309/+307
* | net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov2016-04-191-26/+17
* | ipv6, token: allow for clearing the current device tokenDaniel Borkmann2016-04-131-4/+6
|/
* netconf: add macro to represent all attributesZhang Shengju2016-03-131-15/+21
* net: ipv6: Fix refcnt on host routesDavid Ahern2016-03-031-5/+3
* net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern2016-03-011-0/+26
* net: ipv6: Make address flushing on ifdown optionalDavid Ahern2016-02-251-15/+121
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-2/+5
|\
| * rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-191-1/+1
| * ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org2016-02-061-1/+4
* | ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2016-02-111-0/+8
* | ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-111-0/+8
|/
* ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel2016-01-101-2/+3
* 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