index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intel
/
iwlwifi
/
mvm
/
sta.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
wifi: iwlwifi: mvm: avoid baid size integer overflow
Johannes Berg
1
-1
/
+1
2023-06-21
wifi: iwlwifi: mvm: add EHT A-MPDU size exponent support
Johannes Berg
1
-9
/
+18
2023-06-21
wifi: iwlwifi: mvm: use min_t() for agg_size
Johannes Berg
1
-3
/
+2
2023-06-14
wifi: iwlwifi: mvm: allow ADD_STA not to be advertised by the firwmare
Emmanuel Grumbach
1
-2
/
+2
2023-06-14
wifi: iwlwifi: mvm: Handle return value for iwl_mvm_sta_init
Mukesh Sisodiya
1
-0
/
+2
2023-06-07
Merge wireless into wireless-next
Johannes Berg
1
-4
/
+9
2023-06-06
wifi: iwlwifi: mvm: remove useless code
Johannes Berg
1
-7
/
+0
2023-06-06
wifi: iwlwifi: mvm: adjust csa notifications and commands to MLO
Gregory Greenman
1
-2
/
+2
2023-06-06
wifi: iwlwifi: mvm: support PASN for MLO
Avraham Stern
1
-7
/
+32
2023-05-16
wifi: iwlwifi: mvm: fix access to fw_id_to_mac_id
Gregory Greenman
1
-1
/
+9
2023-05-16
wifi: iwlwifi: mvm: always free dup_data
Johannes Berg
1
-3
/
+0
2023-04-20
wifi: iwlwifi: mvm: prefer RCU_INIT_POINTER()
Johannes Berg
1
-1
/
+1
2023-04-17
wifi: iwlwifi: mvm: track station mask for BAIDs
Johannes Berg
1
-10
/
+13
2023-04-14
wifi: iwlwifi: mvm: fix shift-out-of-bounds
Avraham Stern
1
-1
/
+3
2023-04-13
wifi: iwlwifi: mvm: convert TID to FW value on queue remove
Johannes Berg
1
-1
/
+5
2023-03-30
Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-266
/
+418
2023-03-30
wifi: iwlwifi: mvm: correctly use link in iwl_mvm_sta_del()
Johannes Berg
1
-5
/
+13
2023-03-30
wifi: iwlwifi: separate AP link management queues
Johannes Berg
1
-2
/
+14
2023-03-30
wifi: iwlwifi: mvm: move max_agg_bufsize into host TLC lq_sta
Gregory Greenman
1
-5
/
+6
2023-03-30
wifi: iwlwifi: mvm: remove only link-specific AP keys
Johannes Berg
1
-1
/
+1
2023-03-30
wifi: iwlwifi: mvm: adjust iwl_mvm_sec_key_remove_ap to MLO
Gregory Greenman
1
-1
/
+1
2023-03-30
wifi: iwlwifi: mvm: refactor iwl_mvm_mac_sta_state_common()
Gregory Greenman
1
-39
/
+98
2023-03-30
wifi: iwlwifi: mvm: unite sta_modify_disable_tx flows
Miri Korenblit
1
-1
/
+17
2023-03-30
wifi: iwlwifi: mvm: add sta handling flows for MLD mode
Miri Korenblit
1
-12
/
+13
2023-03-30
wifi: iwlwifi: mvm: sta preparation for MLO
Gregory Greenman
1
-52
/
+61
2023-03-30
wifi: iwlwifi: mvm: vif preparation for MLO
Gregory Greenman
1
-37
/
+41
2023-03-22
wifi: iwlwifi: mvm: support enabling and disabling HW timestamping
Avraham Stern
1
-8
/
+0
2023-03-22
wifi: iwlwifi: mvm: refactor iwl_mvm_add_sta(), iwl_mvm_rm_sta()
Miri Korenblit
1
-76
/
+106
2023-03-22
wifi: iwlwifi: mvm: remove not needed initializations
Miri Korenblit
1
-10
/
+0
2023-03-22
wifi: iwlwifi: mvm: refactor iwl_mvm_sta_send_to_fw()
Miri Korenblit
1
-49
/
+67
2023-03-22
wifi: iwlwifi: mvm: report hardware timestamps in RX/TX status
Avraham Stern
1
-0
/
+8
2023-03-22
wifi: iwlwifi: mvm: protect TXQ list manipulation
Johannes Berg
1
-3
/
+22
2023-03-22
wifi: iwlwifi: mvm: fix mvmtxq->stopped handling
Johannes Berg
1
-2
/
+2
2023-03-15
wifi: iwlwifi: mvm: Add a remove_interface() callback for mld mode
Miri Korenblit
1
-2
/
+2
2023-03-15
wifi: iwlwifi: mvm: add support for the new STA related commands
Miri Korenblit
1
-4
/
+4
2023-03-15
wifi: iwlwifi: mvm: avoid sta lookup in queue alloc
Johannes Berg
1
-23
/
+27
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-1
/
+1
2022-12-07
wifi: iwlwifi: modify new queue allocation command
Johannes Berg
1
-10
/
+16
2022-11-10
wifi: iwlwifi: mvm: support new key API
Johannes Berg
1
-0
/
+3
2022-10-11
wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...
Jose Ignacio Tornos Martinez
1
-0
/
+2
2022-09-06
wifi: mac80211: make smps_mode per-link
Benjamin Berg
1
-1
/
+1
2022-07-27
wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue
Jose Ignacio Tornos Martinez
1
-0
/
+1
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
1
-1
/
+1
2022-05-22
wifi: iwlwifi: use unsigned to silence a GCC 12 warning
Jakub Kicinski
1
-1
/
+1
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
1
-16
/
+15
2022-02-18
iwlwifi: mvm: update BAID allocation command again
Johannes Berg
1
-1
/
+5
2022-02-18
iwlwifi: support new queue allocation command
Johannes Berg
1
-4
/
+19
2022-02-18
iwlwifi: mvm: remove iwl_mvm_disable_txq() flags argument
Johannes Berg
1
-11
/
+10
2022-02-18
iwlwifi: remove command ID argument from queue allocation
Johannes Berg
1
-3
/
+2
2022-02-18
iwlwifi: mvm: make iwl_mvm_reconfig_scd() static
Johannes Berg
1
-0
/
+33
[next]