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
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
2020-06-21
vrf: add l3mdev registration for table to VRF device lookup
Andrea Mayer
1
-4
/
+55
2020-06-21
vrf: add sysctl parameter for strict mode
Andrea Mayer
1
-0
/
+118
2020-06-21
vrf: track associations between VRF devices and tables
Andrea Mayer
1
-5
/
+268
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
1
-0
/
+1
2020-04-23
vrf: Fix IPv6 with qdisc and xfrm
David Ahern
1
-2
/
+2
2020-04-22
vrf: Check skb for XFRM_TRANSFORMED flag
David Ahern
1
-2
/
+4
2020-03-24
Remove DST_HOST
David Laight
1
-2
/
+2
2019-10-25
net: core: add generic lockdep keys
Taehee Yoo
1
-1
/
+0
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
1
-4
/
+4
2019-09-27
vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled
David Ahern
1
-1
/
+2
2019-07-21
vrf: make sure skb->data contains ip header to make routing
Peter Kosyh
1
-23
/
+35
2019-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-26
ipv6: constify rt6_nexthop()
Nicolas Dichtel
1
-1
/
+1
2019-06-23
ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF
Wei Wang
1
-2
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2019-04-24
net: vrf: Fix operation not supported when set vrf mac
Miaohe Lin
1
-0
/
+2
2019-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+6
2019-04-09
ipv4: Add helpers for neigh lookup for nexthop
David Ahern
1
-6
/
+4
2019-04-09
neighbor: Add skip_cache argument to neigh_output
David Ahern
1
-2
/
+2
2019-04-08
net: vrf: Fix ping failed when vrf mtu is set to 0
Miaohe Lin
1
-2
/
+6
2019-03-28
vrf: prevent adding upper devices
Sabrina Dubroca
1
-0
/
+1
2019-02-22
net: vrf: remove MTU limits for vrf device
Hangbin Liu
1
-0
/
+3
2018-12-07
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
1
-2
/
+2
2018-12-07
net: vrf: cycle_netdev(): Add an extack argument
Petr Machata
1
-3
/
+4
2018-11-08
vrf: mark skb for multicast or link-local as enslaved to VRF
Mike Manning
1
-10
/
+9
2018-10-03
ipv6: add vrf table handling code for ipv6 mcast
Patrick Ruddy
1
-0
/
+11
2018-05-29
vrf: add CRC32c offload to device features
Davide Caratti
1
-1
/
+1
2018-04-18
vrf: Move fib6_table into net_vrf
David Ahern
1
-19
/
+6
2018-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2018-03-30
vrf: Fix use after free and double free in vrf_finish_output
David Ahern
1
-2
/
+3
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-04
net/ipv6: Pass skb to route lookup
David Ahern
1
-3
/
+4
[next]