aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-06Merge tag 'mhi-for-v6.11' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-2/+16
2024-07-05net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacksKory Maincent (Dent Project)1-2/+216
2024-07-05net: pse-pd: Add new power limit get and set c33 featuresKory Maincent (Dent Project)1-11/+161
2024-07-05net: pse-pd: pd692x0: Expand ethtool status messageKory Maincent (Dent Project)1-0/+101
2024-07-05net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool opsDaniel Golle1-1/+17
2024-07-05wireguard: send: annotate intentional data race in checking empty queueJason A. Donenfeld1-1/+1
2024-07-05wireguard: queueing: annotate intentional data race in cpu round robinJason A. Donenfeld1-2/+2
2024-07-05wireguard: allowedips: avoid unaligned 64-bit memory accessesHelge Deller1-2/+2
2024-07-05net: ethernet: mtk_ppe: Change PPE entries number to 16KShengyu Qu1-1/+1
2024-07-05net: bcmasp: Fix error code in probe()Dan Carpenter1-0/+1
2024-07-05net: dsa: ar9331: constify struct regmap_busJavier Carrasco1-1/+1
2024-07-05net: encx24j600: constify struct regmap_bus/regmap_configJavier Carrasco1-3/+3
2024-07-05net: ti: icss-iep: constify struct regmap_configJavier Carrasco1-2/+2
2024-07-05net: dsa: qca8k: constify struct regmap_configJavier Carrasco1-1/+1
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior1-0/+7
2024-07-05net: ethernet: mediatek: Allow gaps in MAC allocationDaniel Golle1-1/+1
2024-07-05net: stmmac: Add DW XPCS specified via "pcs-handle" supportSerge Semin1-4/+9
2024-07-05net: stmmac: Create DW XPCS device with particular addressSerge Semin2-14/+7
2024-07-05net: pcs: xpcs: Add fwnode-based descriptor creation methodSerge Semin1-0/+50
2024-07-05net: pcs: xpcs: Add Synopsys DW xPCS platform device driverSerge Semin5-9/+529
2024-07-05net: pcs: xpcs: Introduce DW XPCS info structureSerge Semin1-54/+50
2024-07-05net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compatSerge Semin1-19/+19
2024-07-05net: pcs: xpcs: Convert xpcs_id to dw_xpcs_descSerge Semin1-16/+16
2024-07-05net: pcs: xpcs: Split up xpcs_create() body to sub-functionsSerge Semin1-33/+69
2024-07-05net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.hSerge Semin2-7/+4
2024-07-04dsa: lan9303: Fix mapping between DSA port number and PHY addressChristian Eggers1-13/+10
2024-07-05wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()Aleksandr Mishin1-1/+1
2024-07-05wifi: rtlwifi: fix default typoFredrik Lönnegren8-8/+8
2024-07-05wifi: rtw89: unify the selection logic of RFK table when MCCZong-Zhe Yang7-26/+141
2024-07-05wifi: rtw89: mac: parse MRC C2H failure reportZong-Zhe Yang2-0/+50
2024-07-05wifi: rtw89: 8852bx: add extra handles of BTC for 8852BT in 8852b_commonPing-Ke Shih1-0/+5
2024-07-05wifi: rtw89: 8852bx: move BTC common code from 8852b to 8852b_commonPing-Ke Shih3-167/+216
2024-07-05wifi: rtw88: usb: schedule rx work after everything is set upMarcin Ślusarz1-3/+10
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-247/+381
2024-07-04bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi1-1/+5
2024-07-04mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...Aleksandr Mishin1-0/+1
2024-07-04Merge tag 'wireless-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-21/+19
2024-07-04wifi: ath11k: Use iommu_paging_domain_alloc()Lu Baolu1-3/+3
2024-07-04wifi: ath10k: Use iommu_paging_domain_alloc()Lu Baolu1-3/+3
2024-07-04wifi: iwlwifi: mvm: re-enable MLOMiri Korenblit1-1/+1
2024-07-04wifi: iwlwifi: Add support for LARI_CONFIG_CHANGE_CMD v12Anjaneyulu2-1/+9
2024-07-04wifi: iwlwifi: Remove debug messageMukesh Sisodiya1-12/+1
2024-07-04wifi: iwlwifi: mvm: document remaining mvm dataJohannes Berg1-0/+29
2024-07-04wifi: iwlwifi: fw: api: fix missing RX descriptor kernel-docJohannes Berg1-0/+8
2024-07-04wifi: iwlwifi: document PPAG table command union correctlyJohannes Berg1-3/+6
2024-07-04wifi: iwlwifi: fw: api: add puncturing to PHY context docsJohannes Berg1-0/+1
2024-07-04wifi: iwlwifi: fw: api: mac: fix kernel-docJohannes Berg1-0/+7
2024-07-04wifi: iwlwifi: fw: api: fix memory region kernel-docJohannes Berg1-16/+18
2024-07-04wifi: iwlwifi: mvm: add missing string for ROC EMLSR blockJohannes Berg1-0/+1
2024-07-04wifi: iwlwifi: release TXQ lock during reclaimBenjamin Berg3-33/+54