aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-21net/mlx5e: psp: Use a single rx_check tableCosmin Ratiu1-22/+12
2026-07-21net/mlx5e: psp: Add an RX steering tableCosmin Ratiu2-20/+136
2026-07-21net/mlx5e: psp: Adjust rx_check FT size and use a drop_groupCosmin Ratiu1-1/+12
2026-07-21net/mlx5e: psp: Rename and consolidate steering functionsCosmin Ratiu1-121/+131
2026-07-21net/mlx5e: psp: Remove unused PSP syndrome copy actionCosmin Ratiu3-42/+2
2026-07-21net/mlx5e: psp: Factor out drop rule creation codeCosmin Ratiu1-31/+34
2026-07-21net/mlx5e: psp: Use helpers for steering object manipulationCosmin Ratiu1-155/+149
2026-07-21net/mlx5e: psp: Merge rx_err rule add/delete with ft create/deleteCosmin Ratiu1-48/+30
2026-07-21net/mlx5e: psp: Remove unneeded ref counting for PSP steeringCosmin Ratiu1-96/+33
2026-07-21net/mlx5e: psp: Remove PSP steering mutexesCosmin Ratiu1-36/+7
2026-07-21net/mlx5e: psp: Rename the saved psp_dev to 'psd'Cosmin Ratiu3-6/+6
2026-07-21pds_core: reject component parameter in legacy firmware updateNikhil P. Rao1-0/+6
2026-07-21Merge tag 'iwlwifi-fixes-2026-07-21' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohannes Berg32-115/+381
2026-07-21wifi: mac80211_hwsim: reject undersized HWSIM_ATTR_TX_INFOIbrahim Hashimov1-3/+3
2026-07-21wifi: brcmfmac: drain bus_reset work on device removalFan Wu7-4/+77
2026-07-21wifi: brcmfmac: make release_scratchbuffers idempotentFan Wu1-2/+6
2026-07-21wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-operDoruk Tan Ozturk1-1/+1
2026-07-21wifi: mwifiex: replace one-element arrays with flexible array membersGeorgi Valkov3-14/+14
2026-07-21wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()Huihui Huang1-2/+5
2026-07-21wifi: mwifiex: bound uAP association event IEs to the event bufferHE WEI (ギカク)1-2/+22
2026-07-21wifi: wilc1000: validate assoc response length before subtracting headerHuihui Huang1-0/+5
2026-07-21Merge tag 'ath-current-20260713' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg20-26/+137
2026-07-21wifi: mwifiex: fix freeze for 60 seconds caused by request_firmwareGeorgi Valkov1-6/+8
2026-07-21wan: wanxl: Only reset hardware after BAR mappingRuoyu Wang1-1/+2
2026-07-21nfp: Check resource mutex allocationRuoyu Wang1-0/+3
2026-07-21mlxsw: Tell the core to use the netdev instance lockIdo Schimmel1-0/+1
2026-07-21mlxsw: ethtool: Prepare for RTNL-less ethtool operationsIdo Schimmel1-0/+2
2026-07-21mlxsw: Convert to async version of ndo_set_rx_modeIdo Schimmel1-2/+5
2026-07-21net: airoha: Fix DMA direction for NPU mailbox bufferWayen Yan1-2/+2
2026-07-21dpaa2-eth: put MAC endpoint device on disconnectGuangshuo Li1-0/+1
2026-07-21net: airoha: Fix potential use-after-free in airoha_ppe_deinit()Wayen Yan1-0/+1
2026-07-21dpaa2-switch: put MAC endpoint device on disconnectGuangshuo Li1-0/+1
2026-07-21gtp: parse extension headers before reading inner protocolZhixing Chen1-6/+6
2026-07-21net/mlx5e: Use sender devcom for MPV master-upManjunath Patil1-2/+2
2026-07-21net: ethernet: adi: Add a driver for the ADIN1140 MACPHYCiprian Regus3-0/+804
2026-07-21net: phy: Add support for the ADIN1140 PHYCiprian Regus3-0/+79
2026-07-21net: phy: microchip-t1s: use generic C45 MMD access helpersCiprian Regus1-30/+2
2026-07-21net: phy: add generic helpers for direct C45 MMD accessCiprian Regus1-0/+25
2026-07-21net: ethernet: oa_tc6: Use the read_mms/write_mms functions for C45Ciprian Regus1-9/+10
2026-07-21net: ethernet: oa_tc6: Add read_mms/write_mms register access functionsCiprian Regus1-0/+44
2026-07-21net: ethernet: oa_tc6: Add the OA_TC6_ prefix to standard registersCiprian Regus1-18/+19
2026-07-21net: ethernet: oa_tc6: Export standard defined registersCiprian Regus1-50/+0
2026-07-21net: ethernet: oa_tc6: Export the C45 access functionsCiprian Regus1-4/+6
2026-07-21net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flagCiprian Regus2-2/+14
2026-07-21net: ethernet: oa_tc6: Handle the OA TC6 SPI protected modeCiprian Regus1-17/+76
2026-07-21net: sparx5: configure TAS port link speedRobert Marko7-0/+75
2026-07-21net: airoha: fix MIB stats collection to be losslessAniket Negi2-66/+132
2026-07-21geneve: make geneve_fill_info() RTNL independentEric Dumazet1-11/+24
2026-07-21geneve: convert config to RCU-protected pointerEric Dumazet1-95/+118
2026-07-21geneve: pass geneve_config pointer to helper functionsEric Dumazet1-64/+76