index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intel
Age
Commit message (
Expand
)
Author
Lines
2022-03-22
iwlwifi: mvm: Don't fail if PPAG isn't supported
Miri Korenblit
-1
/
+2
2022-03-17
iwlwifi: mei: fix building iwlmei
Arnd Bergmann
-0
/
+1
2022-03-11
Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-1247
/
+2723
2022-03-10
iwlwifi: bump FW API to 72 for AX devices
Luca Coelho
-2
/
+2
2022-03-10
iwlwifi: acpi: move ppag code from mvm to fw/acpi
Matt Chen
-184
/
+234
2022-03-10
iwlwifi: dbg: check trigger data before access
Mordechay Goodstein
-0
/
+5
2022-03-10
iwlwifi: dbg: in sync mode don't call schedule
Mordechay Goodstein
-2
/
+2
2022-03-10
iwlwifi: use 4k queue size for Bz A-step
Johannes Berg
-0
/
+4
2022-03-10
iwlwifi: pcie: fix SW error MSI-X mapping
Johannes Berg
-1
/
+1
2022-03-10
iwlwifi: yoyo: dump IMR DRAM only for HW and FW error
Mukesh Sisodiya
-0
/
+25
2022-03-10
iwlwifi: mvm: add support for IMR based on platform
Mukesh Sisodiya
-4
/
+28
2022-03-10
iwlwifi: yoyo: disable IMR DRAM region if IMR is disabled
Mukesh Sisodiya
-0
/
+23
2022-03-10
iwlwifi: mvm: remove cipher scheme support
Johannes Berg
-97
/
+1
2022-03-10
iwlwifi: Configure FW debug preset via module param.
Ayala Barazani
-7
/
+43
2022-03-10
iwlwifi: mvm: add a flag to reduce power command.
Ayala Barazani
-9
/
+44
2022-03-10
iwlwifi: bump FW API to 71 for AX devices
Luca Coelho
-1
/
+1
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+13
2022-03-02
iwlwifi: mvm: return value for request_ownership
Emmanuel Grumbach
-2
/
+3
2022-03-02
iwlwifi: fix build error for IWLMEI
Randy Dunlap
-0
/
+1
2022-03-01
iwlwifi: mvm: check debugfs_dir ptr before use
Randy Dunlap
-3
/
+8
2022-03-01
iwlwifi: don't advertise TWT support
Golan Ben Ami
-3
/
+1
2022-02-18
iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
Kees Cook
-2
/
+3
2022-02-18
iwlwifi: mvm: Fix an error code in iwl_mvm_up()
Dan Carpenter
-1
/
+3
2022-02-18
iwlwifi: Fix -EIO error code that is never returned
Colin Ian King
-1
/
+1
2022-02-18
iwlwifi: mvm: rfi: use kmemdup() to replace kzalloc + memcpy
Bixuan Cui
-3
/
+1
2022-02-18
iwlwifi: Fix syntax errors in comments
Xiang wangx
-1
/
+1
2022-02-18
iwlwifi: dvm: use struct_size over open coded arithmetic
Minghao Chi (CGEL ZTE)
-1
/
+1
2022-02-18
iwlwifi/fw: use struct_size over open coded arithmetic
Minghao Chi (CGEL ZTE)
-1
/
+1
2022-02-18
iwlwifi: Make use of the helper macro LIST_HEAD()
Cai Huoqing
-1
/
+1
2022-02-18
iwlwifi: mvm: fix off by one in iwl_mvm_stat_iterator_all_macs()
Dan Carpenter
-1
/
+1
2022-02-18
iwlwifi: yoyo: send hcmd to fw after dump collection completes.
Mukesh Sisodiya
-3
/
+58
2022-02-18
iwlwifi: mvm: move only to an enabled channel
Miri Korenblit
-9
/
+22
2022-02-18
iwlwifi: mvm: update BAID allocation command again
Johannes Berg
-10
/
+27
2022-02-18
iwlwifi: api: remove ttl field from TX command
Johannes Berg
-4
/
+3
2022-02-18
iwlwifi: support new queue allocation command
Johannes Berg
-24
/
+142
2022-02-18
iwlwifi: yoyo: support dump policy for the dump size
Mukesh Sisodiya
-14
/
+61
2022-02-18
iwlwifi: pcie: iwlwifi: fix device id 7F70 struct
Yaara Baruch
-3
/
+5
2022-02-18
iwlwifi: tlc: Add logs in rs_fw_rate_init func to print TLC configuration
Abhishek Naik
-5
/
+17
2022-02-18
iwlwifi: mvm: remove iwl_mvm_disable_txq() flags argument
Johannes Berg
-11
/
+10
2022-02-18
iwlwifi: remove command ID argument from queue allocation
Johannes Berg
-14
/
+11
2022-02-18
iwlwifi: make iwl_txq_dyn_alloc_dma() return the txq
Johannes Berg
-14
/
+12
2022-02-18
iwlwifi: fix small doc mistake for iwl_fw_ini_addr_val
Luca Coelho
-3
/
+2
2022-02-18
iwlwifi: mvm: add additional info for boot info failures
Mordechay Goodstein
-0
/
+6
2022-02-18
iwlwifi: mvm: always remove the session protection after association
Emmanuel Grumbach
-4
/
+1
2022-02-18
iwlwifi: mvm: make iwl_mvm_reconfig_scd() static
Johannes Berg
-38
/
+35
2022-02-18
iwlwifi: mvm: refactor setting PPE thresholds in STA_HE_CTXT_CMD
Miri Korenblit
-91
/
+113
2022-02-18
iwlwifi: mvm: Disable WiFi bands selectively with BIOS
Ayala Barazani
-12
/
+57
2022-02-18
iwlwifi: mvm: add additional info for boot info failures
Mordechay Goodstein
-2
/
+23
2022-02-18
iwlwifi: mvm: don't send BAID removal to the FW during hw_restart
Luca Coelho
-3
/
+6
2022-02-18
iwlwifi: don't dump_stack() when we get an unexpected interrupt
Emmanuel Grumbach
-3
/
+6
[next]