summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Check for errors when reading SREV registerTim Schumacher2019-04-291-9/+23
* ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen2019-04-291-3/+4
* ath6kl: remove redundant check of status != 0Colin Ian King2019-04-291-3/+0
* ath6kl: add some bounds checkingDan Carpenter2019-04-291-1/+9
* ath6kl: wmi: use struct_size() helperGustavo A. R. Silva2019-04-291-2/+1
* ath6kl: debug: Use struct_size() helperGustavo A. R. Silva2019-04-291-2/+1
* ath10k: fix incorrect multicast/broadcast rate settingPradeep kumar Chitrapu2019-04-291-3/+7
* ath10k: enable QCA6174 hw3.2 SDIO hardwareWen Gong2019-04-293-1/+29
* ath10k: add fragmentation handler for high latency devicesWen Gong2019-04-292-0/+243
* ath10k: add PN replay protection for high latency devicesWen Gong2019-04-291-2/+95
* ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND eventWen Gong2019-04-291-0/+46
* ath10k: add struct for high latency PN replay protectionWen Gong2019-04-292-4/+47
* ath10k: sdio: add missing error checkErik Stromdahl2019-04-231-0/+5
* ath10k: add initialization of HTC headerAlagu Sankar2019-04-231-0/+1
* ath10k: fix use-after-free on SDIO data framesKalle Valo2019-04-231-0/+7
* ath10k: htt: support MSDU ids with SDIOAlagu Sankar2019-04-233-1/+15
* ath10k: initialise struct ath10k_bus params to zeroKalle Valo2019-04-235-5/+5
* ath10k: htt: don't use txdone_fifo with SDIOAlagu Sankar2019-04-231-1/+3
* ath10k: don't disable interrupts in ath10k_sdio_remove()Wen Gong2019-04-231-2/+0
* ath10k: sdio: workaround firmware UART pin configuration bugWen Gong2019-04-232-1/+14
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-04-1913-117/+330
|\
| * wil6210: print error in FW and board files load failuresMaya Erez2019-04-031-1/+5
| * wil6210: reset buff id in status message after completionMaya Erez2019-04-034-11/+48
| * wil6210: add support for ucode tracingAhmad Masri2019-04-032-0/+2
| * wil6210: prevent access to RGF_CAF_ICR in TalynMaya Erez2019-04-031-5/+0
| * wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David2019-04-032-5/+11
| * wil6210: fix report of rx packet checksum in edma modeAhmad Masri2019-04-032-21/+41
| * wil6210: free edma_rx_swtail upon resetDedy Lansky2019-04-031-0/+3
| * wil6210: use OEM MAC address from OTPDedy Lansky2019-04-032-6/+16
| * wil6210: check mid is validAhmad Masri2019-04-038-23/+24
| * wil6210: update WIL_MCS_MAX to 15Maya Erez2019-04-031-1/+1
| * wil6210: do not set BIT_USER_SUPPORT_T_POWER_ON_0 in Talyn-MBMaya Erez2019-04-031-1/+2
| * wil6210: increase PCP stop command timeoutMaya Erez2019-04-031-1/+3
| * wil6210: prevent device memory access while in reset or suspendAhmad Masri2019-04-035-38/+80
| * wil6210: align to latest auto generated wmi.hAlexei Avshalom Lazar2019-04-032-4/+94
* | net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-193-7/+7
* | net: phy: add support for reset-controllerDavid Bauer2019-04-192-4/+36
* | net: gemini: remove unnecessary assertJakub Kicinski2019-04-191-2/+0
* | sb1000: fix variable set but not used warningsJakub Kicinski2019-04-191-6/+3
* | net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit2019-04-191-4/+0
* | net: phy: don't set autoneg if it's not supportedHeiner Kallweit2019-04-191-0/+4
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-04-1827-457/+3201
|\ \
| * | ice: Calculate ITR increment based on direct calculationBrett Creeley2019-04-181-72/+63
| * | ice: Bump driver versionAnirudh Venkataramanan2019-04-181-1/+1
| * | ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan2019-04-185-2/+159
| * | ice: Add code for DCB rebuildAnirudh Venkataramanan2019-04-183-0/+85
| * | ice: Add code to get DCB related statisticsAnirudh Venkataramanan2019-04-186-2/+86
| * | ice: Add priority information into VLAN headerAnirudh Venkataramanan2019-04-184-3/+54
| * | ice: Update rings based on TC informationAnirudh Venkataramanan2019-04-185-0/+52
| * | ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan2019-04-185-3/+47