Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-09-04--12-00 (v6.11-rc5-1051-gea5cb82820c1) remotes/brancher/net-next-2024-09-04--15-00 (v6.11-rc5-1057-ga7121c81e429) ==== BASE DIFF ==== drivers/net/ethernet/meta/fbnic/Makefile | 2 + drivers/net/ethernet/meta/fbnic/fbnic.h | 7 ++ drivers/net/ethernet/meta/fbnic/fbnic_csr.h | 37 +++++++++ drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c | 75 ++++++++++++++++++ drivers/net/ethernet/meta/fbnic/fbnic_fw.c | 13 ++++ drivers/net/ethernet/meta/fbnic/fbnic_fw.h | 6 +- drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.c | 27 +++++++ drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.h | 40 ++++++++++ drivers/net/ethernet/meta/fbnic/fbnic_mac.c | 50 ++++++++++++ drivers/net/ethernet/meta/fbnic/fbnic_mac.h | 3 + drivers/net/ethernet/meta/fbnic/fbnic_netdev.c | 2 + drivers/net/ethernet/meta/fbnic/fbnic_netdev.h | 1 + tools/testing/selftests/net/.gitignore | 1 + tools/testing/selftests/net/Makefile | 2 +- .../net/{tcp_so_peek_off.c => sk_so_peek_off.c} | 91 +++++++++++++--------- 15 files changed, 317 insertions(+), 40 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.sJIf47xriF b/tmp/tmp.fTTZ6DJkGg index 1310c503f0a0..8d2ca30c3c73 100644 --- a/tmp/tmp.sJIf47xriF +++ b/tmp/tmp.fTTZ6DJkGg @@ -2,6 +2,17 @@ tc_action dbg profile patch selftests/bpf: Fix a btf_dump selftest failure forwarding: set timeout to 3 hours +ila: call nf_unregister_net_hooks() sooner +Merge tag 'wireless-2024-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless +tools/net/ynl: fix cli.py --subscribe feature +net: hsr: remove seqnr_lock +ptp: ocp: Improve PCIe delay estimation +MAINTAINERS: fix ptp ocp driver maintainers address +net: tls: wait for async completion on last message +net: sched: use RCU read-side critical section in taprio_dump() +net: sched: fix use-after-free in taprio_change() +net: sched: consistently use rcu_replace_pointer() in taprio_change() +net: enetc: Replace ifdef with IS_ENABLED net: ftgmac100: Enable TX interrupt to avoid TX timeout net: phy: microchip_t1: SQI support for LAN887x net: dsa: felix: ignore pending status of TAS module when it's disabled @@ -49,7 +60,6 @@ net: sparx5: Remove setting of RX software timestamp net: lan966x: Remove setting of RX software timestamp lan743x: Remove setting of RX software timestamp selftests: net: enable bind tests -fsl/fman: Validate cell-index value obtained from Device Tree virtio_net: Fix mismatched buf address when unmapping for small packets net: stmmac: Add BCM8958x driver to build system net: stmmac: Add PCI driver support for BCM8958x @@ -104,9 +114,6 @@ net: phy: Check for read errors in SIOCGMIIREG sched: sch_cake: fix bulk flow accounting logic for host fairness pds_core: Remove redundant null pointer checks ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq() -net: sched: use RCU read-side critical section in taprio_dump() -net: sched: consistently use rcu_replace_pointer() in taprio_change() -net: sched: fix use-after-free in taprio_change() net: netconsole: Fix a wrong warning net: netconsole: split send_msg_fragmented net: netconsole: extract release appending into separate function @@ -128,17 +135,7 @@ l2tp: remove unneeded null check in l2tp_v2_session_get_next selftests/net: do_setcpu function not need to have a return value net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN r8152: fix the firmware doesn't work -of/irq: Make use of irq_get_trigger_type() -wifi: wlcore: sdio: Make use of irq_get_trigger_type() -wifi: brcmfmac: of: Make use of irq_get_trigger_type() -net: smc91x: Make use of irq_get_trigger_type() -net: dsa: realtek: rtl8366rb: Make use of irq_get_trigger_type() -net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type() -drm/i2c: tda998x: Make use of irq_get_trigger_type() fou: Fix null-ptr-deref in GRO. -eth: fbnic: Add support to fetch group stats -eth: fbnic: Add ethtool support for fbnic -selftests: add selftest for UDP SO_PEEK_OFF support netlink: Use the BITS_PER_LONG macro net: mana: Improve mana_set_channels() in low mem conditions net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phy @@ -146,3 +143,8 @@ net: phy: Optimize phy speed mask to be compatible to yt8821 net: stmmac: Batch set RX OWN flag and other flags docs: netdev: document guidance on cleanup.h bareudp: Fix device stats updates. +MAINTAINERS: wifi: cw1200: add net-cw1200.h +Merge tag 'ath-current-20240903' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath +Revert "wifi: ath11k: support hibernation" +Revert "wifi: ath11k: restore country code during resume" +wifi: ath11k: fix NULL pointer dereference in ath11k_mac_get_eirp_power()