summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan
Commit message (Expand)AuthorAgeFilesLines
* 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
* vxlan: mdb: Add MDB control path supportIdo Schimmel2023-03-174-1/+1381
* vxlan: Expose vxlan_xmit_one()Ido Schimmel2023-03-172-3/+4
* vxlan: Move address helpers to private headersIdo Schimmel2023-03-172-47/+45
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-2/+2
* vxlan: Fix memory leaks in error pathIdo Schimmel2023-01-021-6/+13
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-2/+2
* 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
* net: gro: skb_gro_header helper functionRichard Gobert2022-08-251-6/+3
* vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-1/+1
* vxlan: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon2022-07-261-4/+7
* net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-4/+4