summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2768-525/+743
|\
| * dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei2019-03-261-4/+9
| * chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-262-2/+2
| * net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean2019-03-261-0/+13
| * net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2019-03-262-0/+23
| * net: dsa: qca8k: extend slave-bus implementationsChristian Lamparter2019-03-262-1/+168
| * net: dsa: qca8k: remove leftover phy accessorsChristian Lamparter2019-03-261-18/+0
| * net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit2019-03-251-1/+1
| * r8169: fix cable re-plugging issueHeiner Kallweit2019-03-231-1/+1
| * net: ethernet: ti: fix possible object reference leakWen Yang2019-03-231-2/+6
| * net: ibm: fix possible object reference leakWen Yang2019-03-231-0/+1
| * net: xilinx: fix possible object reference leakWen Yang2019-03-231-0/+2
| * net: phy: Re-parent menus for MDIO bus drivers correctlyFlorian Fainelli2019-03-231-0/+3
| * r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit2019-03-221-2/+4
| * net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2019-03-212-8/+6
| * net: macb: Add null check for PCLK and HCLKHarini Katakam2019-03-211-2/+8
| * net: phy: Add DP83825I to the DP83822 driverDan Murphy2019-03-211-14/+20
| * dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu2019-03-201-1/+1
| * net: ks8851: Deduplicate register macrosLukas Wunner2019-03-203-330/+34
| * net: ks8851: Fix register macro misnomersLukas Wunner2019-03-201-25/+27
| * net: ks8851: Set initial carrier state to downLukas Wunner2019-03-201-0/+2
| * net: ks8851: Delay requesting IRQ until openedLukas Wunner2019-03-201-13/+11
| * net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner2019-03-201-1/+1
| * net: ks8851: Dequeue RX packets explicitlyLukas Wunner2019-03-201-4/+4
| * 3c515: fix integer overflow warningArnd Bergmann2019-03-191-1/+1
| * net: stmmac: fix memory corruption with large MTUsAaro Koskinen2019-03-191-2/+3
| * mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warningArnd Bergmann2019-03-191-1/+1
| * Merge tag 'wireless-drivers-for-davem-2019-03-19' of git://git.kernel.org/pub...David S. Miller2019-03-1932-58/+329
| |\
| | * mt76x02: do not enable RTS/CTS by defaultStanislaw Gruszka2019-03-193-3/+2
| | * mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi2019-03-193-16/+23
| | * mt76: mt7603: use the correct hweight8() functionFelix Fietkau2019-03-193-4/+3
| | * mt76x02u: check chip version on probeStanislaw Gruszka2019-03-193-3/+18
| | * mt7601u: check chip version on probeStanislaw Gruszka2019-03-191-0/+4
| | * iwlwifi: fix 64-bit divisionArnd Bergmann2019-03-071-3/+1
| | * mt76x2u: remove duplicated entry in mt76x2u_device_tableLorenzo Bianconi2019-03-071-2/+1
| | * mt76: fix return value check in mt76_wmac_probe()Wei Yongjun2019-03-071-2/+2
| | * mt76: mt7603: set moredata flag when queueing ps-filtered packetsFelix Fietkau2019-03-071-0/+11
| | * mt76: mt76x02: disable ED/CCA by defaultFelix Fietkau2019-03-073-1/+30
| | * mt76: when releasing PS frames, end the service period if no frame was foundFelix Fietkau2019-03-071-0/+3
| | * mt76: mt7603: clear the service period on releasing PS filtered packetsFelix Fietkau2019-03-071-0/+3
| | * mt76: mt7603: notify mac80211 about buffered frames in ps queueFelix Fietkau2019-03-071-2/+11
| | * mt76: mt7603: fix up hardware queue index for PS filtered packetsFelix Fietkau2019-03-071-0/+4
| | * mt76: mt7603: clear ps filtering mode before releasing buffered framesFelix Fietkau2019-03-071-0/+2
| | * mt76: mt76x2: fix 2.4 GHz channel gain settingsFelix Fietkau2019-03-071-5/+14
| | * mt76: mt76x2: fix external LNA gain settingsFelix Fietkau2019-03-071-3/+8
| | * mt76: mt7603: fix tx status HT rate validationFelix Fietkau2019-03-071-1/+1
| | * mt76: mt76x02: reduce false positives in ED/CCA tx blockingFelix Fietkau2019-03-073-4/+26
| | * mt76: mt76x02: only update the base mac address if necessaryFelix Fietkau2019-03-071-4/+6
| | * mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka2019-03-071-1/+2
| | * mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau2019-03-079-9/+132