aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/vrf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-11/+3
2023-11-20net, vrf: Move dstats structure to coreDaniel Borkmann1-17/+7
2023-10-11vrf: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+2
2023-08-22vrf: Remove unnecessary RCU-bh critical sectionIdo Schimmel1-2/+0
2023-08-15vrf: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-07-18vrf: Fix lockdep splat in output pathIdo Schimmel1-6/+6
2022-12-21net: vrf: determine the dst using the original ifindex for multicastAntoine Tenart1-3/+3
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger1-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-4/+4
2022-04-01vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger1-4/+11
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-4/+3
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-1/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-4/+4
2021-12-08vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel1-4/+4
2021-12-07vrf: use dev_replace_track() for better trackingEric Dumazet1-4/+4
2021-12-01vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra1-0/+2
2021-10-26vrf: run conntrack only in context of lower/physdev for locally generated packetsFlorian Westphal1-4/+24
2021-10-20vrf: Revert "Reset skb conntrack connection..."Eugene Crosser1-4/+0
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-08-16vrf: Reset skb conntrack connection on VRF rcvLahav Schlesinger1-0/+4
2021-08-06vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter1-1/+1
2021-08-03vrf: use skb_expand_head in vrf_finish_outputVasily Averin1-14/+7
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2021-06-21vrf: do not push non-ND strict packets with a source LLA through packet taps againAntoine Tenart1-7/+7
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2021-06-08vrf: fix maximum MTUNicolas Dichtel1-4/+2
2021-06-01vrf: Fix a typoZheng Yongjun1-1/+1
2021-04-14vrf: fix a comment about loopback deviceNicolas Dichtel1-6/+4
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2020-12-09vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()Andrea Mayer1-55/+55
2020-12-05vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra1-2/+8
2020-12-04vrf: add mac header for tunneled packets when sniffer is attachedAndrea Mayer1-6/+72
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-12vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi1-23/+69
2020-07-23vrf: Handle CONFIG_SYSCTL not setDavid Ahern1-61/+77
2020-06-20vrf: add l3mdev registration for table to VRF device lookupAndrea Mayer1-4/+55
2020-06-20vrf: add sysctl parameter for strict modeAndrea Mayer1-0/+118
2020-06-20vrf: track associations between VRF devices and tablesAndrea Mayer1-5/+268
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+1
2020-04-22vrf: Fix IPv6 with qdisc and xfrmDavid Ahern1-2/+2
2020-04-22vrf: Check skb for XFRM_TRANSFORMED flagDavid Ahern1-2/+4
2020-03-23Remove DST_HOSTDavid Laight1-2/+2
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-1/+0
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-4/+4
2019-09-27vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabledDavid Ahern1-1/+2