Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-10-24--09-00 (v6.12-rc3-1006-g2e14920466aa) remotes/brancher/net-next-2024-10-24--12-00 (v6.12-rc3-990-ge76de9e681ec) ==== BASE DIFF ==== drivers/net/dsa/microchip/ksz_common.c | 21 ++++--- drivers/net/dsa/mv88e6xxx/chip.h | 6 +- drivers/net/dsa/mv88e6xxx/ptp.c | 108 +++++++++++++++++++++++---------- drivers/net/hyperv/netvsc_drv.c | 30 +++++++++ drivers/net/usb/qmi_wwan.c | 1 + include/net/bluetooth/bluetooth.h | 1 + include/net/netns/xfrm.h | 1 - include/net/xfrm.h | 28 +++++---- net/bluetooth/af_bluetooth.c | 22 +++++++ net/bluetooth/hci_core.c | 24 +++++--- net/bluetooth/hci_sync.c | 12 +++- net/bluetooth/iso.c | 18 ++++-- net/bluetooth/sco.c | 18 ++++-- net/ipv4/xfrm4_policy.c | 40 ++++++------ net/ipv6/xfrm6_policy.c | 31 +++++----- net/xfrm/xfrm_device.c | 11 +++- net/xfrm/xfrm_policy.c | 53 +++++++++++----- net/xfrm/xfrm_user.c | 10 ++- 18 files changed, 293 insertions(+), 142 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.riygMl9nJn b/tmp/tmp.va1EnaEnoF index 26f5d3742c70..53ecb012c482 100644 --- a/tmp/tmp.riygMl9nJn +++ b/tmp/tmp.va1EnaEnoF @@ -18,7 +18,6 @@ selftests: ncdevmem: Make client_ip optional selftests: ncdevmem: Unify error handling selftests: ncdevmem: Separate out dmabuf provider selftests: ncdevmem: Redirect all non-payload output to stderr -Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth Documentation: networking: Add missing PHY_GET command in the message list net: mscc: ocelot: allow tc-flower mirred action towards foreign interfaces net: dsa: allow matchall mirroring rules towards the CPU @@ -88,11 +87,6 @@ ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion. ipv4: Prepare ipmr_rt_fib_lookup() to future .flowi4_tos conversion. ipv4: Prepare icmp_reply() to future .flowi4_tos conversion. ipv4: Prepare fib_compute_spec_dst() to future .flowi4_tos conversion. -xfrm: fix one more kernel-infoleak in algo dumping -xfrm: validate new SA's prefixlen using SA family when sel.family is unset -xfrm: policy: remove last remnants of pernet inexact list -xfrm: respect ip protocols rules criteria when performing dst lookups -xfrm: extract dst lookup parameters into a struct net: wwan: t7xx: reset device if suspend fails net: ftgmac100: refactor getting phy device handle tests: hsr: Increase timeout to 10 minutes @@ -171,38 +165,14 @@ bpf: fix filed access without lock usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver ieee802154: Replace BOOL_TO_STR() with str_true_false() net: sched: etf: Use str_on_off() helper function in etf_init() -net: dsa: mv88e6xxx: support 4000ps cycle counter period -net: dsa: mv88e6xxx: read cycle counter period from hardware -net: dsa: mv88e6xxx: group cycle counter coefficients net: dsa: mv88e6xxx: fix unreleased fwnode_handle in setup_port() -net: stmmac: Disable PCS Link and AN interrupt when PCS AN is disabled -net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition net: stmmac: Add BCM8958x driver to build system net: stmmac: Add PCI driver support for BCM8958x net: stmmac: Integrate dw25gmac into stmmac hwif handling net: stmmac: Add basic dw25gmac support in stmmac core net: stmmac: Add snps_id, dev_id to struct plat_stmmacenet_data -hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event -net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x -netfilter: xtables: fix a bad copypaste in xt_nflog module -ipmr: Don't mark ip6mr_rtnl_msg_handlers as __initconst -r8152: fix deadlock in usb reset during resume net: vlan: Use vlan_prio instead of vlan_qos in mapping bareudp: Use pcpu stats to update rx_dropped counter. -mm: page_frag: add an entry in MAINTAINERS for page_frag -mm: page_frag: update documentation for page_frag -net: replace page_frag with page_frag_cache -mm: page_frag: add testing for the newly added prepare API -mm: page_frag: introduce prepare/probe/commit API -net: rename skb_copy_to_page_nocache() helper -mm: page_frag: use __alloc_pages() to replace alloc_pages_node() -mm: page_frag: some minor refactoring before adding new API -mm: page_frag: reuse existing space for 'size' and 'pfmemalloc' -xtensa: remove the get_order() implementation -mm: page_frag: avoid caller accessing 'page_frag_cache' directly -mm: page_frag: use initial zero offset for page_frag_alloc_align() -mm: move the page fragment allocator from page_alloc into its own file -mm: page_frag: add a test module for page_frag selftests: tls: add a selftest for wrapping rec_seq ethernet: cavium: Replace deprecated PCI functions gpio: Replace deprecated PCI functions @@ -210,9 +180,6 @@ block: mtip32xx: Replace deprecated PCI functions fpga/dfl-pci.c: Replace deprecated PCI functions PCI: Deprecate pcim_iounmap_regions() PCI: Make pcim_iounmap_region() a public function -Bluetooth: ISO: Fix UAF on iso_sock_timeout -Bluetooth: SCO: Fix UAF on sco_sock_timeout -Bluetooth: hci_core: Disable works on hci_unregister_dev Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171 wifi: rtw88: Fix the RX aggregation in USB 3 mode