index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vrf.c
Age
Commit message (
Expand
)
Author
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
2023-11-20
net: Move {l,t,d}stats allocation to core and convert veth & vrf
Daniel Borkmann
2023-11-20
net, vrf: Move dstats structure to core
Daniel Borkmann
2023-10-11
vrf: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-08-22
vrf: Remove unnecessary RCU-bh critical section
Ido Schimmel
2023-08-15
vrf: Update to register_net_sysctl_sz
Joel Granados
2023-07-18
vrf: Fix lockdep splat in output path
Ido Schimmel
2022-12-21
net: vrf: determine the dst using the original ifindex for multicast
Antoine Tenart
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-06-10
xfrm: no need to set DST_NOPOLICY in IPv4
Eyal Birger
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-04-01
vrf: fix packet sniffing for traffic originating from ip tunnels
Eyal Birger
2022-03-15
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-12-08
vrf: don't run conntrack on vrf with !dflt qdisc
Nicolas Dichtel
2021-12-07
vrf: use dev_replace_track() for better tracking
Eric Dumazet
2021-12-01
vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
Stephen Suryaputra
2021-10-26
vrf: run conntrack only in context of lower/physdev for locally generated pac...
Florian Westphal
2021-10-20
vrf: Revert "Reset skb conntrack connection..."
Eugene Crosser
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-16
vrf: Reset skb conntrack connection on VRF rcv
Lahav Schlesinger
2021-08-06
vrf: fix NULL dereference in vrf_finish_output()
Dan Carpenter
2021-08-03
vrf: use skb_expand_head in vrf_finish_output
Vasily Averin
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-21
vrf: do not push non-ND strict packets with a source LLA through packet taps ...
Antoine Tenart
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-08
vrf: fix maximum MTU
Nicolas Dichtel
2021-06-01
vrf: Fix a typo
Zheng Yongjun
2021-04-14
vrf: fix a comment about loopback device
Nicolas Dichtel
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-09
vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()
Andrea Mayer
2020-12-05
vrf: packets with lladdr src needs dst at input with orig_iif when needs strict
Stephen Suryaputra
2020-12-04
vrf: add mac header for tunneled packets when sniffer is attached
Andrea Mayer
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-12
vrf: Fix fast path output packet handling with async Netfilter rules
Martin Willi
2020-07-23
vrf: Handle CONFIG_SYSCTL not set
David Ahern
2020-06-20
vrf: add l3mdev registration for table to VRF device lookup
Andrea Mayer
2020-06-20
vrf: add sysctl parameter for strict mode
Andrea Mayer
2020-06-20
vrf: track associations between VRF devices and tables
Andrea Mayer
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
2020-04-22
vrf: Fix IPv6 with qdisc and xfrm
David Ahern
2020-04-22
vrf: Check skb for XFRM_TRANSFORMED flag
David Ahern
2020-03-23
Remove DST_HOST
David Laight
[next]