summaryrefslogtreecommitdiffstats
path: root/drivers/net/vrf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-1/+0
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-4/+4
* vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabledDavid Ahern2019-09-271-1/+2
* vrf: make sure skb->data contains ip header to make routingPeter Kosyh2019-07-211-23/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-1/+1
|\
| * ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-261-1/+1
* | ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-231-2/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-0/+2
|\
| * net: vrf: Fix operation not supported when set vrf macMiaohe Lin2019-04-241-0/+2