summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-27selftest: Fixes for icmp_redirect testDavid Ahern1-8/+38
2019-05-27ipv4: remove redundant assignment to nColin Ian King1-1/+0
2019-05-27net: phy: bcm87xx: improve bcm87xx_config_init and feature detectionHeiner Kallweit1-12/+8
2019-05-27Merge branch 'inet-frags-avoid-possible-races-at-netns-dismantle'David S. Miller11-167/+181
2019-05-27inet: frags: rework rhashtable dismantleEric Dumazet2-12/+41
2019-05-27net: dynamically allocate fqdir structuresEric Dumazet11-63/+78
2019-05-27net: add a net pointer to struct fqdirEric Dumazet5-24/+17
2019-05-27net: rename inet_frags_init_net() to fdir_init()Eric Dumazet5-9/+6
2019-05-27ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet1-11/+6
2019-05-27netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet1-12/+7
2019-05-27ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet1-10/+5
2019-05-27ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet1-12/+6
2019-05-27net: rename struct fqdir fieldsEric Dumazet9-92/+92
2019-05-27net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet6-11/+11
2019-05-27inet: rename netns_frags to fqdirEric Dumazet9-60/+61
2019-05-26net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut3-0/+430
2019-05-26Merge branch 'net-hns3-add-aRFS-feature-and-fix-FEC-bugs-for-HNS3-driver'David S. Miller4-60/+404
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