summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp2020-03-221-0/+3
* ionic: make spdxcheck.py happyLukas Bulwahn2020-03-222-2/+2
* hinic: fix wrong value of MIN_SKB_LENLuo bin2020-03-221-1/+1
* hinic: fix wrong para of wait_for_completion_timeoutLuo bin2020-03-222-3/+5
* hinic: fix out-of-order excution in arm cpuLuo bin2020-03-224-0/+9
* hinic: fix the bug of clearing event queueLuo bin2020-03-221-7/+17
* hinic: fix a bug of waitting for IO stoppedLuo bin2020-03-221-49/+2
* cxgb4: fix Txq restart check during backpressureRahul Lakkireddy2020-03-201-2/+8
* cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy2020-03-201-40/+2
* net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst2020-03-201-2/+2
* mlxsw: pci: Only issue reset when system is readyIdo Schimmel2020-03-201-11/+39
* wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld2020-03-194-43/+39
* wireguard: receive: remove dead code from default packet type caseJason A. Donenfeld2020-03-191-2/+1
* wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld2020-03-193-4/+10
* vxlan: check return value of gro_cells_init()Taehee Yoo2020-03-191-2/+9
* net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab2020-03-181-14/+18
* net: ena: fix continuous keep-alive resetsArthur Kiyanovski2020-03-181-0/+1
* net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski2020-03-181-4/+11
* net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski2020-03-181-3/+6
* net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski2020-03-181-1/+1
* net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur2020-03-181-1/+6
* net: bcmgenet: keep MAC in reset until PHY is upDoug Berger2020-03-183-7/+15
* Revert "net: bcmgenet: use RGMII loopback for MAC reset"Doug Berger2020-03-182-34/+2
* net: mvmdio: avoid error message for optional IRQChris Packham2020-03-181-1/+1
* Revert "net: mvmdio: avoid error message for optional IRQ"Chris Packham2020-03-181-3/+3
* net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang2020-03-161-2/+1
* net: vxge: fix wrong __VA_ARGS__ usageZheng Wei2020-03-162-8/+8
* net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur2020-03-161-1/+1
* net: netdevsim: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-161-15/+15
* net: sfc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-161-14/+18
* net: ionic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-161-7/+7
* net: nfp: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-161-4/+4
* net: mlx4: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-161-31/+31
* net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-161-36/+36
* mlxsw: reg: Increase register field length to 31 bitsIdo Schimmel2020-03-161-1/+1
* geneve: move debug check after netdev unregisterFlorian Westphal2020-03-151-2/+6
* cxgb4: fix delete filter entry fail in unload pathShahjada Abul Husain2020-03-151-2/+2
* net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs2020-03-151-4/+10
* Merge tag 'wireless-drivers-2020-03-13' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-03-138-31/+46
|\
| * wlcore: remove stray plus signJohannes Berg2020-03-121-1/+1
| * rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44Larry Finger2020-03-121-0/+1
| * Merge tag 'iwlwifi-for-kalle-2020-03-08' of git://git.kernel.org/pub/scm/linu...Kalle Valo2020-03-106-30/+44
| |\
| | * iwlwifi: cfg: use antenna diversity with all AX101 devicesLuca Coelho2020-03-061-0/+2
| | * iwlwifi: mvm: Fix rate scale NSS configurationIlan Peer2020-03-061-8/+21
| | * iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME failsLuca Coelho2020-03-062-13/+8
| | * iwlwifi: yoyo: don't add TLV offset when reading FIFOsMordechay Goodstein2020-03-061-7/+3
| | * iwlwifi: check allocated pointer when allocating conf_tlvsLuca Coelho2020-03-061-1/+1
| | * iwlwifi: consider HE capability when setting LDPCMordechay Goodstein2020-03-061-1/+5
| | * iwlwifi: mvm: take the required lock when clearing time event dataAvraham Stern2020-03-061-0/+4
* | | Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-03-1326-131/+403
|\ \ \