summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-06-25iwlegacy: 4965: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-27/+8
2019-06-25iwlegacy: 3945: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-15/+2
2019-06-25rtlwifi: rtl8188ee: remove redundant assignment to rtstatusColin Ian King1-1/+1
2019-06-25qtnfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2019-06-25mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi2-7/+18
2019-06-25mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi1-15/+18
2019-06-25rtlwifi: remove redundant assignment to variable kColin Ian King1-3/+1
2019-06-25rtlwifi: remove redundant assignment to variable badwordenColin Ian King1-1/+0
2019-06-25rtlwifi: rtl8192cu: fix error handle when usb probe failedPing-Ke Shih1-2/+3
2019-06-25mwifiex: ignore processing invalid command responseSwati Kushwaha2-10/+19
2019-06-25mwifiex: update set_mac_address logicSharvari Harisangam1-3/+3
2019-06-25mwifiex: print PCI mmap with %pKBrian Norris1-1/+1
2019-06-25mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris1-2/+1
2019-06-25p54usb: Fix race between disconnect and firmware loadingAlan Stern1-25/+18
2019-05-28b43: Avoid possible double calls to b43_one_core_detach()Jia-Ju Bai1-6/+1
2019-05-28libertas: fix spelling mistake "Donwloading" -> "Downloading"Colin Ian King2-2/+2
2019-05-28rtlwifi: btcoex: remove unused function exhalbtc_stack_operation_notifyYueHaibing2-25/+0
2019-05-28rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2'YueHaibing2-10/+4
2019-05-28rtlwifi: rtl8821ae: Remove set but not used variables 'cur_txokcnt' and 'b_la...YueHaibing1-4/+1
2019-05-28rtlwifi: rtl8821ae: Convert inline routines to little-endian wordsLarry Finger3-179/+185
2019-05-28rtlwifi: rtl8821ae: Convert macros that set descriptorLarry Finger3-275/+474
2019-05-28rtlwifi: rtl8821ae: Replace local bit manipulation macrosLarry Finger2-126/+127
2019-05-28rtlwifi: rtl8821ae: Remove unused GET_XXX and SET_XXX descriptor macrosLarry Finger1-155/+2
2019-05-28rtlwifi: 8192de: use le32 to access cckswing tablesPing-Ke Shih1-22/+14
2019-05-28rtlwifi: 8192de: Fix used uninitialized variables in power trackingPing-Ke Shih1-2/+9
2019-05-28rtlwifi: 8192de: make tables to be 'static const'Ping-Ke Shih1-4/+4
2019-05-28rtlwifi: 8192de: Reduce indentation and fix coding stylePing-Ke Shih1-337/+303
2019-05-28p54: Support boottime in scan resultsChristian Lamparter1-0/+6
2019-05-28p54: fix crash during initializationChristian Lamparter1-1/+4
2019-05-28brcmfmac: use strlcpy() instead of strcpy()Neo Jou1-1/+1
2019-05-28brcmfmac: fix typos in code commentsWeitao Hou1-1/+1
2019-05-28brcm80211: select WANT_DEV_COREDUMP conditionally for brcmfmacArend van Spriel1-1/+1
2019-05-28brcmfmac: use separate Kconfig file for brcmfmacArend van Spriel2-49/+51
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel54-658/+74
2019-05-28brcmsmac: switch phy source files to using SPDX license identifierArend van Spriel14-168/+14
2019-05-28brcmutil: switch source files to using SPDX license identifierArend van Spriel3-36/+3
2019-05-28brcm80211: switch common header files to using SPDX license identifierArend van Spriel7-84/+7
2019-05-28rtw88: more descriptions about LPSYan-Hsuan Chuang1-1/+1
2019-05-28rtw88: pci: check if queue mapping exceeds size of ac_to_hwqYan-Hsuan Chuang1-0/+2
2019-05-28rtw88: pci: use ieee80211_ac_numbers instead of 0-3Yan-Hsuan Chuang1-4/+4
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo48-250/+1017
2019-05-27cxgb4: Make t4_get_tp_e2c_map staticYueHaibing1-1/+1
2019-05-27net: phy: bcm87xx: improve bcm87xx_config_init and feature detectionHeiner Kallweit1-12/+8
2019-05-26net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut3-0/+430
2019-05-26net: hns3: fix for FEC configurationJian Shen1-0/+7
2019-05-26net: hns3: add aRFS support for PFJian Shen4-0/+238
2019-05-26net: hns3: refine the flow director handleJian Shen2-32/+112
2019-05-26net: hns3: initialize CPU reverse mappingJian Shen1-29/+48
2019-05-26net: ethernet: add ag71xx driverOleksij Rempel3-1/+1908
2019-05-26qed*: Add iWARP 100g supportMichal Kalderon1-0/+31