summaryrefslogtreecommitdiff
path: root/drivers/net/vrf.c
AgeCommit message (Expand)Author
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-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
2019-07-21vrf: make sure skb->data contains ip header to make routingPeter Kosyh
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-24net: vrf: Fix operation not supported when set vrf macMiaohe Lin
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern
2019-04-07net: vrf: Fix ping failed when vrf mtu is set to 0Miaohe Lin
2019-03-27vrf: prevent adding upper devicesSabrina Dubroca
2019-02-21net: vrf: remove MTU limits for vrf deviceHangbin Liu
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-12-06net: vrf: cycle_netdev(): Add an extack argumentPetr Machata
2018-11-07vrf: mark skb for multicast or link-local as enslaved to VRFMike Manning
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy
2018-05-28vrf: add CRC32c offload to device featuresDavide Caratti