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
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
/
ndisc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-04
vrf: check the original netdevice for generating redirect
Stephen Suryaputra
1
-0
/
+6
2018-04-19
net/ipv6: Rename fib6_info struct elements
David Ahern
1
-1
/
+1
2018-04-18
net/ipv6: Flip FIB entries to fib6_info
David Ahern
1
-1
/
+1
2018-04-18
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
1
-3
/
+3
2018-04-18
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
1
-2
/
+6
2018-04-18
net/ipv6: move expires into rt6_info
David Ahern
1
-1
/
+1
2018-04-18
net/ipv6: move metrics from dst to rt6_info
David Ahern
1
-7
/
+3
2018-04-18
net/ipv6: Pass net namespace to route functions
David Ahern
1
-5
/
+7
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-03-16
net/ipv6: Change address check to always take a device argument
David Ahern
1
-1
/
+1
2018-03-09
ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
Lorenzo Bianconi
1
-1
/
+2
2018-03-07
ipv6: ndisc: use true and false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2018-02-19
net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_ops
Kirill Tkhai
1
-0
/
+1
2018-01-29
net: ipv6: send unsolicited NA after DAD
David Ahern
1
-0
/
+5
2017-11-11
net: ipv6: sysctl to specify IPv6 ND traffic class
Maciej Żenczykowski
1
-1
/
+8
2017-11-01
net: display hw address of source machine during ipv6 DAD failure
Vishwanath Pai
1
-4
/
+5
2017-08-30
neigh: increase queue_len_bytes to match wmem_default
Eric Dumazet
1
-1
/
+1
2017-08-10
net: ipv6: lower ndisc notifier priority below addrconf
David Ahern
1
-0
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-4
/
+4
2017-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-04-24
net: ipv6: send unsolicited NA if enabled for all interfaces
David Ahern
1
-1
/
+2
2017-04-17
net: ipv6: send unsolicited NA on admin up
David Ahern
1
-0
/
+2
2017-03-23
net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.
Joel Scherpelz
1
-0
/
+2
2017-03-22
neighbour: fix nlmsg_pid in notifications
Roopa Prabhu
1
-1
/
+1
2016-12-04
ipv6 addrconf: Implemented enhanced DAD (RFC7527)
Erik Nordmark
1
-3
/
+26
2016-09-11
net: l3mdev: remove redundant calls
David Ahern
1
-9
/
+2
2016-06-16
ipv6: export several functions
Alexander Aring
1
-11
/
+3
2016-06-16
ipv6: introduce neighbour discovery ops
Alexander Aring
1
-32
/
+69
2016-06-16
ndisc: add __ndisc_fill_addr_option function
Alexander Aring
1
-4
/
+10
2016-02-11
ipv6: add option to drop unsolicited neighbor advertisements
Johannes Berg
1
-0
/
+9
2015-12-24
ipv6: honor ifindex in case we receive ll addresses in router advertisements
Hannes Frederic Sowa
1
-2
/
+2
2015-12-01
Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
Nicolas Dichtel
1
-7
/
+3
2015-10-13
net: Add VRF support to IPv6 stack
David Ahern
1
-3
/
+23
2015-10-13
net: Export fib6_get_table and nd_tbl
David Ahern
1
-0
/
+1
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
1
-1
/
+1
2015-09-24
ipv6: remove unused neigh parameter from ndisc functions
Jiri Benc
1
-10
/
+7
2015-09-18
netfilter: Pass net into okfn
Eric W. Biederman
1
-1
/
+1
2015-09-18
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
1
-2
/
+2
2015-09-18
net: Merge dst_output and dst_output_sk
Eric W. Biederman
1
-1
/
+1
2015-09-01
ipv6: send only one NEWLINK when RA causes changes
Marius Tomaschewski
1
-3
/
+10
2015-09-01
ipv6: send NEWLINK on RA managed/otherconf changes
Marius Tomaschewski
1
-0
/
+5
2015-08-21
ipv6: ndisc: inherit metadata dst when creating ndisc requests
Jiri Benc
1
-3
/
+7
2015-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2015-07-31
net/ipv6: add sysctl option accept_ra_min_hop_limit
Hangbin Liu
1
-9
/
+7
2015-07-30
ipv6: flush nd cache on IFF_NOARP change
Eric Dumazet
1
-0
/
+6
2015-05-25
ipv6: Remove external dependency on rt6i_dst and rt6i_src
Martin KaFai Lau
1
-1
/
+1
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-2
/
+3
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+8
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-2
/
+1
[next]