summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | lan78xx: Limit number of driver warning messagesJohn Efstathiades2021-08-251-2/+3
* | lan78xx: Fix race condition in disconnect handlingJohn Efstathiades2021-08-251-9/+57
* | lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades2021-08-251-135/+284
* | lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades2021-08-251-106/+197
* | lan78xx: Fix exception on link speed changeJohn Efstathiades2021-08-251-6/+48
* | lan78xx: Add missing return code checksJohn Efstathiades2021-08-251-66/+333
* | lan78xx: Remove unused pause frame queueJohn Efstathiades2021-08-251-9/+0
* | lan78xx: Set flow control threshold to prevent packet lossJohn Efstathiades2021-08-251-2/+15
* | lan78xx: Remove unused timerJohn Efstathiades2021-08-251-3/+1
* | lan78xx: Fix white space and style issuesJohn Efstathiades2021-08-251-38/+42
* | xen/netfront: don't trust the backend response data blindlyJuergen Gross2021-08-251-5/+84
* | xen/netfront: disentangle tx_skb_freelistJuergen Gross2021-08-251-36/+25
* | xen/netfront: don't read data from request on the ring pageJuergen Gross2021-08-251-44/+42
* | xen/netfront: read response from backend only onceJuergen Gross2021-08-251-19/+19
* | qed: Enable automatic recovery on error condition.Alok Prasad2021-08-254-2/+39
|/
* net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo2021-08-243-4/+23
* net: hns3: add support for EQE/CQE mode configurationYufeng Mo2021-08-245-2/+58
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-2482-194/+548
* r8169: enable ASPM L0s stateHeiner Kallweit2021-08-241-3/+2
* net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-241-0/+1
* cxgb4: improve printing NIC informationHeiner Kallweit2021-08-241-2/+1
* via-velocity: Use of_device_get_match_data to simplify codeTang Bin2021-08-231-4/+2
* via-rhine: Use of_device_get_match_data to simplify codeTang Bin2021-08-231-7/+2
* hinic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-15/+2
* qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-233-29/+25
* net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-234-34/+13
* net: 8139cp: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-19/+12
* vmxnet3: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-27/+20
* myri10ge: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-30/+29
* Merge tag 'wireless-drivers-next-2021-08-22' of git://git.kernel.org/pub/scm/...David S. Miller2021-08-2362-7732/+614
|\
| * brcmsmac: make array addr static const, makes object smallerColin Ian King2021-08-211-1/+1
| * rtw88: Remove unnecessary check codeLen Baker2021-08-211-5/+0
| * rtw88: wow: fix size access error of probe requestChin-Yen Lee2021-08-212-2/+7
| * rtw88: wow: report wow reason through mac80211 apiChin-Yen Lee2021-08-211-9/+37
| * rtw88: wow: build wow function only if CONFIG_PM is onPing-Ke Shih2021-08-211-1/+1
| * rtw88: refine the setting of rsvd pages for different firmwareChin-Yen Lee2021-08-211-23/+17
| * rtw88: use read_poll_timeout instead of fixed sleepChin-Yen Lee2021-08-211-5/+16
| * rtw88: 8822ce: set CLKREQ# signal to low during suspendChin-Yen Lee2021-08-212-0/+34
| * rtw88: change beacon filter default modePo-Hao Huang2021-08-211-1/+1
| * rtw88: 8822c: add tx stbc support under HT modePo-Hao Huang2021-08-213-0/+9
| * rtw88: adjust the log level for failure of tx reportChin-Yen Lee2021-08-211-1/+1
| * rtl8xxxu: Fix the handling of TX A-MPDU aggregationChris Chiu2021-08-212-9/+26
| * rtl8xxxu: disable interrupt_in transfer for 8188cu and 8192cuChris Chiu2021-08-211-2/+2
| * mwifiex: make arrays static const, makes object smallerColin Ian King2021-08-211-2/+2
| * mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-211-1/+1
| * mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li2021-08-211-1/+1
| * wilc1000: remove redundant codewengjianfeng2021-08-211-22/+16
| * wilc1000: use devm_clk_get_optional()Claudiu Beznea2021-08-212-16/+13
| * wilc1000: dispose irq on failure pathClaudiu Beznea2021-08-211-2/+3
| * wilc1000: use goto labels on error pathClaudiu Beznea2021-08-212-12/+20