index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vrf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-09
1
-4
/
+4
*
vrf: fix packet sniffing for traffic originating from ip tunnels
Eyal Birger
2022-04-01
1
-4
/
+11
*
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
2022-03-15
1
-4
/
+3
*
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2022-02-14
1
-1
/
+1
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
1
-4
/
+4
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-12-08
1
-4
/
+4
|
|
\
|
|
*
vrf: don't run conntrack on vrf with !dflt qdisc
Nicolas Dichtel
2021-12-08
1
-4
/
+4
*
|
|
vrf: use dev_replace_track() for better tracking
Eric Dumazet
2021-12-07
1
-4
/
+4
|
/
/
*
/
vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
Stephen Suryaputra
2021-12-01
1
-0
/
+2
|
/
*
vrf: run conntrack only in context of lower/physdev for locally generated pac...
Florian Westphal
2021-10-26
1
-4
/
+24
*
vrf: Revert "Reset skb conntrack connection..."
Eugene Crosser
2021-10-20
1
-4
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-19
1
-0
/
+4
|
\
|
*
vrf: Reset skb conntrack connection on VRF rcv
Lahav Schlesinger
2021-08-16
1
-0
/
+4
*
|
vrf: fix NULL dereference in vrf_finish_output()
Dan Carpenter
2021-08-06
1
-1
/
+1
*
|
vrf: use skb_expand_head in vrf_finish_output
Vasily Averin
2021-08-03
1
-14
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
1
-7
/
+7
|
\
|
*
vrf: do not push non-ND strict packets with a source LLA through packet taps ...
Antoine Tenart
2021-06-21
1
-7
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-4
/
+2
|
\
|
|
*
vrf: fix maximum MTU
Nicolas Dichtel
2021-06-08
1
-4
/
+2
*
|
vrf: Fix a typo
Zheng Yongjun
2021-06-01
1
-1
/
+1
|
/
*
vrf: fix a comment about loopback device
Nicolas Dichtel
2021-04-14
1
-6
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-2
/
+8
|
\
|
*
vrf: packets with lladdr src needs dst at input with orig_iif when needs strict
Stephen Suryaputra
2020-12-05
1
-2
/
+8
*
|
vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()
Andrea Mayer
2020-12-09
1
-55
/
+55
*
|
vrf: add mac header for tunneled packets when sniffer is attached
Andrea Mayer
2020-12-04
1
-6
/
+72
*
|
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-23
1
-0
/
+1
|
/
*
vrf: Fix fast path output packet handling with async Netfilter rules
Martin Willi
2020-11-12
1
-23
/
+69
*
vrf: Handle CONFIG_SYSCTL not set
David Ahern
2020-07-23
1
-61
/
+77
*
vrf: add l3mdev registration for table to VRF device lookup
Andrea Mayer
2020-06-20
1
-4
/
+55
*
vrf: add sysctl parameter for strict mode
Andrea Mayer
2020-06-20
1
-0
/
+118
*
vrf: track associations between VRF devices and tables
Andrea Mayer
2020-06-20
1
-5
/
+268
*
net: partially revert dynamic lockdep key changes
Cong Wang
2020-05-04
1
-0
/
+1
*
vrf: Fix IPv6 with qdisc and xfrm
David Ahern
2020-04-22
1
-2
/
+2
*
vrf: Check skb for XFRM_TRANSFORMED flag
David Ahern
2020-04-22
1
-2
/
+4
*
Remove DST_HOST
David Laight
2020-03-23
1
-2
/
+2
*
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
1
-1
/
+0
*
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
2019-10-01
1
-4
/
+4
*
vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled
David Ahern
2019-09-27
1
-1
/
+2
*
vrf: make sure skb->data contains ip header to make routing
Peter Kosyh
2019-07-21
1
-23
/
+35
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-27
1
-1
/
+1
|
\
|
*
ipv6: constify rt6_nexthop()
Nicolas Dichtel
2019-06-26
1
-1
/
+1
*
|
ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF
Wei Wang
2019-06-23
1
-2
/
+3
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-25
1
-0
/
+2
|
\
|
*
net: vrf: Fix operation not supported when set vrf mac
Miaohe Lin
2019-04-24
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-08
1
-2
/
+6
|
\
|
|
*
net: vrf: Fix ping failed when vrf mtu is set to 0
Miaohe Lin
2019-04-07
1
-2
/
+6
*
|
ipv4: Add helpers for neigh lookup for nexthop
David Ahern
2019-04-08
1
-6
/
+4
*
|
neighbor: Add skip_cache argument to neigh_output
David Ahern
2019-04-08
1
-2
/
+2
|
/
[next]