summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)Author
15 hoursvxlan: mdb: Fix use-after-free in vxlan_mdb_flush()Baul Lee
15 hoursvxlan: mdb: Add MDB bulk deletion supportIdo Schimmel
15 hoursvxlan: mdb: Add MDB get supportIdo Schimmel
15 hoursvxlan: mdb: Factor out a helper for remote entry size calculationIdo Schimmel
15 hoursvxlan: mdb: Adjust function argumentsIdo Schimmel
15 hoursvxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributesXiang Mei
2026-08-23vxlan: use pskb_network_may_pull() for transmit path header pullsEric Dumazet
2026-08-23vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault
2026-08-23vxlan: Do not alloc tstats manuallyBreno Leitao
2026-08-19vxlan: do not arm the ageing timer on a device that is downBaul Lee
2026-08-09vxlan: use pskb_network_may_pull() in route_shortcircuit()Eric Dumazet
2026-08-09vxlan: use neigh_ha_snapshot() in route_shortcircuit()Eric Dumazet
2026-08-09vxlan: unclone skb head before modifying eth header in route_shortcircuit()Eric Dumazet
2026-08-09vxlan: re-fetch eth header after route_shortcircuit()Eric Dumazet
2026-08-03vxlan: mdb: Fix source list corruption on a failed replaceJames Raphael Tiovalen
2026-08-03vxlan: require CAP_NET_ADMIN in the device netns for changelinkDoruk Tan Ozturk
2026-07-24vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive().Kuniyuki Iwashima
2026-06-19vxlan: vnifilter: fix spurious notification on VNI updateAndy Roulin
2026-06-19vxlan: vnifilter: send notification on VNI addAndy Roulin
2026-06-19vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()Eric Dumazet
2026-04-11vxlan: validate ND option lengths in vxlan_na_createYang Yang
2026-03-25net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera
2025-06-27vxlan: Do not treat dst cache initialization errors as fatalIdo Schimmel
2025-06-04vxlan: Annotate FDB data racesIdo Schimmel
2025-06-04vxlan: Join / leave MC group after remote changesPetr Machata
2025-05-09vxlan: vnifilter: Fix unlocked deletion of default FDB entryIdo Schimmel
2025-02-21vxlan: check vxlan_vnigroup_init() return valueEric Dumazet
2025-02-08vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-10-17vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-06-21vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann
2024-06-16vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann
2024-05-17vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault
2024-05-17vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault
2024-05-17vxlan: Fix racy device stats updates.Guillaume Nault
2024-05-02vxlan: drop packets from invalid src-addressDavid Bauer
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2023-09-20vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel
2023-08-14vxlan: Use helper functions to update statsLi Zetao
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-06drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-24vxlan: fix GRO with VXLAN-GPEJiri Benc
2023-07-24vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc
2023-07-24vxlan: calculate correct header length for GPEJiri Benc
2023-07-19vxlan: Add support for nexthop ID metadataIdo Schimmel
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li
2023-03-17vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li