aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vrf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-21vrf: make sure skb->data contains ip header to make routingPeter Kosyh1-23/+35
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel1-1/+1
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang1-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-04-24net: vrf: Fix operation not supported when set vrf macMiaohe Lin1-0/+2
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern1-6/+4
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-2/+2
2019-04-07net: vrf: Fix ping failed when vrf mtu is set to 0Miaohe Lin1-2/+6
2019-03-27vrf: prevent adding upper devicesSabrina Dubroca1-0/+1
2019-02-21net: vrf: remove MTU limits for vrf deviceHangbin Liu1-0/+3
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-2/+2
2018-12-06net: vrf: cycle_netdev(): Add an extack argumentPetr Machata1-3/+4
2018-11-07vrf: mark skb for multicast or link-local as enslaved to VRFMike Manning1-10/+9
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy1-0/+11
2018-05-28vrf: add CRC32c offload to device featuresDavide Caratti1-1/+1
2018-04-17vrf: Move fib6_table into net_vrfDavid Ahern1-19/+6
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2018-03-30vrf: Fix use after free and double free in vrf_finish_outputDavid Ahern1-2/+3
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-3/+4
2018-02-27net: Convert simple pernet_operationsKirill Tkhai1-0/+1
2018-02-23net: fib_rules: Add new attribute to set protocolDonald Sharp1-1/+4
2018-02-21net: Allow a rule to track originating protocolDonald Sharp1-0/+1
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern1-1/+0
2018-01-25net: vrf: Add support for sends to local broadcast addressDavid Ahern1-2/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-11-02net: vrf: correct FRA_L3MDEV encode typeJeff Barnhill1-1/+1
2017-10-04net: vrf: Add extack messages for enslave errorsDavid Ahern1-2/+11
2017-10-04net: Add extack to upper device linkingDavid Ahern1-3/+4