@@ -1,107 +1,170 @@
tmp: fix defering freeing of zc Tx skbs
nipa: fbnic: link up on QEMU
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: local: add short sleep to bond_macvlan_ipvlan.sh
nipa: config: x86: use periodic HZ tick
nipa: disable 6.17's merge window kunit tests
nipa: disable random kunit tests
[+] MAINTAINERS: separate VIRTIO NET DRIVERS and add netdev
[+] mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose().
[+] tun: flush deferred skb free list before bulk NAPI cache get
[+] net: core: export skb_defer_free_flush
[+] tun: use napi_consume_skb() in tun_put_user
[+] tun: use napi_build_skb in __tun_build_skb
[+] tun: use bulk NAPI cache allocation in tun_xdp_one
[+] tun: correct drop statistics in tun_get_user
[+] tun: correct drop statistics in tun_put_user
[+] tun: correct drop statistics in tun_xdp_one
[+] tun: cleanup out label in tun_xdp_one
[+] l2tp: fix double dst_release() on sk_dst_cache race
[+] flow_dissector: save computed hash in __skb_get_hash_symmetric_net()
[+] vhost/net: check peek_head_len after signal to guest to avoid delays
[+] mptcp: clear scheduled subflows on retransmit
[+] selftests/net: initialize char variable to null
[+] net: stmmac: dwmac: Disable flushing frames on Rx Buffer Unavailable
[+] selftests: net: tests for add double tunneling GRO/GSO
[+] geneve: use GRO hint option in the RX path
[+] geneve: extract hint option at GRO stage
[+] geneve: add GRO hint output path
[+] geneve: pass the geneve device ptr to geneve_build_skb()
[+] geneve: constify geneve_hlen()
[+] geneve: add netlink support for GRO hint
[+] vxlan: expose gso partial features for tunnel offload
[+] geneve: expose gso partial features for tunnel offload
[+] net: introduce mangleid_features
[+] net: stmmac: Fix E2E delay mechanism
[+] xsk: skip validating skb list in xmit path
[+] selftests: af_unix: remove unused stdlib.h include
[+] netlink: specs: add big-endian byte-order for u32 IPv4 addresses
[+] net: pcs: lynx: accept in-band autoneg for 2500base-x
[+] fm10k: extract GRXRINGS from .get_rxnfc
[+] ixgbevf: extract GRXRINGS from .get_rxnfc
[+] igc: extract GRXRINGS from .get_rxnfc
[+] igb: extract GRXRINGS from .get_rxnfc
[+] idpf: extract GRXRINGS from .get_rxnfc
[+] ice: extract GRXRINGS from .get_rxnfc
[+] iavf: extract GRXRINGS from .get_rxnfc
[+] i40e: extract GRXRINGS from .get_rxnfc
[+] s390/net: list Aswin Karuvally as maintainer
[+] xsk: remove spin lock protection of cached_prod
[+] xsk: use atomic operations around cached_prod for copy mode
[+] xsk: add atomic cached_prod for copy mode
[+] net: fec: do not register PPS event for PEROUT
[+] net: fec: do not allow enabling PPS and PEROUT simultaneously
[+] net: fec: do not update PEROUT if it is enabled
[+] net: fec: cancel perout_timer when PEROUT is disabled
[+] net: wwan: mhi_wwan_mbim: Avoid -Wflex-array-member-not-at-end warning
[+] platform/x86: intel_pmc_ipc: fix ACPI buffer memory leak
[+] selftest: af_unix: Extend recv() timeout in so_peek_off.c.
[+] selftest: af_unix: Create its own .gitignore.
[+] ptp: ptp_ines: add HW timestamp configuration reporting
[+] net: phy: nxp-c45-tja11xx: add HW timestamp configuration reporting
[+] phy: mscc: add HW timestamp configuration reporting
[+] net: phy: dp83640: add HW timestamp configuration reporting
[+] net: phy: broadcom: add HW timestamp configuration reporting
[+] phy: add hwtstamp_get callback to phy drivers
[+] phy: rename hwtstamp callback to hwtstamp_set
[+] tcp: remove icsk->icsk_retransmit_timer
[+] tcp: introduce icsk->icsk_keepalive_timer
[+] net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx group
[+] tcp: rename icsk_timeout() to tcp_timeout_expires()
idpf: Fix kernel-doc descriptions to avoid warnings
ice: fix broken Rx on VFs
net: stmmac: pci: Use generic PCI suspend/resume routines
net: stmmac: loongson: Use generic PCI suspend/resume routines
net: stmmac: Add generic suspend/resume helper for PCI-based controllers
net: mdio: remove redundant fwnode cleanup
quic: add packet parser base
quic: add packet builder base
quic: add frame encoder and decoder base
quic: add timer management
quic: add crypto packet encryption and decryption
quic: add crypto key derivation and installation
quic: add packet number space
quic: add congestion control
quic: add path management
quic: add connection id management
quic: add stream management
quic: provide quic.h header files for kernel and userspace
quic: provide family ops for address and protocol
quic: provide common utilities and data structures
net: build socket infrastructure for QUIC protocol
net: define IPPROTO_QUIC and SOL_QUIC constants
net: atlantic: fix fragment overflow handling in RX path
amd-xgbe: schedule NAPI on Rx Buffer Unavailable to prevent RX stalls
chtls: Avoid -Wflex-array-member-not-at-end warning
ptp: ocp: Reuse META's PCI vendor ID
ptp: ocp: Apply standard pattern for cleaning up loop
ptp: ocp: Make ptp_ocp_unregister_ext() NULL-aware
ptp: ocp: Refactor signal_show() and fix %ptT misuse
r8169: improve MAC EEE handling
net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.c
selftests: bonding: add mux and churn state testing
bonding: restructure ad_churn_machine
bonding: set AD_RX_PORT_DISABLED when disabling a port
tools: ynl: add YNL test framework
eea: introduce ethtool support
eea: create/destroy rx,tx queues for netdevice open and stop
eea: probe the netdevice and create adminq
eea: introduce ring and descriptor structures
eea: introduce PCI framework
vsock/test: Extend transport change null-ptr-deref test
amd-xgbe: let the MAC manage PHY PM
r8169: fix RTL8127 hang on suspend/shutdown
net: phy: mxl-gpy: add support for MxL86252 and MxL86282
net: phy: mxl-gpy: add support for MxL86211C
Documentation: networking: Document the phy_port infrastructure
net: phy: dp83822: Add SFP support through the phy_port interface
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
net: fman_memac: report structured ethtool counters
net: dpaa: fman_memac: complete phylink support with 2500base-x
net: dsa: append ethtool counters of all hidden ports to conduit
net: dsa: use kernel data types for ethtool ops on conduit
net: dsa: cpu_dp->orig_ethtool_ops might be NULL
net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing traffic
net: phy: dp83867: implement configurability for SGMII in-band auto-negotiation
net: hibmcge: add support for pagepool on rx
net: hibmcge: reduce packet drop under stress testing
net: hibmcge: add support for tracepoint to dump some fields of rx_desc
team: Move team device type change at the end of team_port_add
cxgb4: Rename sched_class to avoid type clash
fbnic: Replace use of internal PCS w/ Designware XPCS
fbnic: Add SW shim for MDIO interface to PMD and PCS
fbnic: Add handler for reporting link down event statistics
fbnic: Add logic to track PMD state via MAC/PCS signals
fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interrupt
net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMD
net: pcs: xpcs: Fix PMA identifier handling in XPCS
net: pcs: xpcs: Add support for 25G, 50G, and 100G interfaces
net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA values
selftests: netconsole: validate target resume
netconsole: resume previously deactivated target
netconsole: add STATE_DEACTIVATED to track targets disabled by low level
netconsole: convert 'enabled' flag to enum for clearer state management
netconsole: add target_state enum
net: sxgbe: fix potential NULL dereference in sxgbe_rx()
r8169: add support for RTL9151A
net: mana: Handle hardware recovery events when probing the device
tools: ynl-gen: add regeneration comment
tools: ynl-gen: add function prefix argument
virtio_net: enhance wake/stop tx queue statistics accounting