summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-17mt76: set IEEE80211_HW_NEEDS_UNIQUE_STA_ADDR flagFelix Fietkau1-0/+1
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau5-9/+11
2019-01-11mt76: add led support to mt76x0e driverLorenzo Bianconi4-77/+82
2019-01-11mt76: use proper name for __MT76x02_H macroLorenzo Bianconi1-3/+3
2019-01-11mt76: dma: avoid indirect call in mt76_dma_tx_queue_skbLorenzo Bianconi1-1/+1
2019-01-11mt76: make const array 'data' static, shrinks object sizeColin Ian King1-1/+1
2019-01-11mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi8-1/+140
2019-01-11mt76: dma: do not build skb if reported len does not fit in buf_sizeLorenzo Bianconi1-8/+7
2019-01-11mt76: mac: minor optimizations in mt76x02_mac_tx_rate_valLorenzo Bianconi1-4/+2
2019-01-11mt76: add energy detect CCA support to mt76x{0,2}e driversLorenzo Bianconi9-0/+111
2019-01-11mt76x2: init: set default value for MT_TX_LINK_CFGLorenzo Bianconi1-0/+1
2019-01-11mt76: dfs: run mt76x02_dfs_set_domain atomicallyLorenzo Bianconi1-0/+2
2019-01-11mt76x2: add static qualifier to mt76x2_init_hardwareLorenzo Bianconi2-2/+1
2019-01-11mt76x0: configure MT_VHT_HT_FBK_CFG1Stanislaw Gruszka1-0/+1
2019-01-11mt76x02: set protection according to ht operation elementStanislaw Gruszka4-0/+90
2019-01-11mt76x02: fixup MT_PROT_RATE_* definesStanislaw Gruszka1-3/+3
2019-01-11mt76x02: do not set protection on set_rts_threshold callbackStanislaw Gruszka3-17/+3
2019-01-11mt76x0: pci: fix ACS supportLorenzo Bianconi1-0/+8
2019-01-11mt76: usb: avoid queue/status spinlocks while passing tx status to mac80211Lorenzo Bianconi1-4/+6
2019-01-11mt76: mac: run mt76x02_mac_work routine atomicallyLorenzo Bianconi1-0/+4
2019-01-11mt76: fix typo in mt76x02_check_mac_err routineLorenzo Bianconi1-2/+2
2019-01-11mt76: Add missing include of linux/module.hHauke Mehrtens1-0/+1
2019-01-11mt76: usb: do not build the skb if reported len does not fit in buf_sizeLorenzo Bianconi1-6/+4
2019-01-11mt76: dma: remove napi from mt76_dma_rx_fill signatureLorenzo Bianconi1-4/+4
2019-01-11mt76: request tx status for powersave released EOSP packetFelix Fietkau1-1/+2
2019-01-11mt76: throttle transmission of buffered multicast packetsFelix Fietkau1-2/+3
2019-01-11mt76: add size check for additional rx fragmentsFelix Fietkau1-0/+8
2019-01-10brcmfmac: Use firmware_request_nowarn for the clm_blobHans de Goede1-1/+1
2019-01-10brcmfmac: fix system warning message during wowl suspendLo-Hsiang Lo1-0/+5
2019-01-10rsi: add support for hardware scan offloadPrameela Rani Garnepudi6-0/+261
2019-01-10brcmfmac: add a check for the status of usb_registerKangjie Lu1-1/+5
2019-01-10cw1200: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-10cw1200: fix missing unlock on error in cw1200_hw_scan()Wei Yongjun1-1/+4
2019-01-10brcmfmac: Add DMI nvram filename quirk for PoV TAB-P1006W-232 tabletHans de Goede1-0/+15
2019-01-10ray_cs: fix array out-of-bounds accessColin Ian King1-1/+1
2019-01-10wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen1-2/+5
2019-01-10brcmsmac: remove set but not used variables 'phybw40, maxtargetpwr'YueHaibing1-11/+2
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-32/+52
2019-01-02net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet1-12/+4
2019-01-02net-next/hinic:add shutdown callbackXue Chaojing1-0/+6
2019-01-01net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan1-3/+4
2019-01-01tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn1-2/+1
2018-12-31ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2018-12-30r8169: fix WoL device wakeup enableHeiner Kallweit1-2/+2
2018-12-30net/wan: fix a double free in x25_asy_open_tty()Cong Wang1-0/+2
2018-12-28fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2-2/+2
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-25/+22
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+3
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds4-8/+8
2018-12-27net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang1-1/+0