summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-29mwifiex: fix tx data_sent issue for usb interfaceZhaoyang Liu4-9/+13
2015-09-29mwifiex: Suppress -ENOSR error for data traffic on USBAmitkumar Karwar1-1/+1
2015-09-29mwifiex: correct paused tx data packet counterZhaoyang Liu2-5/+14
2015-09-29mwifiex: avoid memsetting PCIe event bufferAmitkumar Karwar1-1/+0
2015-09-29mwifiex: fix NULL pointer dereference during hidden SSID scanAniket Nagarnaik1-1/+1
2015-09-29mwifiex: don't always include ht/vht info in tdls confirm frameAniket Nagarnaik1-0/+12
2015-09-29mwifiex: NULL check for cfg80211_inform_bss()Xinming Hu2-10/+16
2015-09-29mwifiex: fix driver init failure under memory pressureXinming Hu3-7/+20
2015-09-29mwifiex: minor corrections in multiport aggregation codeXinming Hu1-2/+5
2015-09-29mwifiex: update amsdu tx packet time stampZhaoyang Liu1-0/+1
2015-09-29mwifiex: fix typo in del_virtual_intf() functionXinming Hu1-3/+3
2015-09-29wlcore: align reg_ch_conf_last[] to 64bitGuodong Xu1-1/+1
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik7-6/+16
2015-09-29carl9170: fix bad rssi readingHiroaki KAWAI1-1/+1
2015-09-29net/wireless/wl18xx: Add missing MODULE_FIRMWAREGeoff Levand1-0/+1
2015-09-29ath9k: enable hw manual peak calibration for QCA9561Miaoqing Pan1-2/+4
2015-09-29mwifiex: Make mwifiex_dbg a function, reduce object sizeJoe Perches2-9/+28
2015-09-29brcmfmac: Reset PCIE devices after recognition.Hante Meuleman3-21/+64
2015-09-29brcmfmac: introduce brcmf_net_detach() functionArend van Spriel2-9/+15
2015-09-29brcmfmac: change prototype for brcmf_fws_hdrpull()Arend van Spriel3-17/+12
2015-09-29brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed()Arend van Spriel1-2/+2
2015-09-29brcmfmac: add dedicated debug level for firmware console loggingArend van Spriel3-3/+12
2015-09-29brcmfmac: add mapping for interface index to bsscfg indexArend van Spriel2-9/+14
2015-09-29brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize()Arend van Spriel4-17/+15
2015-09-29brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instanceArend van Spriel6-11/+13
2015-09-29brcmfmac: correct detection of p2pdev interface eventArend van Spriel3-13/+12
2015-09-29brcmfmac: only call brcmf_cfg80211_detach() when attach was successfulArend van Spriel1-1/+4
2015-09-29brcmfmac: change parameters for brcmf_remove_interface()Arend van Spriel5-10/+11
2015-09-29brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instanceArend van Spriel5-28/+37
2015-09-29brcmfmac: consolidate ifp lookup in driver coreArend van Spriel4-26/+32
2015-09-26Merge tag 'iwlwifi-next-for-kalle-2015-09-21' of git://git.kernel.org/pub/scm...Kalle Valo21-491/+369
2015-09-21iwlwifi: mvm: add debug print for d0i3 exit indicationEliad Peller1-1/+4
2015-09-21iwlwifi: mvm: configure wowlan configuration only if connectedEliad Peller1-6/+11
2015-09-21iwlwifi: mvm: move RX API into its own fileJohannes Berg2-167/+239
2015-09-21iwlwifi: mvm: remove some unused defines from RX APIJohannes Berg1-17/+0
2015-09-21iwlwifi: mvm: remove pointless cfg_phy_cnt length checkJohannes Berg1-7/+0
2015-09-21iwlwifi: mvm: remove useless debug message from RXJohannes Berg1-1/+0
2015-09-21iwlwifi: mvm: make sure AP is operating for ToFJohannes Berg1-1/+2
2015-09-21iwlwifi: mvm: remove IWL_UCODE_TLV_API_STATS_V10 TLV flagEmmanuel Grumbach3-67/+15
2015-09-21iwlwifi: mvm: remove IWL_UCODE_TLV_API_ASYNC_DTM TLV flagEmmanuel Grumbach2-8/+0
2015-09-21iwlwifi: mvm: remove IWL_UCODE_TLV_API_SINGLE_SCAN_EBS TLV flagEmmanuel Grumbach2-4/+0
2015-09-21iwlwifi: mvm: remove IWL_UCODE_TLV_API_TX_POWER_DEV TLV flagEmmanuel Grumbach2-19/+0
2015-09-21iwlwifi: mvm: remove IWL_UCODE_TLV_API_HDC_PHASE_0 TLV flagEmmanuel Grumbach3-18/+1
2015-09-18ath9k_htc: introduce support for different fw versionsOleksij Rempel3-26/+105
2015-09-17net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2-3/+105
2015-09-17net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2-3/+50
2015-09-17lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com2-4/+0
2015-09-17lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com1-38/+52
2015-09-17lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com2-232/+40
2015-09-17lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com1-362/+256