Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-10-13--09-00 (v6.12-rc2-661-gb81bf5666417) remotes/brancher/net-next-2024-10-13--12-00 (v6.12-rc2-662-g4f409c39acfa) ==== BASE DIFF ==== drivers/net/bareudp.c | 4 +- drivers/net/geneve.c | 4 +- drivers/net/vxlan/vxlan_core.c | 111 ++++++++++++++++++++++++++--------------- drivers/net/vxlan/vxlan_mdb.c | 2 +- include/linux/skbuff.h | 8 ++- include/net/dropreason-core.h | 40 +++++++++++++++ include/net/ip_tunnels.h | 23 ++++++--- 7 files changed, 139 insertions(+), 53 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.b7l2WghZYK b/tmp/tmp.CauSHX2BHy index 16ecc558325a..92c6e23360f7 100644 --- a/tmp/tmp.b7l2WghZYK +++ b/tmp/tmp.CauSHX2BHy @@ -109,15 +109,3 @@ net: add config option for tunnel fallback devs net: ethtool: Add support for writing firmware blocks using EPL payload net: ethtool: Add new parameters and a function to support EPL tg3: Address byte-order miss-matches -net: vxlan: use kfree_skb_reason() in encap_bypass_if_local() -net: vxlan: use kfree_skb_reason() in vxlan_encap_bypass() -net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit() -net: vxlan: add drop reasons support to vxlan_xmit_one() -net: vxlan: use kfree_skb_reason() in vxlan_xmit() -net: vxlan: make vxlan_set_mac() return drop reasons -net: vxlan: make vxlan_snoop() return drop reasons -net: vxlan: make vxlan_remcsum() return drop reasons -net: vxlan: add skb drop reasons to vxlan_rcv() -net: tunnel: make skb_vlan_inet_prepare() return drop reasons -net: tunnel: add pskb_inet_may_pull_reason() helper -net: skb: add pskb_network_may_pull_reason() helper