NIPA Branch net-next-2025-12-02--03-00

Branches
Base trees
[+] Bluetooth: mediatek: add gpio pin to reset bt
[+] Bluetooth: hci_h5: avoid sending two SYNC messages
[+] Bluetooth: hci_h5: implement CRC data integrity
[+] Bluetooth: HCI: Add initial support for PAST
[+] Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST
[+] Bluetooth: ISO: Add support to bind to trigger PAST
[+] Bluetooth: HCI: Always use the identity address when initializing a connection
[+] Bluetooth: ISO: Attempt to resolve broadcast address
[+] Bluetooth: MGMT: Allow use of Set Device Flags without Add Device
[+] Bluetooth: ISO: Fix not updating BIS sender source address
[+] Bluetooth: btusb: MT7920: Add VID/PID 0489/e135
[+] Bluetooth: btusb: MT7922: Add VID/PID 0489/e170
[+] Bluetooth: btintel_pcie: Support for S4 (Hibernate)
[+] Bluetooth: btintel_pcie: Suspend/Resume: Controller doorbell interrupt handling
[+] Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
[+] Bluetooth: btusb: Reclassify Qualcomm WCN6855 debug packets
[+] dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema
[+] Bluetooth: Remove redundant pm_runtime_mark_last_busy() calls
[+] Bluetooth: btrtl: Add the support for RTL8761CUV
[+] Bluetooth: MAINTAINERS: Add Bartosz Golaszewski as Qualcomm hci_qca maintainer
[+] Bluetooth: iso: fix socket matching ambiguity between BIS and CIS
[+] Bluetooth: btusb: Add new VID/PID 0x0489/0xE12F for RTL8852BE-VT
[+] Bluetooth: btusb: Add new VID/PID 0x13d3/0x3618 for RTL8852BE-VT
[+] Bluetooth: btusb: Add new VID/PID 0x13d3/0x3619 for RTL8852BE-VT
[+] Bluetooth: btusb: add new custom firmwares
[+] Bluetooth: btintel_pcie: Introduce HCI Driver protocol
[+] drivers/bluetooth: btbcm: Use kmalloc_array() to prevent overflow
[+] Bluetooth: HCI: Add support for LL Extended Feature Set
[+] Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
[+] net: dsa: mt7530: unexport mt7530_switch_ops
[+] net: hsr: create an API to get hsr port type
[+] net: dsa: avoid calling ds->ops->port_hsr_leave() when unoffloaded
[+] net: dsa: xrs700x: reject unsupported HSR configurations
[+] net: dsa: add simple HSR offload helpers
[+] net: dsa: yt921x: use simple HSR offloading helpers
[+] net: dsa: ocelot: use simple HSR offload helpers
[+] net: dsa: realtek: use simple HSR offload helpers
[+] net: dsa: lantiq_gswip: use simple HSR offload helpers
[+] net: dsa: mv88e6060: use simple HSR offload helpers
[+] net: dsa: hellcreek: use simple HSR offload helpers
[+] net: dsa: mt7530: use simple HSR offload helpers
[+] net: dsa: a5psw: use simple HSR offload helpers
[+] Documentation: net: dsa: mention availability of RedBox
[+] Documentation: net: dsa: mention simple HSR offload helpers
[+] Merge branch 'dsa-simple-hsr-offload'
[+] net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive()
[+] Merge tag 'for-net-next-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
[+] selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS
[+] selftests: drv-net: introduce Iperf3Runner for measurement use cases
[+] selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py
[+] selftests: drv-net: Set shell=True for sysfs writes in devlink_rate_tc_bw.py
[+] selftests: drv-net: Fix and clarify TC bandwidth split in devlink_rate_tc_bw.py
[+] selftests: drv-net: Fix tolerance calculation in devlink_rate_tc_bw.py
[+] Merge branch 'selftests-drv-net-fix-issues-in-devlink_rate_tc_bw-py'
.../bindings/net/bluetooth/marvell,sd8897-bt.yaml | 79 +++++++ Documentation/devicetree/bindings/net/btusb.txt | 2 +- .../devicetree/bindings/net/marvell-bt-8xxx.txt | 83 ------- Documentation/networking/dsa/dsa.rst | 17 +- MAINTAINERS | 1 + drivers/bluetooth/Kconfig | 1 + drivers/bluetooth/btbcm.c | 4 +- drivers/bluetooth/btintel_pcie.c | 175 ++++++++++++-- drivers/bluetooth/btintel_pcie.h | 4 + drivers/bluetooth/btmtksdio.c | 1 - drivers/bluetooth/btrtl.c | 16 +- drivers/bluetooth/btusb.c | 47 ++++ drivers/bluetooth/hci_bcm.c | 6 +- drivers/bluetooth/hci_h5.c | 53 ++++- drivers/bluetooth/hci_intel.c | 3 - drivers/net/dsa/hirschmann/hellcreek.c | 2 + drivers/net/dsa/lantiq/lantiq_gswip_common.c | 2 + drivers/net/dsa/mt7530.c | 5 +- drivers/net/dsa/mt7530.h | 1 - drivers/net/dsa/mv88e6060.c | 2 + drivers/net/dsa/ocelot/felix.c | 70 +++++- drivers/net/dsa/realtek/rtl8365mb.c | 2 + drivers/net/dsa/realtek/rtl8366rb.c | 2 + drivers/net/dsa/rzn1_a5psw.c | 2 + drivers/net/dsa/xrs700x/xrs700x.c | 11 + drivers/net/dsa/yt921x.c | 3 + drivers/net/ethernet/toshiba/ps3_gelic_net.c | 15 +- include/linux/if_hsr.h | 9 + include/net/bluetooth/hci.h | 77 +++++++ include/net/bluetooth/hci_core.h | 23 +- include/net/bluetooth/hci_sync.h | 3 + include/net/bluetooth/mgmt.h | 2 + include/net/dsa.h | 9 + net/bluetooth/hci_conn.c | 55 +++-- net/bluetooth/hci_event.c | 222 ++++++++++++++---- net/bluetooth/hci_sync.c | 254 ++++++++++++++++++++- net/bluetooth/iso.c | 207 ++++++++++++++--- net/bluetooth/mgmt.c | 160 +++++++------ net/dsa/dsa.c | 65 ++++++ net/dsa/port.c | 3 + net/hsr/hsr_device.c | 20 ++ net/hsr/hsr_slave.c | 7 +- tools/testing/selftests/drivers/net/hw/Makefile | 1 + .../selftests/drivers/net/hw/devlink_rate_tc_bw.py | 174 ++++++-------- .../selftests/drivers/net/hw/lib/py/__init__.py | 5 +- .../selftests/drivers/net/lib/py/__init__.py | 5 +- tools/testing/selftests/drivers/net/lib/py/load.py | 84 ++++++- 47 files changed, 1559 insertions(+), 435 deletions(-)
New patches
@@ -1,164 +1,95 @@
nipa: config: disable kmemleak auto scan
nipa: config: x86: disable GPUs and sound
nipa: drv: net: add timeout
nipa: forwarding: set timeout to 3 hours
nipa: config: disable CPU_MITIGATIONS
nipa: tc_action dbg
nipa: selftests: net: enable profiling
nipa: timestamp - try waking
nipa: profile (time) test output
nipa: config: x86: use periodic HZ tick
nipa: disable 6.17's merge window kunit tests
nipa: disable random kunit tests
[-] ice: stop counting UDP csum mismatch as rx_errors
[c] Merge tag 'for-net-next-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
[-] r8169: fix RTL8117 Wake-on-Lan in DASH mode
[+] net: stmmac: Modify the judgment condition of "tx_avail" from 1 to 2
net/mlx5e: Avoid unregistering PSP twice
net/mlx5: make enable_mpesw idempotent
[-] bus: mhi: Fix broken runtime PM design
[-] net: mhi_net: Implement runtime PM support
[-] bus: mhi: Remove runtime PM callback ops from controller interface
[-] bus: mhi: Replace controller runtime_get/put callbacks with direct PM runtime APIs
net/sched: sch_cake: share shaper state across sub-instances of cake_mq
net/sched: sch_cake: Share config across cake_mq sub-qdiscs
net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices
net/sched: sch_cake: Factor out config variables into separate struct
net/sched: Export mq functions for reuse
net/rds: Give each connection path its own workqueue
net/rds: Add per cp work queue
net: atm: implement pre_send to check input before sending
[-] net: stmmac: Modify the judgment condition of "tx_avail" from 1 to 2
wireguard: netlink: generate netlink code
tools: ynl: add sample for wireguard
wireguard: uapi: generate header with ynl-gen
wireguard: uapi: move flag enums
wireguard: uapi: move enum wg_cmd
netlink: specs: add specification for wireguard
wireguard: netlink: lower .maxattr for WG_CMD_GET_DEVICE
wireguard: netlink: convert to split ops
wireguard: netlink: use WG_KEY_LEN in policies
wireguard: netlink: validate nested arrays in policy
wireguard: netlink: enable strict genetlink validation
selftests: iou-zcrx: test large chunk sizes
io_uring/zcrx: document area chunking parameter
eth: bnxt: allow providers to set rx buf size
eth: bnxt: adjust the fill level of agg queues with larger buffers
eth: bnxt: store rx buffer size per queue
net: let pp memory provider to specify rx buf len
net: memzero mp params when closing a queue
net: page_pool: sanitise allocation order
net: page pool: xa init with destroy on pp init
[c] net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive()
[c] Documentation: net: dsa: mention simple HSR offload helpers
[c] Documentation: net: dsa: mention availability of RedBox
[c] net: dsa: a5psw: use simple HSR offload helpers
[c] net: dsa: mt7530: use simple HSR offload helpers
[c] net: dsa: hellcreek: use simple HSR offload helpers
[c] net: dsa: mv88e6060: use simple HSR offload helpers
[c] net: dsa: lantiq_gswip: use simple HSR offload helpers
[c] net: dsa: realtek: use simple HSR offload helpers
[c] net: dsa: ocelot: use simple HSR offload helpers
[c] net: dsa: yt921x: use simple HSR offloading helpers
[c] net: dsa: add simple HSR offload helpers
[c] net: dsa: xrs700x: reject unsupported HSR configurations
[c] net: dsa: avoid calling ds->ops->port_hsr_leave() when unoffloaded
[c] net: hsr: create an API to get hsr port type
[c] net: dsa: mt7530: unexport mt7530_switch_ops
net/mlx5e: Support XDP target xmit with dummy program
net/mlx5e: Update XDP features in switch channels
[c] selftests: drv-net: Fix tolerance calculation in devlink_rate_tc_bw.py
[c] selftests: drv-net: Fix and clarify TC bandwidth split in devlink_rate_tc_bw.py
[c] selftests: drv-net: Set shell=True for sysfs writes in devlink_rate_tc_bw.py
[c] selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py
[c] selftests: drv-net: introduce Iperf3Runner for measurement use cases
[c] selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS
[-] net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessing
[-] net: bonding: skip the 2nd trylock when first one fail
[-] net: bonding: move bond_should_notify_peers, e.g. into rtnl lock block
[-] net: bonding: use workqueue to make sure peer notify updated in lacp mode
[-] net: phy: realtek: Add property to enable SSC
[-] dt-bindings: net: realtek,rtl82xx: Document realtek,ssc-enable property
[-] dt-bindings: net: realtek,rtl82xx: Keep property list sorted
net/hsr: fix NULL pointer dereference in prp_get_untagged_frame()
Documentation: networking: Document the phy_port infrastructure
net: phy: Only rely on phy_port for PHY-driven SFP
net: phy: qca807x: Support SFP through phy_port interface
net: phy: at803x: Support SFP through phy_port interface
net: phy: marvell10g: Support SFP through phy_port
net: phy: marvell: Support SFP through phy_port interface
net: phy: marvell-88x2222: Support SFP through phy_port interface
net: phy: Introduce generic SFP handling for PHY drivers
net: phy: Create a phy_port for PHY-driven SFPs
dt-bindings: net: dp83822: Deprecate ti,fiber-mode
net: phy: dp83822: Add support for phy_port representation
net: phy: Introduce PHY ports representation
net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values
dt-bindings: net: Introduce the ethernet-connector description
netrom: Fix memory leak in nr_sendmsg()
net: stmmac: Fix E2E delay mechanism
net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change
[-] Documentation: netconsole: Document send_msg configfs attribute
[-] selftests/netconsole: Switch to configfs send_msg interface
[-] netconsole: Add configfs attribute for direct message sending
[-] netconsole: extract message fragmentation into send_msg_udp()
net: mdio: reset PHY before attempting to access ID register
l2tp: fix double dst_release() on sk_dst_cache race
net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
net: fec: ERR007885 Workaround for XDP TX path
selftests/net: remove unnecessary MTU config in big_tcp.sh
ipv6: remove IP6SKB_FAKEJUMBO flag
net: gso: do not include jumbogram HBH header in seglen calculation
netrom: fix possible deadlock between nr_rt_ioctl() and nr_rt_device_down()
net: devmem: convert binding refcount to percpu_ref
selftests/vsock: add tests for namespace deletion and mode changes
selftests/vsock: add tests for host <-> vm connectivity with namespaces
selftests/vsock: add namespace tests for CID collisions
selftests/vsock: add tests for proc sys vsock ns_mode
selftests/vsock: use ss to wait for listeners instead of /proc/net
selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
selftests/vsock: prepare vm management helpers for namespaces
selftests/vsock: add namespace helpers to vmtest.sh
vsock: add netns support to virtio transports
virtio: set skb owner of virtio_transport_reset_no_sock() reply
vsock: add netns to vsock core
vsock: a per-net vsock NS mode state
selftests: ipv6_icmp: add tests for ICMPv6 handling
ipv6: use the right ifindex when replying to icmpv6 from localhost
selftests/tc-testing: Update test cases with netem duplicate
selftests/tc-testing: Add a test case for mq with netem duplicate
selftests/tc-testing: Add a test case for piro with netem duplicate
selftests/tc-testing: Add a nested netem duplicate test
net_sched: Check the return value of qfq_choose_next_agg()
net_sched: Prevent using netem duplication in non-initial user namespace
net_sched: Implement the right netem duplication behavior
Revert "selftests/tc-testing: Add tests for restrictions on netem duplication"
Revert "net/sched: Restrict conditions for adding duplicating netems to qdisc tree"
[c] Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
[c] Bluetooth: HCI: Add support for LL Extended Feature Set
[c] drivers/bluetooth: btbcm: Use kmalloc_array() to prevent overflow
[c] Bluetooth: btintel_pcie: Introduce HCI Driver protocol
[c] Bluetooth: btusb: add new custom firmwares
[c] Bluetooth: btusb: Add new VID/PID 0x13d3/0x3619 for RTL8852BE-VT
[c] Bluetooth: btusb: Add new VID/PID 0x13d3/0x3618 for RTL8852BE-VT
[c] Bluetooth: btusb: Add new VID/PID 0x0489/0xE12F for RTL8852BE-VT
[c] Bluetooth: iso: fix socket matching ambiguity between BIS and CIS
[c] Bluetooth: MAINTAINERS: Add Bartosz Golaszewski as Qualcomm hci_qca maintainer
[c] Bluetooth: btrtl: Add the support for RTL8761CUV
[c] Bluetooth: Remove redundant pm_runtime_mark_last_busy() calls
[c] dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema
[c] Bluetooth: btusb: Reclassify Qualcomm WCN6855 debug packets
[c] Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
[c] Bluetooth: btintel_pcie: Suspend/Resume: Controller doorbell interrupt handling
[c] Bluetooth: btintel_pcie: Support for S4 (Hibernate)
[c] Bluetooth: btusb: MT7922: Add VID/PID 0489/e170
[c] Bluetooth: btusb: MT7920: Add VID/PID 0489/e135
[c] Bluetooth: ISO: Fix not updating BIS sender source address
[c] Bluetooth: MGMT: Allow use of Set Device Flags without Add Device
[c] Bluetooth: ISO: Attempt to resolve broadcast address
[c] Bluetooth: HCI: Always use the identity address when initializing a connection
[c] Bluetooth: ISO: Add support to bind to trigger PAST
[c] Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST
[c] Bluetooth: HCI: Add initial support for PAST
[c] Bluetooth: hci_h5: implement CRC data integrity
[c] Bluetooth: hci_h5: avoid sending two SYNC messages
[c] Bluetooth: mediatek: add gpio pin to reset bt
Test results