summaryrefslogtreecommitdiffstats
path: root/fs/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-11ath11k: pci: remove experimental warningKalle Valo1-2/+0
2021-02-11ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan1-2/+5
2021-02-11ath10k: change ath10k_offchan_tx_work() peer present msg to a warnShuah Khan1-3/+2
2021-02-11ath9k: fix data bus crash when setting nf_override via debugfsLinus Lüssing1-1/+4
2021-02-11ath11k: add support to configure spatial reuse parameter setRajkumar Manoharan6-5/+447
2021-02-11ath10k: restore tx sk_buff of htt header for SDIOWen Gong1-0/+2
2021-02-10ath11k: fix a locking bug in ath11k_mac_op_start()Dan Carpenter1-5/+6
2021-02-09wil6210: Add Support for Extended DMG MCS 12.1Max Chen5-19/+52
2021-02-09ath10k: Add new debug level for sta related logsTamizh Chelvam3-12/+13
2021-02-09carl9170: fix struct alignment conflictArnd Bergmann2-11/+11
2021-02-09wcn36xx: del BA session on TX stopLoic Poulain3-4/+5
2021-02-09ath11k: Update tx descriptor search index properlyKarthikeyan Periyasamy7-5/+20
2021-02-09ath10k: Fix lockdep assertion warning in ath10k_sta_statisticsAnand K Mistry1-0/+2
2021-02-09ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_i...Anand K Mistry1-0/+3
2021-02-08ssb: Use true and false for bool variableJiapeng Chong1-7/+7
2021-02-08mwl8k: fix alignment constraintsArnd Bergmann1-1/+1
2021-02-08wl3501: fix alignment constraintsArnd Bergmann1-1/+1
2021-02-08rt2800usb: add Sweex LW163V2 id'sStanislaw Gruszka1-0/+1
2021-02-08iwlegacy: 4965-mac: Simplify the calculation of variablesJiapeng Chong1-2/+1
2021-02-08rt2x00: remove duplicate word and fix typo in commentwengjianfeng1-1/+1
2021-02-08rsi: remove redundant assignmentwengjianfeng1-2/+1
2021-02-08mwl8k: assign value when defining variableswengjianfeng1-2/+1
2021-02-08wl1251: cmd: remove redundant assignmentwengjianfeng1-24/+12
2021-02-08mwifiex: Report connected BSS with cfg80211_connect_bss()Yen-lin Lai1-9/+26
2021-02-08rtl8xxxu: remove unused assignment valuewengjianfeng1-2/+0
2021-02-08libertas: remove redundant initialization of variable retColin Ian King1-1/+1
2021-02-08atmel: at76c50x: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-3/+1
2021-02-08brcmsmac: fix alignment constraintsArnd Bergmann1-1/+1
2021-02-08brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tabletHans de Goede1-0/+18
2021-02-08brcmfmac: Add DMI nvram filename quirk for Predia Basic tabletHans de Goede1-0/+14
2021-02-08rtw88: 8821c: support RFE type2 wifi NICGuo-Feng Fan6-0/+468
2021-02-08rtw88: 8821c: Correct CCK RSSIGuo-Feng Fan2-5/+49
2021-02-08rtw88: coex: 8821c: correct antenna switch functionGuo-Feng Fan1-8/+8
2021-02-08rtlwifi: rtl8192se: remove redundant initialization of variable rtstatusColin Ian King1-1/+1
2021-02-08rtlwifi: use tasklet_setup to initialize rx_work_taskletEmil Renner Berthing1-2/+1
2021-02-07r8169: don't try to disable interrupts if NAPI is scheduled alreadyHeiner Kallweit1-2/+4
2021-02-06net/packet: Improve the comment about LL header visibility criteriaXie He1-2/+2
2021-02-06net: ipa: avoid field overflowAlex Elder1-8/+14
2021-02-06net: ipa: get rid of status size constraintAlex Elder1-3/+0
2021-02-06net: ipa: use a Boolean rather than count when replenishingAlex Elder1-16/+19
2021-02-06net: ipa: remove two unused register definitionsAlex Elder1-10/+0
2021-02-06net: ipa: do not cache event ring stateAlex Elder2-19/+21
2021-02-06net: ipa: synchronize NAPI only for suspendAlex Elder1-8/+10
2021-02-06net: ipa: move mutex calls into __gsi_channel_stop()Alex Elder1-11/+17
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean3-6/+38
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean2-0/+21
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean4-9/+64
2021-02-06net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean1-4/+3
2021-02-06net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean2-58/+39
2021-02-06net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean1-19/+28