summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-13net: phy: mediatek: Integrate read/write page helper functionsSkyLake.Huang5-28/+26
2024-11-13net: phy: mediatek: Improve readability of mtk-phy-lib.c's mtk_phy_led_hw_ctr...SkyLake.Huang1-20/+24
2024-11-13net: phy: mediatek: Move LED helper functions into mtk phy libSkyLake.Huang6-255/+372
2024-11-13net: phy: mediatek: Re-organize MediaTek ethernet phy driversSkyLake.Huang7-20/+29
2024-11-13Documentation: octeontx2: Add Documentation for RVU representorsGeetha sowjanya1-0/+91
2024-11-13octeontx2-pf: Adds TC offload supportGeetha sowjanya7-17/+154
2024-11-13octeontx2-pf: Implement offload stats ndo for representorsGeetha sowjanya2-0/+43
2024-11-13octeontx2-pf: Add devlink port supportGeetha sowjanya4-0/+98
2024-11-13octeontx2-pf: Add representors for sdp MACGeetha sowjanya8-26/+88
2024-11-13octeontx2-pf: Configure VF mtu via representorGeetha sowjanya2-0/+22
2024-11-13octeontx2-pf: Add support to sync link state between representor and VFsGeetha sowjanya8-3/+287
2024-11-13octeontx2-pf: Get VF stats via representorGeetha sowjanya7-54/+180
2024-11-13octeontx2-af: Add packet path between representor and VFGeetha sowjanya8-8/+298
2024-11-13octeontx2-pf: Add basic net_device_opsGeetha sowjanya5-11/+70
2024-11-13octeontx2-pf: Create representor netdevGeetha sowjanya6-0/+285
2024-11-13octeontx2-pf: RVU representor driverGeetha sowjanya11-12/+326
2024-11-13net: page_pool: do not count normal frag allocation in statsJakub Kicinski1-1/+1
2024-11-13eth: bnxt: use page pool for head fragsJakub Kicinski2-48/+51
2024-11-13dsa: qca8k: Use nested lock to avoid splatAndrew Lunn1-1/+1
2024-11-13mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka1-2/+2
2024-11-12net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski1-14/+25
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao6-0/+167
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong3-19/+25
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong2-16/+25
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong5-17/+19
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong5-20/+26
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong1-9/+10
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong2-21/+41
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong3-19/+26
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong1-10/+11
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong5-22/+54
2024-11-12net/mlx5e: SHAMPO, Rework header allocation loopDragos Tatulea1-15/+17
2024-11-12net/mlx5e: SHAMPO, Drop info arrayDragos Tatulea3-44/+42
2024-11-12net/mlx5e: SHAMPO, Change frag page setup order during allocationDragos Tatulea1-4/+2
2024-11-12net/mlx5e: SHAMPO, Fix page_index calculation inconsistencyDragos Tatulea3-6/+5
2024-11-12net/mlx5e: SHAMPO, Simplify UMR allocation for headersDragos Tatulea2-18/+12
2024-11-12net/mlx5: Make vport QoS enablement more flexible for future extensionsCarolina Jubran5-111/+96
2024-11-12net/mlx5: Integrate esw_qos_vport_enable logic into rate operationsCarolina Jubran1-48/+39
2024-11-12net/mlx5: Generalize scheduling element operationsCarolina Jubran1-81/+76
2024-11-12net/mlx5: Refactor scheduling element configuration bitmasksCarolina Jubran1-56/+24
2024-11-12net/mlx5: Generalize max_rate and min_rate setting for nodesCarolina Jubran1-56/+13
2024-11-12net/mlx5: Simplify QoS normalization by removing error handlingCarolina Jubran1-55/+17
2024-11-12net/mlx5: E-switch, refactor eswitch mode changePatrisious Haddad2-6/+21
2024-11-12net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin2-17/+108
2024-11-12net: netconsole: selftests: Check if netdevsim is availableBreno Leitao1-1/+6
2024-11-12net: phylink: clean up phylink_resolve()Russell King (Oracle)1-19/+16
2024-11-12net: phylink: remove switch() statement in resolve handlingRussell King (Oracle)1-49/+45
2024-11-12net: phylink: move MLO_AN_PHY resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-12net: phylink: move MLO_AN_FIXED resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-12net: phylink: move manual flow control settingRussell King (Oracle)1-2/+3