summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: rs: Demote non-compliant kernel-doc headersLee Jones2020-10-081-6/+6
* iwlwifi: dvm: Demote non-compliant kernel-doc headersLee Jones2020-10-081-6/+5
* drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmitXie He2020-10-051-28/+26
* bnxt_en: Eliminate unnecessary RX resets.Michael Chan2020-10-042-1/+53
* bnxt_en: Reduce unnecessary message log during RX errors.Michael Chan2020-10-041-2/+4
* bnxt_en: Add a software counter for RX ring reset.Michael Chan2020-10-043-4/+12
* bnxt_en: Implement RX ring reset in response to buffer errors.Michael Chan2020-10-041-4/+75
* bnxt_en: Refactor bnxt_init_one_rx_ring().Michael Chan2020-10-041-46/+50
* bnxt_en: Refactor bnxt_free_rx_skbs().Michael Chan2020-10-041-68/+66
* bnxt_en: Log FW health status info, if reset is aborted.Michael Chan2020-10-041-1/+8
* bnxt_en: perform no master recovery during startupEdwin Peer2020-10-041-9/+29
* bnxt_en: log firmware status on firmware init failureEdwin Peer2020-10-042-5/+55
* bnxt_en: refactor bnxt_alloc_fw_health()Edwin Peer2020-10-041-22/+38
* bnxt_en: Update firmware interface spec to 1.10.1.68.Vasundhara Volam2020-10-041-3/+21
* net: dsa: mv88e6xxx: Add per port devlink regionsAndrew Lunn2020-10-041-4/+105
* net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean2020-10-041-5/+5
* bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-2/+2
* net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-2/+1
* net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-2/+3
* usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-1/+1
* net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King2020-10-041-1/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-035-15/+15
* dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei2020-10-033-1/+385
* dpaa2-eth: add basic devlink supportIoana Ciornei2020-10-034-1/+119
* ionic: add new bad firmware error codeShannon Nelson2020-10-032-0/+3
* ionic: use lif ident for filter countShannon Nelson2020-10-031-9/+10
* ionic: refill lif identity after fw_upShannon Nelson2020-10-033-14/+22
* ionic: disable all queue napi contexts on timeoutShannon Nelson2020-10-031-26/+21
* ionic: check qcq ptr in ionic_qcq_disableShannon Nelson2020-10-031-11/+20
* ionic: clear linkcheck bit on alloc failShannon Nelson2020-10-031-1/+3
* ionic: drain the work queueShannon Nelson2020-10-031-10/+13
* ionic: contiguous memory for notifyqShannon Nelson2020-10-031-22/+47
* Merge tag 'wireless-drivers-next-2020-10-02' of git://git.kernel.org/pub/scm/...David S. Miller2020-10-03102-2796/+5531
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-10-0125-203/+783
| |\
| | * wcn36xx: Advertise beacon filtering support in bmpsLoic Poulain2020-10-011-0/+2
| | * ath11k: remove unnecessary casts to u32Kalle Valo2020-10-011-4/+4
| | * ath11k: enable idle power save modeCarl Huang2020-10-013-0/+13
| | * ath11k: start a timer to update HP for CE pipe 4Carl Huang2020-10-012-0/+35
| | * ath11k: start a timer to update REO cmd ringCarl Huang2020-10-013-0/+10
| | * ath11k: start a timer to update TCL HPCarl Huang2020-10-015-0/+130
| | * ath11k: set WMI pipe credit to 1 for QCA6390Carl Huang2020-10-011-0/+6
| | * ath11k: enable shadow register configuration and accessCarl Huang2020-10-019-8/+194
| | * ath11k: read and write registers below unwindowed addressCarl Huang2020-10-012-0/+42
| | * ath11k: debugfs: fix crash during rmmodCarl Huang2020-10-011-4/+4
| | * ath11k: fix warning caused by lockdep_assert_heldCarl Huang2020-10-011-0/+4
| | * ath11k: mac: remove unused conf_mutex to solve a deadlockWen Gong2020-10-011-10/+1
| | * ath11k: pci: fix rmmod crashCarl Huang2020-10-011-1/+8
| | * ath11k: add packet log support for QCA6390Carl Huang2020-10-019-56/+169
| | * ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_allocGovind Singh2020-10-013-21/+16
| | * ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in ath11k_dp_htt_get_ppdu_descWen Gong2020-10-011-1/+1