index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan
Commit message (
Expand
)
Author
Age
Files
Lines
*
vxlan: check vxlan_vnigroup_init() return value
Eric Dumazet
2025-02-11
1
-2
/
+5
*
vxlan: Fix uninit-value in vxlan_vnifilter_dump()
Shigeru Yoshida
2025-01-27
1
-0
/
+5
*
net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTE
Radu Rendec
2024-12-23
2
-3
/
+3
*
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
2024-12-10
1
-2
/
+3
*
vxlan: Add an attribute to make VXLAN header validation configurable
Petr Machata
2024-12-09
1
-7
/
+46
*
vxlan: vxlan_rcv(): Drop unparsed
Petr Machata
2024-12-09
1
-15
/
+1
*
vxlan: Bump error counters for header mismatches
Petr Machata
2024-12-09
1
-0
/
+4
*
vxlan: Track reserved bits explicitly as part of the configuration
Petr Machata
2024-12-09
1
-11
/
+30
*
vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variable
Petr Machata
2024-12-09
1
-5
/
+6
*
vxlan: vxlan_rcv() callees: Drop the unparsed argument
Petr Machata
2024-12-09
1
-15
/
+16
*
vxlan: vxlan_rcv() callees: Move clearing of unparsed flags out
Petr Machata
2024-12-09
1
-9
/
+7
*
vxlan: In vxlan_rcv(), access flags through the vxlan netdevice
Petr Machata
2024-12-09
1
-5
/
+5
*
vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.
Guillaume Nault
2024-12-06
1
-14
/
+14
*
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
2024-11-15
1
-1
/
+4
*
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
2024-11-15
1
-1
/
+4
*
net: convert to nla_get_*_default()
Johannes Berg
2024-11-11
1
-4
/
+1
*
net: vxlan: update the document for vxlan_snoop()
Menglong Dong
2024-10-18
1
-1
/
+0
*
net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND
Menglong Dong
2024-10-18
1
-1
/
+1
*
net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()
Menglong Dong
2024-10-13
1
-1
/
+1
*
net: vxlan: use kfree_skb_reason() in vxlan_encap_bypass()
Menglong Dong
2024-10-13
1
-1
/
+1
*
net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()
Menglong Dong
2024-10-13
1
-1
/
+1
*
net: vxlan: add drop reasons support to vxlan_xmit_one()
Menglong Dong
2024-10-13
1
-5
/
+14
*
net: vxlan: use kfree_skb_reason() in vxlan_xmit()
Menglong Dong
2024-10-13
1
-3
/
+3
*
net: vxlan: make vxlan_set_mac() return drop reasons
Menglong Dong
2024-10-13
1
-9
/
+10
*
net: vxlan: make vxlan_snoop() return drop reasons
Menglong Dong
2024-10-13
1
-8
/
+9
*
net: vxlan: make vxlan_remcsum() return drop reasons
Menglong Dong
2024-10-13
1
-7
/
+13
*
net: vxlan: add skb drop reasons to vxlan_rcv()
Menglong Dong
2024-10-13
1
-6
/
+20
*
net: tunnel: make skb_vlan_inet_prepare() return drop reasons
Menglong Dong
2024-10-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-10
3
-12
/
+15
|
\
|
*
vxlan: Handle error of rtnl_register_module().
Kuniyuki Iwashima
2024-10-10
3
-12
/
+15
*
|
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
2024-10-10
1
-1
/
+1
|
/
*
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
1
-1
/
+1
*
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-09-03
1
-1
/
+2
*
net: vxlan: delete redundant judgment statements
Li Zetao
2024-08-23
1
-2
/
+1
*
net: vxlan: remove duplicated initialization in vxlan_xmit
Menglong Dong
2024-08-12
1
-1
/
+1
*
vxlan: Pull inner IP header in vxlan_xmit_one().
Guillaume Nault
2024-06-21
1
-1
/
+8
*
vxlan: Fix regression when dropping packets due to invalid src addresses
Daniel Borkmann
2024-06-05
1
-4
/
+4
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-07
1
-1
/
+1
*
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
2024-05-07
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
1
-15
/
+34
|
\
|
*
vxlan: Pull inner IP header in vxlan_rcv().
Guillaume Nault
2024-05-01
1
-1
/
+18
|
*
vxlan: Add missing VNI filter counter update in arp_reduce().
Guillaume Nault
2024-04-29
1
-0
/
+2
|
*
vxlan: Fix racy device stats updates.
Guillaume Nault
2024-04-29
1
-14
/
+14
*
|
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-04-29
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
1
-0
/
+4
|
\
|
|
*
vxlan: drop packets from invalid src-address
David Bauer
2024-04-19
1
-0
/
+4
*
|
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2024-04-01
1
-5
/
+9
|
/
*
vxlan: Remove generic .ndo_get_stats64
Breno Leitao
2024-03-11
1
-2
/
+0
*
vxlan: Do not alloc tstats manually
Breno Leitao
2024-03-11
1
-11
/
+2
*
net: vxlan: constify the struct device_type usage
Ricardo B. Marliere
2024-02-21
1
-1
/
+1
[next]