summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac2016-10-201-5/+4Star
* IPv6: fix DESYNC_FACTORJiri Bohac2016-10-141-8/+31
* IPv6: Drop the temporary address regen_timerJiri Bohac2016-10-141-52/+9Star
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2016-10-141-1/+1
* ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski2016-10-081-1/+3
* ipv6 addrconf: remove addrconf_sysctl_hop_limit()Maciej Żenczykowski2016-10-031-17/+14Star
* ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski2016-09-301-7/+44
* ipv6: Remove useless parameter in __snmp6_fill_statsdevJia He2016-09-301-6/+6
* ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2016-09-061-0/+2
* netconf: add a notif when settings are createdNicolas Dichtel2016-09-021-1/+8
* ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel2016-09-021-0/+7
* net: ipv6: Remove addresses for failures with strict DADMike Manning2016-08-231-13/+21
* net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning2016-08-141-2/+2
* net: ipv6: use list_move instead of list_del/list_addWei Yongjun2016-07-311-2/+1Star
* net: ipv6: Always leave anycast and multicast groups on link downMike Manning2016-07-251-0/+4
* ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2016-07-101-2/+2
* net: ipv6: Address selection needs to consider L3 domainsDavid Ahern2016-06-181-0/+48
* ipv6: export several functionsAlexander Aring2016-06-161-8/+7Star
* ipv6: introduce neighbour discovery opsAlexander Aring2016-06-161-1/+12
* addrconf: put prefix address add in an own functionAlexander Aring2016-06-161-94/+109
* 6lowpan: add 802.15.4 short addr slaacAlexander Aring2016-06-161-2/+3
* net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern2016-06-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-33/+15Star
|\
| * net: ipv6: Delete host routes on an ifdownDavid Ahern2016-04-261-33/+15Star
| * 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/+12Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-2/+20
|\|
| * net: ipv6: Do not keep linklocal and loopback addressesDavid Ahern2016-04-141-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-201-309/+307Star
* | net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov2016-04-201-26/+17Star
* | ipv6, token: allow for clearing the current device tokenDaniel Borkmann2016-04-141-4/+6
|/
* netconf: add macro to represent all attributesZhang Shengju2016-03-141-15/+21
* net: ipv6: Fix refcnt on host routesDavid Ahern2016-03-031-5/+3Star
* 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-261-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-111-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-7/+4Star
|\
| * addrconf: always initialize sysctl table dataWANG Cong2015-12-221-7/+4Star
* | 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-181-1/+7
|\|
| * ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa2015-12-161-0/+6
| * ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork2015-12-061-1/+1
* | ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring2015-12-141-5/+3Star
* | ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn2015-12-051-1/+2