summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar2017-05-151-1/+4
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-081-0/+1
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-041-0/+2
* net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-031-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-271-2/+12
|\
| * net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-8/+12
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-171-6/+17
|\ \
| * | 6lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2017-04-121-1/+5
| * | ipv6: addrconf: fix 48 bit 6lowpan autoconfigurationAlexander Aring2017-04-121-5/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-161-4/+7
|\ \ \ | | |/ | |/|
| * | ipv6: Fix idev->addr_list corruptionRabin Vincent2017-04-121-4/+7
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-6/+10
| |/ |/|
* | net: ipv6: Add support for RTM_DELNETCONFDavid Ahern2017-03-291-5/+15
* | net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-291-11/+22
* | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-03-221-0/+10
* | ipv6: Provide ipv6 version of "disable_policy" sysctlDavid Forster2017-03-071-0/+114
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-051-7/+15
|\
| * net/ipv6: avoid possible dead locking on addr_gen_mode sysctlFelix Jia2017-03-011-7/+15
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-0/+6
|\
| * ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-02-081-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-2/+8
|\|
| * ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-02-061-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-3/+1Star
|\|
| * ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-01-191-3/+1Star
* | net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia2017-01-271-0/+5
* | net/ipv6: allow sysctl to change link-local address generation modeFelix Jia2017-01-271-20/+84
* | ipv6: do not send RTM_DELADDR for tentative addressesMahesh Bandewar2017-01-061-0/+7
|/
* ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-041-1/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-6/+12
|\
| * ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni2016-11-241-6/+12
* | ipv6: sr: add core files for SR HMAC supportDavid Lebrun2016-11-101-0/+18
* | ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2016-11-101-0/+10
|/
* 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