aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-20ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac1-5/+4
2016-10-14IPv6: fix DESYNC_FACTORJiri Bohac1-8/+31
2016-10-14IPv6: Drop the temporary address regen_timerJiri Bohac1-52/+9
2016-10-14ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-10-07ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski1-1/+3
2016-10-02ipv6 addrconf: remove addrconf_sysctl_hop_limit()Maciej Żenczykowski1-17/+14
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski1-7/+44
2016-09-30ipv6: Remove useless parameter in __snmp6_fill_statsdevJia He1-6/+6
2016-09-06ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-09-01netconf: add a notif when settings are createdNicolas Dichtel1-1/+8
2016-09-01ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel1-0/+7
2016-08-22net: ipv6: Remove addresses for failures with strict DADMike Manning1-13/+21
2016-08-13net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning1-2/+2
2016-07-30net: ipv6: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-25net: ipv6: Always leave anycast and multicast groups on link downMike Manning1-0/+4
2016-07-09ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet1-2/+2
2016-06-17net: ipv6: Address selection needs to consider L3 domainsDavid Ahern1-0/+48
2016-06-15ipv6: export several functionsAlexander Aring1-8/+7
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring1-1/+12
2016-06-15addrconf: put prefix address add in an own functionAlexander Aring1-94/+109
2016-06-156lowpan: add 802.15.4 short addr slaacAlexander Aring1-2/+3
2016-06-15net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern1-1/+1
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+15
2016-04-26net: ipv6: Delete host routes on an ifdownDavid Ahern1-33/+15
2016-04-26Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller1-12/+150
2016-04-25ipv6: Revert optional address flusing on ifdown.David S. Miller1-150/+12
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+20
2016-04-19net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov1-309/+307
2016-04-19net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov1-26/+17
2016-04-13net: ipv6: Do not keep linklocal and loopback addressesDavid Ahern1-2/+10
2016-04-13ipv6, token: allow for clearing the current device tokenDaniel Borkmann1-4/+6
2016-04-11net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern1-0/+10
2016-03-13netconf: add macro to represent all attributesZhang Shengju1-15/+21
2016-03-03net: ipv6: Fix refcnt on host routesDavid Ahern1-5/+3
2016-03-01net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern1-0/+26
2016-02-25net: ipv6: Make address flushing on ifdown optionalDavid Ahern1-15/+121
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg1-0/+8
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg1-0/+8
2016-02-06ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org1-1/+4
2016-01-10ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel1-2/+3
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+4
2015-12-22addrconf: always initialize sysctl table dataWANG Cong1-7/+4
2015-12-18ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork1-6/+39
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2015-12-15ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa1-0/+6
2015-12-14ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring1-5/+3
2015-12-05ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2015-12-05ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn1-1/+2