Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-09-05--09-00 (v6.11-rc5-1231-g0acd925eb262) remotes/brancher/net-next-2024-09-05--12-00 (v6.11-rc5-1238-gd5e149ccca97) ==== BASE DIFF ==== Documentation/process/maintainer-netdev.rst | 16 ++++ drivers/net/bonding/bond_main.c | 100 ++++++++++++++++++--- drivers/net/dsa/ocelot/felix_vsc9959.c | 2 +- drivers/net/dsa/vitesse-vsc73xx-core.c | 10 ++- drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c | 6 +- .../net/ethernet/stmicro/stmmac/dwxgmac2_descs.c | 6 +- drivers/ptp/ptp_idt82p33.c | 8 +- net/sched/sch_cake.c | 11 ++- 8 files changed, 131 insertions(+), 28 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.LBH8XTTqbu b/tmp/tmp.nHEtjyQmgp index 01059e1416ce..4dcb2489f58a 100644 --- a/tmp/tmp.LBH8XTTqbu +++ b/tmp/tmp.nHEtjyQmgp @@ -2,6 +2,20 @@ tc_action dbg profile patch selftests/bpf: Fix a btf_dump selftest failure forwarding: set timeout to 3 hours +octeontx2-af: Modify SMQ flush sequence to drop packets +netpoll: remove netpoll_srcu +net: lan966x: refactor buffer reload function +net: lan966x: use a few FDMA helpers throughout +net: lan966x: ditch tx->last_in_use variable +net: lan966x: use library helper for freeing tx buffers +net: lan966x: use FDMA library for adding DCB's in the tx path +net: lan966x: use the FDMA library for allocation of tx buffers +net: lan966x: use library helper for freeing rx buffers +net: lan966x: use FDMA library for adding DCB's in the rx path +net: lan966x: use the FDMA library for allocation of rx buffers +net: lan966x: replace a few variables with new equivalent ones +net: lan966x: use FDMA library symbols +net: lan966x: select FDMA library rxtimestamp.c: add the test for SOF_TIMESTAMPING_OPT_RX_FILTER net-timestamp: extend SOF_TIMESTAMPING_OPT_RX_FILTER for hardware use net-timestamp: correct the use of SOF_TIMESTAMPING_RAW_HARDWARE @@ -128,22 +142,5 @@ rtase: Implement the interrupt routine and rtase_poll rtase: Implement the rtase_down function rtase: Implement the .ndo_open function rtase: Add support for a pci table in this module -ptp: ptp_idt82p33: Convert comma to semicolon -net: dsa: felix: Annotate struct action_gate_entry with __counted_by -bonding: support xfrm state update -bonding: Add ESN support to IPSec HW offload -bonding: add common function to check ipsec device -net: dsa: vsc73xx: fix possible subblocks range of CAPT block -net: ibm: emac: remove all waiting code -net: ibm: emac: replace of_get_property -net: ibm: emac: use netdev's phydev directly -net: ibm: emac: use devm for register_netdev -net: ibm: emac: remove mii_bus with devm -net: ibm: emac: use devm for of_iomap -net: ibm: emac: manage emac_irq with devm -net: ibm: emac: use devm for alloc_etherdev -sched: sch_cake: fix bulk flow accounting logic for host fairness net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phy 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