summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)Author
4 daysvxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributesXiang Mei
4 daysvxlan: use pskb_network_may_pull() for transmit path header pullsEric Dumazet
2026-08-19vxlan: do not arm the ageing timer on a device that is downBaul Lee
2026-08-19vxlan: use pskb_network_may_pull() in route_shortcircuit()Eric Dumazet
2026-08-19vxlan: use neigh_ha_snapshot() in route_shortcircuit()Eric Dumazet
2026-08-19vxlan: unclone skb head before modifying eth header in route_shortcircuit()Eric Dumazet
2026-08-19vxlan: re-fetch eth header after route_shortcircuit()Eric Dumazet
2026-08-19ipv6: introduce dst_rt6_info() helperEric Dumazet
2026-08-19vxlan: 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-04-11rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2026-03-25net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera
2025-08-28net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
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-21vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida
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-02vxlan: drop packets from invalid src-addressDavid Bauer
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-08-16drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin
2023-08-03vxlan: fix GRO with VXLAN-GPEJiri Benc
2023-08-03vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc
2023-08-03vxlan: calculate correct header length for GPEJiri Benc
2023-01-12vxlan: Fix memory leaks in error pathIdo Schimmel
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert
2022-08-09vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May
2022-07-26vxlan: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-05-20net: vxlan: Fix kernel coding styleAlaa Mohamed
2022-05-09net: vxlan: Add extack support to vxlan_fdb_deleteAlaa Mohamed
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski
2022-04-08vxlan: fix error return code in vxlan_fdb_appendHongbin Wang
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-09drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui
2022-03-07vxlan_core: delete unnecessary conditionDan Carpenter
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior
2022-03-01drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov