summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain2021-02-061-0/+5
* net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi2021-02-064-9/+13
* dpaa2-eth: Simplify the calculation of variablesJiapeng Chong2021-02-061-1/+1
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-0641-170/+283
|\
| * iwl4965: do not process non-QOS frames on txq->sched_retry pathStanislaw Gruszka2021-01-251-5/+6
| * mt7601u: process tx URBs with status EPROTO properlyLorenzo Bianconi2021-01-251-0/+1
| * wlcore: Fix command execute failure 19 for wl12xxTony Lindgren2021-01-253-20/+1
| * mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batchLorenzo Bianconi2021-01-251-5/+14
| * rtw88: 8723de: adjust the LTR settingChin-Yen Lee2021-01-251-2/+2
| * rtlwifi: rtl8821ae: fix bool comparison in expressionsAditya Srivastava2021-01-251-4/+4
| * rtlwifi: rtl8192se: fix bool comparison in expressionsAditya Srivastava2021-01-251-2/+2
| * rtlwifi: rtl8188ee: fix bool comparison in expressionsAditya Srivastava2021-01-252-6/+6
| * rtlwifi: rtl8192c-common: fix bool comparison in expressionsAditya Srivastava2021-01-251-2/+2
| * rtlwifi: rtl_pci: fix bool comparison in expressionsAditya Srivastava2021-01-251-2/+2
| * wlcore: Downgrade exceeded max RX BA sessions to debugTony Lindgren2021-01-141-1/+1
| * wilc1000: use flexible-array member instead of zero-length arrayTian Tao2021-01-141-4/+4
| * brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce2021-01-141-2/+5
| * brcmfmac: Delete useless kfree codeZheng Yongjun2021-01-141-6/+4
| * qtnfmac_pcie: Use module_pci_driverAmey Narkhede2021-01-141-12/+1
| * mt7601u: check the status of device in calibrationZhi Han2021-01-141-0/+3
| * mt7601u: process URBs in status EPROTO properlyZhi Han2021-01-141-0/+1
| * brcmfmac: support BCM4365E with 43666 ChipCommon chip IDRafał Miłecki2021-01-143-0/+3
| * wilc1000: fix spelling mistake in Kconfig "devision" -> "division"Colin Ian King2021-01-141-1/+1
| * mwifiex: pcie: Drop bogus __refdata annotationGeert Uytterhoeven2021-01-141-1/+1
| * rtw88: Simplify bool comparisonYANG LI2021-01-141-1/+1
| * rtw88: coex: set 4 slot TDMA for BT link and WL busyChing-Te Ku2021-01-141-1/+3
| * rtw88: 8821c: apply CCK PD level which calculates from dynamic mechanismVincent Fann2021-01-141-7/+0
| * rtw88: reduce the log level for failure of tx reportChin-Yen Lee2021-01-141-1/+1
| * rtw88: Delete useless kfree codeZheng Yongjun2021-01-141-1/+0
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-01-1114-84/+214
| |\
| | * ath11k: dp: clean up a variable nameDan Carpenter2020-12-181-1/+1
| | * ath11k: pci: remove unnecessary mask in ath11k_pci_enable_ltssm()Kalle Valo2020-12-181-1/+1
| | * ath10k: prevent deinitializing NAPI twiceWen Gong2020-12-176-12/+41
| | * ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2020-12-172-1/+87
| | * ath: Modify ath_key_delete() to not need full key entryJouni Malinen2020-12-175-23/+22
| | * ath: Export ath_hw_keysetmac()Jouni Malinen2020-12-172-2/+3
| | * ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen2020-12-171-0/+5
| | * ath: Use safer key clearing with key cache entriesJouni Malinen2020-12-171-1/+10
| | * ath10k: Remove voltage regulator votes during wifi disableRakesh Pillai2020-12-171-46/+46
| | * ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai2020-12-171-2/+3
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-02-0512-21/+48
|\ \ \
| * | | e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee2021-02-041-1/+0
| * | | e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia2021-02-041-7/+0
| * | | igb: remove h from printk format specifierTom Rix2021-02-041-1/+1
| * | | igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe2021-02-041-2/+1
| * | | igb: fix TDBAL register show incorrect valueGal Hammer2021-02-041-1/+1
| * | | igc: Fix TDBAL register show incorrect valueSasha Neftin2021-02-041-1/+1
| * | | igc: Remove unused FUNC_1 maskSasha Neftin2021-02-041-1/+0
| * | | igc: Remove unused local receiver maskSasha Neftin2021-02-041-1/+0
| * | | igc: Prefer strscpy over strlcpySasha Neftin2021-02-041-1/+1