summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-19net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu-17/+49
2025-11-19net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu-33/+78
2025-11-19net/mlx5: Move the SF HW table notifier outside the devlink lockCosmin Ratiu-35/+54
2025-11-19net/mlx5: Move the vhca event notifier outside of the devlink lockCosmin Ratiu-48/+35
2025-11-19net/mlx5: Move the esw mode notifier chain outside the devlink lockCosmin Ratiu-12/+17
2025-11-19net/mlx5: Initialize events outside devlink lockCosmin Ratiu-10/+24
2025-11-19Merge branch 'net-adjust-conservative-values-around-napi'Jakub Kicinski-8/+12
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing-0/+2
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing-6/+8
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing-1/+1
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing-1/+1
2025-11-19Merge branch 'disable-clkout-on-rtl8211f-d-i-vd-cg'Jakub Kicinski-57/+102
2025-11-19net: phy: realtek: create rtl8211f_config_phy_eee() helperVladimir Oltean-11/+12
2025-11-19net: phy: realtek: eliminate priv->phycr1 variableVladimir Oltean-16/+28
2025-11-19net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CGVladimir Oltean-9/+22
2025-11-19net: phy: realtek: eliminate has_phycr2 variableVladimir Oltean-4/+2
2025-11-19net: phy: realtek: eliminate priv->phycr2 variableVladimir Oltean-15/+23
2025-11-19net: phy: realtek: create rtl8211f_config_rgmii_delay()Vladimir Oltean-26/+39
2025-11-19net: vmxnet3: convert to use .get_rx_ring_countBreno Leitao-15/+3
2025-11-19Merge branch 'net-mana-enforce-tx-sge-limit-and-fix-error-cleanup'Jakub Kicinski-12/+53
2025-11-19net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg-9/+5
2025-11-19net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg-3/+48
2025-11-19octeontx2-af: Skip TM tree print for disabled SQsAnshumali Gaur-0/+3
2025-11-19dt-bindings: net: mediatek,net: Correct bindings for MT7981Sjoerd Simons-3/+23
2025-11-19Merge branch 'net-stmmac-sanitise-stmmac_is_jumbo_frm'Jakub Kicinski-16/+10
2025-11-19net: stmmac: stmmac_is_jumbo_frm() returns booleanRussell King (Oracle)-16/+10
2025-11-19net: stmmac: stmmac_is_jumbo_frm() len should be unsignedRussell King (Oracle)-3/+3
2025-11-19net: stmmac: convert priv->sph* to boolean and renameRussell King (Oracle)-17/+17
2025-11-18selftests: fib_tests: add fib6 from ra to static testFernando Fernandez Mancera-1/+65
2025-11-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera-0/+4
2025-11-18Merge branch 'af_unix-gc-cleanup-and-optimisation'Jakub Kicinski-52/+51
2025-11-18af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().Kuniyuki Iwashima-21/+11
2025-11-18af_unix: Remove unix_tot_inflight.Kuniyuki Iwashima-3/+0
2025-11-18af_unix: Refine wait_for_unix_gc().Kuniyuki Iwashima-13/+8
2025-11-18af_unix: Don't call wait_for_unix_gc() on every sendmsg().Kuniyuki Iwashima-8/+6
2025-11-18af_unix: Don't trigger GC from close() if unnecessary.Kuniyuki Iwashima-14/+19
2025-11-18af_unix: Simplify GC state.Kuniyuki Iwashima-9/+12
2025-11-18af_unix: Count cyclic SCC.Kuniyuki Iwashima-10/+21
2025-11-18Merge branch 'net-mlx5-misc-changes-2025-11-17'Jakub Kicinski-51/+111
2025-11-18net/mlx5: Use EOPNOTSUPP instead of ENOTSUPPTariq Toukan-8/+8
2025-11-18net/mlx5: Abort new commands if all command slots are stalledSaeed Mahameed-0/+56
2025-11-18net/mlx5: Remove redundant bw_share minimal value assignmentCarolina Jubran-7/+0
2025-11-18net/mlx5e: Recover SQ on excessive PTP TX timestamp deltaCarolina Jubran-8/+17
2025-11-18net/mlx5: Refactor EEPROM query error handling to return status separatelyGal Pressman-28/+30
2025-11-18netlink: specs: support ipv4-or-v6 for dual-stack fieldsHangbin Liu-21/+23
2025-11-18tools: ynl: Add MAC address parsing supportHangbin Liu-0/+9
2025-11-18Merge branch 'net-expand-napi_skb_cache-use'Jakub Kicinski-17/+31
2025-11-18net: use napi_skb_cache even in process contextEric Dumazet-0/+5
2025-11-18net: __alloc_skb() cleanupEric Dumazet-10/+18
2025-11-18net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet-7/+8