This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ee88bddf7f2f Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] new e0fca6f2cebf net: mana: Record doorbell physical address in PF mode new 0b39b055b5b4 net: usb: qmi_wwan: add SIMCom 8230C composition new 714db279942b CREDITS: Add entry for Shannon Nelson new 302251f1fdfd Fix typo in marvell octeontx2 documentation new b993ea46b3b6 atm: clip: prevent NULL deref in clip_push() new 95b6759a8183 net: qed: reduce stack usage for TLV processing new f59902070269 net: netpoll: Initialize UDP checksum field before checksumming new d5e3241c5a38 ethernet: ionic: Fix DMA mapping tests new 7544f3f5b0b5 bridge: mcast: Fix use-after-free during router port confi [...] new 32ca245464e1 af_unix: Don't leave consecutive consumed OOB skbs. new e1ca44e85f65 af_unix: Add test for consecutive consumed OOB. new 2a5a4841846b af_unix: Don't set -ECONNRESET for consumed OOB skb. new 632f55fa60c4 selftest: af_unix: Add tests for -ECONNRESET. new c3f429388c19 Merge branch 'af_unix-fix-two-oob-issues' new 89a33de31494 Bluetooth: btintel_pcie: Fix potential race condition in f [...] new 042bb9603c44 Bluetooth: L2CAP: Fix L2CAP MTU negotiation new db0ff7e15923 driver: bluetooth: hci_qca:fix unable to load the BT driver new 1d6123102e9f Bluetooth: hci_core: Fix use-after-free in vhci_flush() new 1fd26729e013 Merge tag 'for-net-2025-06-23' of git://git.kernel.org/pub [...] new 22bbc1dcd0d6 vsock/uapi: fix linux/vm_sockets.h userspace compilation errors new 9caca6ac0e26 bnxt: properly flush XDP redirect lists new 0e7facea6da2 wifi: iwlegacy: work around excessive stack usage on clang/kasan new 7a3750ff0f2e wifi: mac80211: fix beacon interval calculation overflow new d87c3ca0f8f1 wifi: mac80211: finish link init before RCU publish new 93598167dcb6 wifi: iwlwifi: mvm: assume '1' as the default mac_config_c [...] new 95b922dd04f7 Merge tag 'iwlwifi-fixes-2025-06-25' of https://git.kernel [...] new 010c40c1f50e Merge tag 'wireless-2025-06-25' of https://git.kernel.org/ [...] new c4890963350d atm: idt77252: Add missing `dma_map_error()` new 7b515f35a911 net: enetc: Correct endianness handling in _enetc_rd_reg64 new 2434ccb94dfc netlink: specs: nfsd: replace underscores with dashes in names new 791a9ed0a40d netlink: specs: fou: replace underscores with dashes in names new 07caaf875c93 netlink: specs: ethtool: replace underscores with dashes in names new 354592f19c7b netlink: specs: dpll: replace underscores with dashes in names new 940768094514 netlink: specs: devlink: replace underscores with dashes in names new e40d3d0931d2 netlink: specs: ovs_flow: replace underscores with dashes [...] new 9e6dd4c256d0 netlink: specs: mptcp: replace underscores with dashes in names new 8d7e211ea925 netlink: specs: rt-link: replace underscores with dashes in names new eef0eaeca7fa netlink: specs: tc: replace underscores with dashes in names new af852f1f1c95 netlink: specs: enforce strict naming of properties new 9186c43c1f00 Merge branch 'netlink-specs-enforce-strict-naming-of-properties' new a433791aeaea atm: Release atm_dev_mutex after removing procfs in atm_de [...] new 8d89661a36dd net: selftests: fix TCP packet checksum new 85720e04d9af net: libwx: fix the creation of page_pool new e34a79b96ab9 Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/l [...]
The 44 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CREDITS | 5 + Documentation/netlink/genetlink-legacy.yaml | 15 ++- Documentation/netlink/genetlink.yaml | 17 ++- Documentation/netlink/netlink-raw.yaml | 18 ++- Documentation/netlink/specs/devlink.yaml | 8 +- Documentation/netlink/specs/dpll.yaml | 2 +- Documentation/netlink/specs/ethtool.yaml | 6 +- Documentation/netlink/specs/fou.yaml | 36 +++--- Documentation/netlink/specs/mptcp_pm.yaml | 8 +- Documentation/netlink/specs/nfsd.yaml | 4 +- Documentation/netlink/specs/ovs_flow.yaml | 6 +- Documentation/netlink/specs/rt-link.yaml | 4 +- Documentation/netlink/specs/tc.yaml | 4 +- .../device_drivers/ethernet/marvell/octeontx2.rst | 2 +- drivers/atm/idt77252.c | 5 + drivers/bluetooth/btintel_pcie.c | 33 ++++- drivers/bluetooth/hci_qca.c | 13 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 5 +- drivers/net/ethernet/freescale/enetc/enetc_hw.h | 2 +- drivers/net/ethernet/microsoft/mana/gdma_main.c | 3 + drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 12 +- drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c | 8 +- drivers/net/ethernet/wangxun/libwx/wx_lib.c | 2 +- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireless/intel/iwlegacy/4965-rs.c | 3 +- drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c | 4 +- include/net/bluetooth/hci_core.h | 2 + include/uapi/linux/mptcp_pm.h | 6 +- include/uapi/linux/vm_sockets.h | 4 + net/atm/clip.c | 11 +- net/atm/resources.c | 3 +- net/bluetooth/hci_core.c | 34 ++++- net/bluetooth/l2cap_core.c | 9 +- net/bridge/br_multicast.c | 9 ++ net/core/netpoll.c | 2 +- net/core/selftests.c | 5 +- net/mac80211/link.c | 6 +- net/mac80211/util.c | 2 +- net/unix/af_unix.c | 31 +++-- .../selftests/drivers/net/hw/rss_input_xfrm.py | 2 +- tools/testing/selftests/net/af_unix/msg_oob.c | 142 ++++++++++++++++++++- 41 files changed, 378 insertions(+), 116 deletions(-)