summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
AgeCommit message (Expand)AuthorLines
2024-10-10vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima-12/+15
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+1
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin-1/+2
2024-08-23net: vxlan: delete redundant judgment statementsLi Zetao-2/+1
2024-08-12net: vxlan: remove duplicated initialization in vxlan_xmitMenglong Dong-1/+1
2024-06-21vxlan: Pull inner IP header in vxlan_xmit_one().Guillaume Nault-1/+8
2024-06-05vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann-4/+4
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+34
2024-05-01vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault-1/+18
2024-04-29vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault-0/+2
2024-04-29vxlan: Fix racy device stats updates.Guillaume Nault-14/+14
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-04-19vxlan: drop packets from invalid src-addressDavid Bauer-0/+4
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin-5/+9
2024-03-11vxlan: Remove generic .ndo_get_stats64Breno Leitao-2/+0
2024-03-11vxlan: Do not alloc tstats manuallyBreno Leitao-11/+2
2024-02-21net: vxlan: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet-0/+1
2024-02-07vxlan: use exit_batch_rtnl() methodEric Dumazet-31/+19
2023-12-20vxlan: mdb: Add MDB bulk deletion supportIdo Schimmel-24/+153
2023-11-16vxlan: add support for flowlabel inheritAlce Lafranque-1/+22
2023-10-27vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()Benjamin Poirier-2/+2
2023-10-27vxlan: mdb: Add MDB get supportIdo Schimmel-0/+153
2023-10-27vxlan: mdb: Factor out a helper for remote entry size calculationIdo Schimmel-9/+19
2023-10-27vxlan: mdb: Adjust function argumentsIdo Schimmel-6/+4
2023-10-26netlink: make range pointers in policies constJakub Kicinski-1/+1
2023-10-23vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani-106/+30
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani-73/+41
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination IPAmit Cohen-1/+20
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination portAmit Cohen-1/+9
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination VNIAmit Cohen-0/+51
2023-10-13vxlan: vxlan_core: Support FDB flushing by nexthop IDAmit Cohen-0/+15
2023-10-13vxlan: vxlan_core: Support FDB flushing by source VNIAmit Cohen-0/+8
2023-10-13vxlan: vxlan_core: Add support for FDB flushAmit Cohen-0/+56
2023-10-13vxlan: vxlan_core: Do not skip default entry in vxlan_flush() by defaultAmit Cohen-6/+18
2023-10-13vxlan: vxlan_core: Make vxlan_flush() more generic for future useAmit Cohen-4/+26
2023-09-20vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier-0/+4
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel-1/+1
2023-08-14vxlan: Use helper functions to update statsLi Zetao-11/+2
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+8
2023-08-06drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin-3/+8
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-58/+107
2023-07-24vxlan: fix GRO with VXLAN-GPEJiri Benc-15/+69
2023-07-24vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc-30/+28
2023-07-24vxlan: calculate correct header length for GPEJiri Benc-13/+10
2023-07-19vxlan: Add support for nexthop ID metadataIdo Schimmel-0/+44
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin-2/+19