aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-19wifi: rtlwifi: drop fill_fake_txdesc() from HAL interfaceDmitry Antipov4-31/+0
2023-10-19wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interfaceDmitry Antipov4-10/+5
2023-10-19wifi: rtw89: move software DCFO compensation setting to proper positionCheng-Chieh Hsieh1-3/+4
2023-10-19wifi: rtw89: correct the DCFO tracking flow to improve CFO compensationCheng-Chieh Hsieh1-4/+4
2023-10-19wifi: rtw89: modify the register setting and the flow of CFO trackingCheng-Chieh Hsieh4-8/+44
2023-10-19wifi: rtw89: phy: generalize valid bit of BSS colorPing-Ke Shih6-1/+7
2023-10-19wifi: rtw89: phy: change naming related BT coexistence functionsChung-Hsuan Hung6-49/+64
2023-10-19wifi: rtw88: dump firmware debug information in abnormal stateChin-Yen Lee5-0/+108
2023-10-19wifi: rtw88: debug: add to check if debug mask is enabledChin-Yen Lee1-0/+12
2023-10-19wifi: rtlwifi: cleanup struct rtl_ps_ctlDmitry Antipov2-20/+1
2023-10-18net: phy: bcm7xxx: Add missing 16nm EPHY statisticsFlorian Fainelli1-0/+3
2023-10-18igc: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18igbvf: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18igb: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18i40e: use scnprintf over strncpy+strncatJustin Stitt1-4/+3
2023-10-18fm10k: replace deprecated strncpy with strscpyJustin Stitt1-4/+4
2023-10-18e1000: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18e100: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18intel: fix format warningsJesse Brandeburg6-16/+18
2023-10-18intel: fix string truncation warningsJesse Brandeburg4-37/+30
2023-10-18net: mdio-mux: fix C45 access returning -EIO after API changeVladimir Oltean1-0/+47
2023-10-18octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed1-7/+6
2023-10-18net: wangxun: remove redundant kernel logJiawen Wu5-128/+0
2023-10-18net: fec: Remove non-Coldfire platform IDsAlexander Stein1-30/+0
2023-10-18net: fec: Fix device_get_match_data usageAlexander Stein1-23/+10
2023-10-18drivers: net: wwan: iosm: Fixed multiple typos in multiple filesMuhammad Muzammil6-7/+7
2023-10-18Revert "net: wwan: iosm: enable runtime pm support for 7560"Bagas Sanjaya6-65/+4
2023-10-18ice: Refactor finding advertised link speedPawel Chmielewski3-65/+131
2023-10-18qede: Refactor qede_forced_speed_maps_init()Paul Greenwalt1-34/+12
2023-10-18wifi: ath11k: rename the sc naming convention to abKarthikeyan Periyasamy4-45/+45
2023-10-18wifi: ath11k: rename the wmi_sc naming convention to wmi_abKarthikeyan Periyasamy1-16/+16
2023-10-18wifi: ath6kl: replace deprecated strncpy with memcpyJustin Stitt1-1/+1
2023-10-18wifi: ath5k: replace deprecated strncpy with strscpyJustin Stitt1-2/+1
2023-10-18wifi: ath12k: Remove ath12k_base::bd_apiJeff Johnson2-4/+4
2023-10-18wifi: ath11k: Remove ath11k_base::bd_apiJeff Johnson2-4/+4
2023-10-18wifi: ath12k: Enable Mesh support for QCN9274Ramya Gnanasekar1-2/+4
2023-10-18wifi: ath12k: register EHT mesh capabilitiesRamya Gnanasekar1-0/+45
2023-10-18wifi: ath11k: Use device_get_match_data()Rob Herring1-8/+2
2023-10-17Merge tag 'mlx5-updates-2023-10-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski32-353/+541
2023-10-17hamradio: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+2
2023-10-17net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter1-1/+1
2023-10-17net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)1-27/+8
2023-10-17net: phylink: remove .validate() methodRussell King (Oracle)1-10/+6
2023-10-17net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-17net: phylink: provide mac_get_caps() methodRussell King (Oracle)1-3/+11
2023-10-17eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-17tun: prevent negative ifindexEric Dumazet1-2/+5
2023-10-17Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski152-2288/+12722
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand1-2/+16
2023-10-17mctp i3c: MCTP I3C driverMatt Johnston3-0/+765