index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan
/
vxlan_mdb.c
Age
Commit message (
Expand
)
Author
14 days
vxlan: mdb: Fix use-after-free in vxlan_mdb_remote_src_del()
Baul Lee
2026-08-18
vxlan: mdb: Fix use-after-free in vxlan_mdb_flush()
Baul Lee
2026-07-27
vxlan: use pskb_network_may_pull() for transmit path header pulls
Eric Dumazet
2026-07-22
vxlan: mdb: Fix source list corruption on a failed replace
James Raphael Tiovalen
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-12-23
net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTE
Radu Rendec
2024-10-13
net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()
Menglong Dong
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
2023-12-20
vxlan: mdb: Add MDB bulk deletion support
Ido Schimmel
2023-10-27
vxlan: mdb: Add MDB get support
Ido Schimmel
2023-10-27
vxlan: mdb: Factor out a helper for remote entry size calculation
Ido Schimmel
2023-10-27
vxlan: mdb: Adjust function arguments
Ido Schimmel
2023-10-26
netlink: make range pointers in policies const
Jakub Kicinski
2023-03-17
vxlan: Add MDB data path support
Ido Schimmel
2023-03-17
vxlan: mdb: Add an internal flag to indicate MDB usage
Ido Schimmel
2023-03-17
vxlan: mdb: Add MDB control path support
Ido Schimmel