Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-12-10--21-00 (v6.13-rc1-495-g0d271ef0e388) remotes/brancher/net-next-2024-12-11--00-01 (v6.13-rc1-511-g961a98817ad1) ==== BASE IDENTICAL ==== ==== COMMIT DIFF ==== diff --git a/tmp/tmp.wm2bWhsg8K b/tmp/tmp.LCUPJGSD2E index 48be585037fa..e77c3f45a1c7 100644 --- a/tmp/tmp.wm2bWhsg8K +++ b/tmp/tmp.LCUPJGSD2E @@ -14,6 +14,22 @@ net, team, bonding: Add netdev_base_features helper MAINTAINERS: Add ethtool.h to NETWORKING [GENERAL] Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless net: dsa: felix: fix stuck CPU-injected packets with short taprio windows +mlxsw: spectrum_flower: Do not allow mixing sample and mirror actions +socket: Rename sock_create_kern() to sock_create_net_noref(). +socket: Rename sock_create() to sock_create_user(). +socket: Use sock_create_net() instead of sock_create(). +socket: Remove kernel socket conversion. +socket: Introduce sock_create_net(). +socket: Don't count kernel sockets in /proc/net/sockstat. +socket: Respect hold_net in sk_alloc(). +socket: Pass hold_net to sk_alloc(). +socket: Add hold_net flag to struct proto_accept_arg. +nfc: Pass hold_net to struct nfc_protocol.create(). +ppp: Pass hold_net to struct pppox_proto.create(). +socket: Pass hold_net to struct net_proto_family.create(). +smc: Pass kern to smc_sock_alloc(). +socket: Pass hold_net flag to __sock_create(). +socket: Un-export __sock_create(). splice: do not checksum AF_UNIX sockets net/mlx5e: Report rx_discards_phy via rx_dropped sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcode