index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
addrconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-04
ipv6 addrconf: Implemented enhanced DAD (RFC7527)
Erik Nordmark
1
-1
/
+21
2016-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+12
2016-11-24
ipv6: bump genid when the IFA_F_TENTATIVE flag is clear
Paolo Abeni
1
-6
/
+12
2016-11-10
ipv6: sr: add core files for SR HMAC support
David Lebrun
1
-0
/
+18
2016-11-10
ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)
David Lebrun
1
-0
/
+10
2016-10-20
ipv6: properly prevent temp_prefered_lft sysctl race
Jiri Bohac
1
-5
/
+4
2016-10-14
IPv6: fix DESYNC_FACTOR
Jiri Bohac
1
-8
/
+31
2016-10-14
IPv6: Drop the temporary address regen_timer
Jiri Bohac
1
-52
/
+9
2016-10-14
ipv6: correctly add local routes when lo goes up
Nicolas Dichtel
1
-1
/
+1
2016-10-08
ipv6 addrconf: disallow rtr_solicits < -1
Maciej Żenczykowski
1
-1
/
+3
2016-10-03
ipv6 addrconf: remove addrconf_sysctl_hop_limit()
Maciej Żenczykowski
1
-17
/
+14
2016-09-30
ipv6 addrconf: implement RFC7559 router solicitation backoff
Maciej Żenczykowski
1
-7
/
+44
2016-09-30
ipv6: Remove useless parameter in __snmp6_fill_statsdev
Jia He
1
-6
/
+6
2016-09-07
ipv6: addrconf: fix dev refcont leak when DAD failed
Wei Yongjun
1
-0
/
+2
2016-09-02
netconf: add a notif when settings are created
Nicolas Dichtel
1
-1
/
+8
2016-09-02
ipv6: add missing netconf notif when 'all' is updated
Nicolas Dichtel
1
-0
/
+7
2016-08-23
net: ipv6: Remove addresses for failures with strict DAD
Mike Manning
1
-13
/
+21
2016-08-14
net: ipv6: Do not keep IPv6 addresses when IPv6 is disabled
Mike Manning
1
-2
/
+2
2016-07-31
net: ipv6: use list_move instead of list_del/list_add
Wei Yongjun
1
-2
/
+1
2016-07-25
net: ipv6: Always leave anycast and multicast groups on link down
Mike Manning
1
-0
/
+4
2016-07-10
ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()
Eric Dumazet
1
-2
/
+2
2016-06-18
net: ipv6: Address selection needs to consider L3 domains
David Ahern
1
-0
/
+48
2016-06-16
ipv6: export several functions
Alexander Aring
1
-8
/
+7
2016-06-16
ipv6: introduce neighbour discovery ops
Alexander Aring
1
-1
/
+12
2016-06-16
addrconf: put prefix address add in an own function
Alexander Aring
1
-94
/
+109
2016-06-16
6lowpan: add 802.15.4 short addr slaac
Alexander Aring
1
-2
/
+3
2016-06-15
net: ipv6: Do not add multicast route for l3 master devices
David Ahern
1
-1
/
+1
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-33
/
+15
2016-04-26
net: ipv6: Delete host routes on an ifdown
David Ahern
1
-33
/
+15
2016-04-26
Revert "ipv6: Revert optional address flusing on ifdown."
David S. Miller
1
-12
/
+150
2016-04-25
ipv6: Revert optional address flusing on ifdown.
David S. Miller
1
-150
/
+12
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+20
2016-04-20
net/ipv6/addrconf: fix sysctl table indentation
Konstantin Khlebnikov
1
-309
/
+307
2016-04-20
net/ipv6/addrconf: simplify sysctl registration
Konstantin Khlebnikov
1
-26
/
+17
2016-04-14
net: ipv6: Do not keep linklocal and loopback addresses
David Ahern
1
-2
/
+10
2016-04-14
ipv6, token: allow for clearing the current device token
Daniel Borkmann
1
-4
/
+6
2016-04-11
net: vrf: Fix dev refcnt leak due to IPv6 prefix route
David Ahern
1
-0
/
+10
2016-03-14
netconf: add macro to represent all attributes
Zhang Shengju
1
-15
/
+21
2016-03-04
net: ipv6: Fix refcnt on host routes
David Ahern
1
-5
/
+3
2016-03-02
net: ipv6/l3mdev: Move host route on saved address if necessary
David Ahern
1
-0
/
+26
2016-02-26
net: ipv6: Make address flushing on ifdown optional
David Ahern
1
-15
/
+121
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2016-02-19
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
1
-1
/
+1
2016-02-11
ipv6: add option to drop unsolicited neighbor advertisements
Johannes Berg
1
-0
/
+8
2016-02-11
ipv6: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
1
-0
/
+8
2016-02-06
ipv6: addrconf: Fix recursive spin lock call
subashab@codeaurora.org
1
-1
/
+4
2016-01-11
ipv6: always add flag an address that failed DAD with DADFAILED
Lubomir Rintel
1
-2
/
+3
2016-01-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+4
2015-12-23
addrconf: always initialize sysctl table data
WANG Cong
1
-7
/
+4
2015-12-18
ipv6: addrconf: use stable address generator for ARPHRD_NONE
Bjørn Mork
1
-6
/
+39
[next]