summaryrefslogtreecommitdiff
path: root/drivers/net/vrf.c
AgeCommit message (Expand)Author
2024-10-02vrf: revert "vrf: Remove unnecessary RCU-bh critical section"Willem de Bruijn
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-31vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()Ido Schimmel
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-11net: vrf: move to generic dstat helpersJeremy Kerr
2024-06-11net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
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