aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_firmware.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20dt: bindings: ath10k: add missing dt properties for WCN3990 wifi nodeGovind Singh1-22/+35
2018-12-20ath10k: remove an unnecessary NULL checkDan Carpenter1-1/+1
2018-12-20ath10k: move non-fatal warn logs to dbg levelGovind Singh1-1/+1
2018-12-20ath10k: fix a NULL vs IS_ERR() checkDan Carpenter1-2/+2
2018-12-20ath10k: remove work in progress logs from snoc driverGovind Singh2-3/+1
2018-12-20ath10k: fix warning due to msdu limit errorBhagavathi Perumal S4-4/+61
2018-12-20ath10k: disable 4addr source port learning in 10.4 FW by defaultSathishkumar Muruganandam3-1/+35
2018-12-20ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli3-5/+64
2018-12-20ath10k: add amsdu support for monitor modeYu Wang1-2/+186
2018-12-20ath10k: fix kernel panic due to use after freeKarthikeyan Periyasamy1-5/+5
2018-12-20ath10k: remove set but not used variable 'num_tdls_vifs'YueHaibing1-26/+0
2018-12-20wil6210: remove set but not used variable 'wdev'YueHaibing1-2/+0
2018-12-20wil6210: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-198/+42
2018-12-20ath6kl: Use debug instead of error message when disabledKyle Roeschley1-1/+1
2018-12-20ath6kl: Fix off by one error in scan completionKyle Roeschley1-1/+1
2018-12-20ath6kl: Only use match sets when firmware supports itKyle Roeschley1-1/+1
2018-12-03net: marvell: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2-26/+2
2018-12-03net: qca_spi: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-14/+2
2018-12-03net: stmmac: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-30/+4
2018-12-03nfp: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-34/+8
2018-12-03net/mlx4_core: Fix several coding style errorsErez Alfasi1-3/+3
2018-12-03net/mlx4_core: Fix return codes of unsupported operationsErez Alfasi1-6/+5
2018-12-03net: phy: Also request modules for C45 IDsJose Abreu1-1/+15
2018-12-03octeontx2-af: Enable mkex profileVamsi Attunuru8-2/+213
2018-12-03octeontx2-af: Add LSO format configuration mailboxNithin Dabilpuram3-7/+91
2018-12-03octeontx2-af: Add L3 and L4 packet verification mailboxVidhya Raman3-0/+55
2018-12-03octeontx2-af: Configure VLAN TPIDsNithin Dabilpuram1-0/+7
2018-12-03octeontx2-af: Add support for Tx packet markingKrzysztof Kanas3-0/+133
2018-12-03octeontx2-af: Enable RSS with promiscuous modeVamsi Attunuru1-4/+31
2018-12-03octeontx2-af: Define all NIX_AF_RX_DEF_* registersJerin Jacob1-5/+20
2018-12-03octeontx2-af: Enable inner IPv4 checksum and its error codeJerin Jacob1-1/+8
2018-12-03octeontx2-af: Allow freeing single TLx Tx schedule queueNithin Dabilpuram1-1/+71
2018-12-03octeontx2-af: Restrict TL1 allocation and configurationNithin Dabilpuram3-18/+218
2018-12-03octeontx2-af: Add support for runtime RSS algo index reservationJerin Jacob4-94/+119
2018-12-03octeontx2-af: Add support for dynamic flow cfg to RSS field generationJerin Jacob2-27/+87
2018-12-03octeontx2-af: Add response for RSS flow key cfg messageJerin Jacob4-73/+86
2018-12-03octeontx2-af: Skip NIXLF check for bcast MCE entrySunil Goutham2-6/+10
2018-12-03selftests: extend zerocopy tests to udpWillem de Bruijn3-1/+7
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn5-31/+36
2018-12-03udp: msg_zerocopyWillem de Bruijn5-3/+55
2018-12-03net: davinci_emac: use nvmem_get_mac_address()Bartosz Golaszewski1-5/+9
2018-12-03of: net: kill of_get_nvmem_mac_address()Bartosz Golaszewski2-45/+0
2018-12-03net: cadence: switch to using nvmem_get_mac_address()Bartosz Golaszewski1-1/+1
2018-12-03net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski2-0/+39
2018-12-03rhashtable: detect when object movement between tables might have invalidated a lookupNeilBrown2-11/+31
2018-12-03net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driverJian Shen2-5/+171
2018-12-03net: hns3: Support "ethtool -d" for HNS3 VF driverJian Shen2-0/+174
2018-12-03net: phy: improve generic EEE ethtool functionsHeiner Kallweit1-5/+10
2018-12-03test/net: Add script for VXLAN underlay in a VRFAlexis Bauvin2-1/+130
2018-12-03vxlan: add support for underlay in non-default VRFAlexis Bauvin1-8/+24