summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-20Merge branch 'add-af_xdp-zero-copy-support'Paolo Abeni
2025-11-20net: ti: icssg-prueth: Enable zero copy in XDP featuresMeghana Malladi
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for RXMeghana Malladi
2025-11-20net: ti: icssg-prueth: Make emac_run_xdp function independent of pageMeghana Malladi
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for TXMeghana Malladi
2025-11-20net: ti: icssg-prueth: Add XSK pool helpersMeghana Malladi
2025-11-20net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queuesMeghana Malladi
2025-11-20Merge branch 'txgbe-support-more-modules'Paolo Abeni
2025-11-20net: txgbe: support getting module EEPROM by pageJiawen Wu
2025-11-20net: txgbe: delay to identify modules in .ndo_openJiawen Wu
2025-11-20net: txgbe: improve functions of AML 40G devicesJiawen Wu
2025-11-20net: txgbe: rename the SFP relatedJiawen Wu
2025-11-20net: txgbe: support CR modules for AML devicesJiawen Wu
2025-11-19Merge branch 'net-mlx5-move-notifiers-outside-the-devlink-lock'Jakub Kicinski
2025-11-19net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu
2025-11-19net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu
2025-11-19net/mlx5: Move the SF HW table notifier outside the devlink lockCosmin Ratiu
2025-11-19net/mlx5: Move the vhca event notifier outside of the devlink lockCosmin Ratiu
2025-11-19net/mlx5: Move the esw mode notifier chain outside the devlink lockCosmin Ratiu
2025-11-19net/mlx5: Initialize events outside devlink lockCosmin Ratiu
2025-11-19Merge branch 'net-adjust-conservative-values-around-napi'Jakub Kicinski
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing
2025-11-19Merge branch 'disable-clkout-on-rtl8211f-d-i-vd-cg'Jakub Kicinski
2025-11-19net: phy: realtek: create rtl8211f_config_phy_eee() helperVladimir Oltean
2025-11-19net: phy: realtek: eliminate priv->phycr1 variableVladimir Oltean
2025-11-19net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CGVladimir Oltean
2025-11-19net: phy: realtek: eliminate has_phycr2 variableVladimir Oltean
2025-11-19net: phy: realtek: eliminate priv->phycr2 variableVladimir Oltean
2025-11-19net: phy: realtek: create rtl8211f_config_rgmii_delay()Vladimir Oltean
2025-11-19net: vmxnet3: convert to use .get_rx_ring_countBreno Leitao
2025-11-19Merge branch 'net-mana-enforce-tx-sge-limit-and-fix-error-cleanup'Jakub Kicinski
2025-11-19net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg
2025-11-19net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg
2025-11-19octeontx2-af: Skip TM tree print for disabled SQsAnshumali Gaur
2025-11-19dt-bindings: net: mediatek,net: Correct bindings for MT7981Sjoerd Simons
2025-11-19Merge branch 'net-stmmac-sanitise-stmmac_is_jumbo_frm'Jakub Kicinski
2025-11-19net: stmmac: stmmac_is_jumbo_frm() returns booleanRussell King (Oracle)
2025-11-19net: stmmac: stmmac_is_jumbo_frm() len should be unsignedRussell King (Oracle)
2025-11-19net: stmmac: convert priv->sph* to boolean and renameRussell King (Oracle)
2025-11-18selftests: fib_tests: add fib6 from ra to static testFernando Fernandez Mancera
2025-11-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera
2025-11-18Merge branch 'af_unix-gc-cleanup-and-optimisation'Jakub Kicinski
2025-11-18af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().Kuniyuki Iwashima
2025-11-18af_unix: Remove unix_tot_inflight.Kuniyuki Iwashima
2025-11-18af_unix: Refine wait_for_unix_gc().Kuniyuki Iwashima
2025-11-18af_unix: Don't call wait_for_unix_gc() on every sendmsg().Kuniyuki Iwashima
2025-11-18af_unix: Don't trigger GC from close() if unnecessary.Kuniyuki Iwashima