summaryrefslogtreecommitdiffstats
path: root/drivers/net/vrf.c
Commit message (Expand)AuthorAgeFilesLines
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-11-201-11/+3
* net, vrf: Move dstats structure to coreDaniel Borkmann2023-11-201-17/+7
* vrf: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\
| * vrf: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | vrf: Remove unnecessary RCU-bh critical sectionIdo Schimmel2023-08-221-2/+0
* | vrf: Fix lockdep splat in output pathIdo Schimmel2023-07-181-6/+6
|/
* net: vrf: determine the dst using the original ifindex for multicastAntoine Tenart2022-12-211-3/+3
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-1/+1
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-4/+4
* vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger2022-04-011-4/+11
* net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-4/+3
* net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior2022-02-141-1/+1
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-081-4/+4
| |\
| | * vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel2021-12-081-4/+4
* | | vrf: use dev_replace_track() for better trackingEric Dumazet2021-12-071-4/+4
|/ /
* / vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra2021-12-011-0/+2
|/
* vrf: run conntrack only in context of lower/physdev for locally generated pac...Florian Westphal2021-10-261-4/+24
* vrf: Revert "Reset skb conntrack connection..."Eugene Crosser2021-10-201-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-0/+4
|\
| * vrf: Reset skb conntrack connection on VRF rcvLahav Schlesinger2021-08-161-0/+4
* | vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter2021-08-061-1/+1
* | vrf: use skb_expand_head in vrf_finish_outputVasily Averin2021-08-031-14/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-7/+7
|\
| * vrf: do not push non-ND strict packets with a source LLA through packet taps ...Antoine Tenart2021-06-211-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-4/+2
|\|
| * vrf: fix maximum MTUNicolas Dichtel2021-06-081-4/+2
* | vrf: Fix a typoZheng Yongjun2021-06-011-1/+1
|/
* vrf: fix a comment about loopback deviceNicolas Dichtel2021-04-141-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+8
|\
| * vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra2020-12-051-2/+8
* | vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()Andrea Mayer2020-12-091-55/+55
* | vrf: add mac header for tunneled packets when sniffer is attachedAndrea Mayer2020-12-041-6/+72
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
|/
* vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi2020-11-121-23/+69
* vrf: Handle CONFIG_SYSCTL not setDavid Ahern2020-07-231-61/+77
* vrf: add l3mdev registration for table to VRF device lookupAndrea Mayer2020-06-201-4/+55
* vrf: add sysctl parameter for strict modeAndrea Mayer2020-06-201-0/+118
* vrf: track associations between VRF devices and tablesAndrea Mayer2020-06-201-5/+268
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+1
* vrf: Fix IPv6 with qdisc and xfrmDavid Ahern2020-04-221-2/+2
* vrf: Check skb for XFRM_TRANSFORMED flagDavid Ahern2020-04-221-2/+4
* Remove DST_HOSTDavid Laight2020-03-231-2/+2