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
2024-10-03
vrf: revert "vrf: Remove unnecessary RCU-bh critical section"
Willem de Bruijn
1
-0
/
+2
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-1
/
+1
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-08-31
vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()
Ido Schimmel
1
-1
/
+2
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-06-12
net: vrf: move to generic dstat helpers
Jeremy Kerr
1
-28
/
+0
2024-06-12
net: core,vrf: Change pcpu_dstat fields to u64_stats_t
Jeremy Kerr
1
-16
/
+22
2024-05-01
inet: introduce dst_rtable() helper
Eric Dumazet
1
-1
/
+1
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2023-11-20
net: Move {l,t,d}stats allocation to core and convert veth & vrf
Daniel Borkmann
1
-11
/
+3
2023-11-20
net, vrf: Move dstats structure to core
Daniel Borkmann
1
-17
/
+7
2023-10-11
vrf: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-08-30
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2023-08-22
vrf: Remove unnecessary RCU-bh critical section
Ido Schimmel
1
-2
/
+0
2023-08-16
vrf: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+2
2023-07-18
vrf: Fix lockdep splat in output path
Ido Schimmel
1
-6
/
+6
2022-12-22
net: vrf: determine the dst using the original ifindex for multicast
Antoine Tenart
1
-3
/
+3
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-2
/
+2
2022-09-01
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-06-10
xfrm: no need to set DST_NOPOLICY in IPv4
Eyal Birger
1
-1
/
+1
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-4
/
+4
2022-04-01
vrf: fix packet sniffing for traffic originating from ip tunnels
Eyal Birger
1
-4
/
+11
2022-03-16
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
1
-4
/
+3
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
1
-1
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-4
/
+4
2021-12-08
vrf: don't run conntrack on vrf with !dflt qdisc
Nicolas Dichtel
1
-4
/
+4
2021-12-07
vrf: use dev_replace_track() for better tracking
Eric Dumazet
1
-4
/
+4
2021-12-02
vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
Stephen Suryaputra
1
-0
/
+2
2021-10-26
vrf: run conntrack only in context of lower/physdev for locally generated pac...
Florian Westphal
1
-4
/
+24
2021-10-20
vrf: Revert "Reset skb conntrack connection..."
Eugene Crosser
1
-4
/
+0
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-08-17
vrf: Reset skb conntrack connection on VRF rcv
Lahav Schlesinger
1
-0
/
+4
2021-08-07
vrf: fix NULL dereference in vrf_finish_output()
Dan Carpenter
1
-1
/
+1
2021-08-03
vrf: use skb_expand_head in vrf_finish_output
Vasily Averin
1
-14
/
+7
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+7
2021-06-21
vrf: do not push non-ND strict packets with a source LLA through packet taps ...
Antoine Tenart
1
-7
/
+7
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+2
2021-06-08
vrf: fix maximum MTU
Nicolas Dichtel
1
-4
/
+2
2021-06-02
vrf: Fix a typo
Zheng Yongjun
1
-1
/
+1
2021-04-14
vrf: fix a comment about loopback device
Nicolas Dichtel
1
-6
/
+4
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2020-12-09
vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()
Andrea Mayer
1
-55
/
+55
2020-12-06
vrf: packets with lladdr src needs dst at input with orig_iif when needs strict
Stephen Suryaputra
1
-2
/
+8
2020-12-05
vrf: add mac header for tunneled packets when sniffer is attached
Andrea Mayer
1
-6
/
+72
2020-11-24
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-11-12
vrf: Fix fast path output packet handling with async Netfilter rules
Martin Willi
1
-23
/
+69
2020-07-24
vrf: Handle CONFIG_SYSCTL not set
David Ahern
1
-61
/
+77
[next]