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
/
drivers
/
net
/
vrf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
vrf: fix bug_on triggered by rx when destroying a vrf
Nikolay Aleksandrov
1
-5
/
+6
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+2
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-18
net: remove DST_NOCACHE flag
Wei Wang
1
-1
/
+1
2017-06-18
ipv6: take dst->__refcnt for insertion into fib6 tree
Wei Wang
1
-4
/
+0
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-09
net: vrf: Make add_fib_rules per network namespace flag
David Ahern
1
-4
/
+32
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-1
/
+1
2017-05-11
driver: vrf: Fix one possible use-after-free issue
Gao Feng
1
-1
/
+2
2017-04-27
net: vrf: Do not allow looback to be moved to a VRF
David Ahern
1
-0
/
+6
2017-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-04-17
net: rtnetlink: plumb extended ack to doit function
David Ahern
1
-2
/
+2
2017-04-17
net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule
David Ahern
1
-1
/
+1
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2017-03-22
net: vrf: performance improvements for IPv6
David Ahern
1
-10
/
+56
2017-03-22
net: vrf: performance improvements for IPv4
David Ahern
1
-10
/
+96
2017-03-22
net: vrf: Reset rt6i_idev in local dst after put
David Ahern
1
-1
/
+3
2017-03-16
net: vrf: Set slave's private flag before linking
Ido Schimmel
1
-2
/
+6
2017-03-09
vrf: Fix use-after-free in vrf_xmit
David Ahern
1
-1
/
+2
2017-02-12
net: rename dst_neigh_output back to neigh_output
Julian Anastasov
1
-2
/
+2
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
1
-1
/
+4
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-01-11
net: vrf: do not allow table id 0
David Ahern
1
-0
/
+2
2017-01-11
net: ipv4: Fix multipath selection with vrf
David Ahern
1
-0
/
+2
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-3
/
+2
2017-01-04
net: vrf: Add missing Rx counters
David Ahern
1
-0
/
+3
2016-12-17
net: vrf: Drop conntrack data after pass through VRF device on Tx
David Ahern
1
-0
/
+4
2016-12-17
net: vrf: Fix NAT within a VRF
David Ahern
1
-2
/
+0
2016-11-01
net: Enable support for VRF with ipv4 multicast
David Ahern
1
-5
/
+18
2016-10-17
net: Require exact match for TCP socket lookups if dif is l3mdev
David Ahern
1
-0
/
+2
2016-09-17
net: vrf: Remove RT_FL_TOS
David Ahern
1
-3
/
+0
2016-09-11
net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag
David Ahern
1
-3
/
+2
2016-09-11
net: l3mdev: remove get_rtable method
David Ahern
1
-21
/
+0
2016-09-11
net: ipv6: Remove l3mdev_get_saddr6
David Ahern
1
-41
/
+0
2016-09-11
net: ipv4: Remove l3mdev_get_saddr
David Ahern
1
-38
/
+0
2016-09-11
net: vrf: Flip IPv6 output path from FIB lookup hook to out hook
David Ahern
1
-42
/
+82
2016-09-11
net: vrf: Flip IPv4 output path from FIB lookup hook to out hook
David Ahern
1
-1
/
+63
2016-07-05
net: vrf: Add support for PREROUTING rules on vrf device
David Ahern
1
-0
/
+21
2016-06-18
net: vrf: Implement get_saddr for IPv6
David Ahern
1
-0
/
+41
2016-06-16
net: vrf: Switch dst dev to loopback on device delete
David Ahern
1
-13
/
+42
2016-06-16
net: vrf: Update flags and features settings
David Ahern
1
-0
/
+14
2016-06-15
net: vrf: Handle ipv6 multicast and link-local addresses
David Ahern
1
-5
/
+93
2016-06-15
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
David Ahern
1
-1
/
+1
2016-06-10
net: vrf: Fix crash when IPv6 is disabled at boot time
David Ahern
1
-0
/
+7
2016-06-09
net: vrf: call netdev_lockdep_set_classes()
Eric Dumazet
1
-1
/
+1
2016-06-08
net: vrf: Add l3mdev rules on first device create
David Ahern
1
-1
/
+105
2016-06-08
net: vrf: ipv6 support for local traffic to local addresses
David Ahern
1
-4
/
+85
2016-06-08
net: vrf: ipv4 support for local traffic to local addresses
David Ahern
1
-2
/
+98
2016-06-08
net: vrf: Minor refactoring for local address patches
David Ahern
1
-27
/
+18
2016-06-07
net: Revert vrf-local changes.
David S. Miller
1
-201
/
+33
[next]