summaryrefslogtreecommitdiff
path: root/drivers/net/vrf.c
AgeCommit message (Expand)Author
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2023-11-20net, vrf: Move dstats structure to coreDaniel Borkmann
2023-10-11vrf: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-22vrf: Remove unnecessary RCU-bh critical sectionIdo Schimmel
2023-08-15vrf: Update to register_net_sysctl_szJoel Granados
2023-07-18vrf: Fix lockdep splat in output pathIdo Schimmel
2022-12-21net: vrf: determine the dst using the original ifindex for multicastAntoine Tenart
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-01vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-12-08vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel
2021-12-07vrf: use dev_replace_track() for better trackingEric Dumazet
2021-12-01vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra
2021-10-26vrf: run conntrack only in context of lower/physdev for locally generated pac...Florian Westphal
2021-10-20vrf: Revert "Reset skb conntrack connection..."Eugene Crosser
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-16vrf: Reset skb conntrack connection on VRF rcvLahav Schlesinger
2021-08-06vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter
2021-08-03vrf: use skb_expand_head in vrf_finish_outputVasily Averin
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-21vrf: do not push non-ND strict packets with a source LLA through packet taps ...Antoine Tenart
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-08vrf: fix maximum MTUNicolas Dichtel
2021-06-01vrf: Fix a typoZheng Yongjun
2021-04-14vrf: fix a comment about loopback deviceNicolas Dichtel
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()Andrea Mayer
2020-12-05vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra
2020-12-04vrf: add mac header for tunneled packets when sniffer is attachedAndrea Mayer
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-12vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi
2020-07-23vrf: Handle CONFIG_SYSCTL not setDavid Ahern
2020-06-20vrf: add l3mdev registration for table to VRF device lookupAndrea Mayer
2020-06-20vrf: add sysctl parameter for strict modeAndrea Mayer
2020-06-20vrf: track associations between VRF devices and tablesAndrea Mayer
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-04-22vrf: Fix IPv6 with qdisc and xfrmDavid Ahern
2020-04-22vrf: Check skb for XFRM_TRANSFORMED flagDavid Ahern
2020-03-23Remove DST_HOSTDavid Laight
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-27vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabledDavid Ahern