summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Pull inner IP header in vxlan_xmit_one().Guillaume Nault2024-06-211-1/+8
* vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann2024-06-051-4/+4
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-15/+34
|\
| * vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault2024-05-011-1/+18
| * vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault2024-04-291-0/+2
| * vxlan: Fix racy device stats updates.Guillaume Nault2024-04-291-14/+14
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+4
|\|
| * vxlan: drop packets from invalid src-addressDavid Bauer2024-04-191-0/+4
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-5/+9
|/
* vxlan: Remove generic .ndo_get_stats64Breno Leitao2024-03-111-2/+0
* vxlan: Do not alloc tstats manuallyBreno Leitao2024-03-111-11/+2
* net: vxlan: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-02-131-0/+1
* vxlan: use exit_batch_rtnl() methodEric Dumazet2024-02-071-31/+19
* vxlan: mdb: Add MDB bulk deletion supportIdo Schimmel2023-12-203-24/+153
* vxlan: add support for flowlabel inheritAlce Lafranque2023-11-161-1/+22
* vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()Benjamin Poirier2023-10-271-2/+2
* vxlan: mdb: Add MDB get supportIdo Schimmel2023-10-273-0/+153
* vxlan: mdb: Factor out a helper for remote entry size calculationIdo Schimmel2023-10-271-9/+19
* vxlan: mdb: Adjust function argumentsIdo Schimmel2023-10-271-6/+4
* netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* vxlan: use generic function for tunnel IPv6 route lookupBeniamino Galvani2023-10-231-106/+30
* vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani2023-10-161-73/+41
* vxlan: vxlan_core: Support FDB flushing by destination IPAmit Cohen2023-10-131-1/+20
* vxlan: vxlan_core: Support FDB flushing by destination portAmit Cohen2023-10-131-1/+9
* vxlan: vxlan_core: Support FDB flushing by destination VNIAmit Cohen2023-10-131-0/+51
* vxlan: vxlan_core: Support FDB flushing by nexthop IDAmit Cohen2023-10-131-0/+15
* vxlan: vxlan_core: Support FDB flushing by source VNIAmit Cohen2023-10-131-0/+8
* vxlan: vxlan_core: Add support for FDB flushAmit Cohen2023-10-131-0/+56
* vxlan: vxlan_core: Do not skip default entry in vxlan_flush() by defaultAmit Cohen2023-10-131-6/+18
* vxlan: vxlan_core: Make vxlan_flush() more generic for future useAmit Cohen2023-10-131-4/+26
* vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier2023-09-201-0/+4
* vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel2023-08-221-1/+1
* vxlan: Use helper functions to update statsLi Zetao2023-08-141-11/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-3/+8
|\
| * drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin2023-08-061-3/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-58/+107
|\|
| * vxlan: fix GRO with VXLAN-GPEJiri Benc2023-07-241-15/+69
| * vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc2023-07-241-30/+28
| * vxlan: calculate correct header length for GPEJiri Benc2023-07-241-13/+10
* | vxlan: Add support for nexthop ID metadataIdo Schimmel2023-07-191-0/+44
|/
* net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin2023-05-131-2/+19
* vxlan: Expose helper vxlan_build_gbp_hdrGavin Li2023-03-171-19/+0
* vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li2023-03-171-6/+4
* vxlan: Enable MDB supportIdo Schimmel2023-03-171-0/+3
* vxlan: Add MDB data path supportIdo Schimmel2023-03-173-0/+135
* vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel2023-03-171-0/+7