index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
vxlan: Fix regression when dropping packets due to invalid src addresses
Daniel Borkmann
1
-0
/
+4
2024-06-16
vxlan: Fix regression when dropping packets due to invalid src addresses
Daniel Borkmann
1
-4
/
+0
2024-05-02
vxlan: drop packets from invalid src-address
David Bauer
1
-0
/
+4
2023-09-23
vxlan: generalize vxlan_parse_gpe_hdr and remove unused args
Jiri Benc
1
-30
/
+28
2022-04-27
vxlan: fix error return code in vxlan_fdb_append
Hongbin Wang
1
-2
/
+2
2021-07-20
vxlan: add missing rcu_read_lock() in neigh_reduce()
Eric Dumazet
1
-0
/
+2
2021-03-04
vxlan: move debug check after netdev unregister
Taehee Yoo
1
-3
/
+8
2020-12-30
vxlan: Copy needed_tailroom from lowerdev
Sven Eckelmann
1
-0
/
+2
2020-12-30
vxlan: Add needed_headroom for lower device
Sven Eckelmann
1
-0
/
+1
2020-08-11
Revert "vxlan: fix tos value before xmit"
Hangbin Liu
1
-2
/
+2
2020-08-11
vxlan: Ensure FDB dump is performed under RCU
Ido Schimmel
1
-1
/
+5
2020-06-22
vxlan: Avoid infinite loop when suppressing NS messages with invalid options
Ido Schimmel
1
-0
/
+4
2020-04-29
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-5
/
+3
2020-04-02
vxlan: check return value of gro_cells_init()
Taehee Yoo
1
-2
/
+9
2020-01-27
vxlan: changelink: Fix handling of default remotes
Petr Machata
1
-4
/
+3
2020-01-12
vxlan: fix tos value before xmit
Hangbin Liu
1
-2
/
+2
2019-12-05
vxlan: Fix error path in __vxlan_dev_create()
Petr Machata
1
-3
/
+10
2019-11-10
vxlan: check tun_info options_len properly
Xin Long
1
-2
/
+4
2019-04-03
vxlan: Don't call gro_cells_destroy() before device is unregistered
Zhiqiang Liu
1
-3
/
+1
2019-03-19
vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
Eric Dumazet
1
-0
/
+11
2019-03-19
vxlan: Fix GRO cells race condition between receive and link delete
Stefano Brivio
1
-1
/
+2
2019-02-23
vxlan: test dev->flags & IFF_UP before calling netif_rx()
Eric Dumazet
1
-3
/
+11
2018-10-17
geneve, vxlan: Don't set exceptions if skb->len < mtu
Stefano Brivio
1
-2
/
+2
2018-10-17
geneve, vxlan: Don't check skb_dst() twice
Stefano Brivio
1
-10
/
+2
2018-09-26
vxlan: fill ttl inherit info
Hangbin Liu
1
-0
/
+3
2018-07-07
vxlan: fix default fdb entry netlink notify ordering during netdev create
Roopa Prabhu
1
-8
/
+21
2018-07-07
vxlan: make netlink notify in vxlan_fdb_destroy optional
Roopa Prabhu
1
-6
/
+8
2018-07-07
vxlan: add new fdb alloc and create helpers
Roopa Prabhu
1
-29
/
+62
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
1
-3
/
+1
2018-06-29
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
1
-1
/
+2
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
1
-5
/
+6
2018-04-17
vxlan: add ttl inherit support
Hangbin Liu
1
-3
/
+14
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+2
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
1
-4
/
+2
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+19
2017-12-19
vxlan: update skb dst pmtu on tx path
Xin Long
1
-0
/
+14
2017-12-19
vxlan: speedup vxlan tunnels dismantle
Haishuang Yan
1
-9
/
+17
2017-12-16
vxlan: restore dev->mtu setting based on lower device
Alexey Kodanev
1
-0
/
+5
2017-11-28
vxlan: use __be32 type for the param vni in __vxlan_fdb_delete
Xin Long
1
-2
/
+2
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-18
/
+17
2017-11-14
vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
Xin Long
1
-18
/
+13
2017-11-14
vxlan: exit_net cleanup checks added
Vasily Averin
1
-0
/
+4
2017-10-05
timer: Remove init_timer_deferrable() in favor of timer_setup()
Kees Cook
1
-5
/
+3
2017-08-29
vxlan: factor out VXLAN-GPE next protocol
Jiri Benc
1
-25
/
+7
2017-08-13
vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo...
Girish Moodalbail
1
-26
/
+73
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-08-01
vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDP
K. Den
1
-0
/
+1
2017-07-24
geneve/vxlan: offload ports on register/unregister events
Sabrina Dubroca
1
-3
/
+7
2017-07-24
geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO
Sabrina Dubroca
1
-8
/
+17
[next]