index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intel
/
iwlwifi
/
mvm
/
sta.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-09
wifi: iwlwifi: cfg: move MAC parameters to MAC data
Johannes Berg
1
-1
/
+1
2025-05-09
wifi: iwlwifi: rename struct iwl_base_params
Johannes Berg
1
-5
/
+5
2025-05-09
wifi: iwlwifi: rename cfg_trans_params to mac_cfg
Johannes Berg
1
-8
/
+8
2025-05-07
wifi: iwlwifi: trans: collect device information
Johannes Berg
1
-8
/
+8
2025-02-11
wifi: iwlwifi: mvm: Remove unused iwl_mvm_ftm_*_add_pasn_sta functions
Dr. David Alan Gilbert
1
-61
/
+0
2025-01-13
wifi: iwlwifi: mvm: Fix duplicated 'if' in comment
Jason Wang
1
-1
/
+1
2025-01-13
wifi: iwlwifi: mvm: fix add stream vs. restart race
Johannes Berg
1
-3
/
+6
2025-01-13
wifi: iwlwifi: mvm: cleanup iwl_mvm_sta_del
Miri Korenblit
1
-6
/
+3
2025-01-13
wifi: mac80211: change disassoc sequence a bit
Miri Korenblit
1
-5
/
+0
2025-01-13
wifi: iwlwifi: mvm: send the right link id
Miri Korenblit
1
-1
/
+2
2025-01-13
wifi: iwlwifi: mvm: remove pre-mld code from mld path
Miri Korenblit
1
-22
/
+20
2024-11-07
wifi: iwlwifi: s/IWL_MVM_INVALID_STA/IWL_INVALID_STA
Miri Korenblit
1
-26
/
+26
2024-10-23
wifi: iwlwifi: work around -Wenum-compare-conditional warning
Arnd Bergmann
1
-1
/
+4
2024-09-03
wifi: iwlwifi: s/IWL_MVM_STATION_COUNT_MAX/IWL_STATION_COUNT_MAX
Miri Korenblit
1
-1
/
+1
2024-08-27
wifi: iwlwifi: mvm: cleanup iwl_mvm_get_wd_timeout
Miri Korenblit
1
-8
/
+8
2024-08-27
wifi: iwlwifi: mvm: add and improve EMLSR debug info
Miri Korenblit
1
-1
/
+1
2024-08-27
wifi: iwlwifi: remove MVM prefix from FW macros
Miri Korenblit
1
-1
/
+1
2024-07-04
wifi: iwlwifi: mvm: clean up reorder buffer data
Johannes Berg
1
-6
/
+5
2024-06-12
wifi: iwlwifi: move TXQ bytecount limit to queue code
Johannes Berg
1
-21
/
+6
2024-06-10
Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-0
/
+3
2024-05-29
wifi: iwlwifi: mvm: handle BA session teardown in RF-kill
Johannes Berg
1
-4
/
+8
2024-05-29
wifi: iwlwifi: mvm: add debug data for MPDU counting
Miri Korenblit
1
-0
/
+3
2024-05-06
wifi: iwlwifi: mvm: Activate EMLSR based on traffic volume
Miri Korenblit
1
-0
/
+86
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+28
2024-02-21
wifi: iwlwifi: mvm: ensure offloading TID queue exists
Benjamin Berg
1
-0
/
+28
2024-02-08
wifi: iwlwifi: mvm: remove one queue sync on BA session stop
Johannes Berg
1
-11
/
+1
2024-02-08
wifi: mac80211: introduce 'channel request'
Johannes Berg
1
-2
/
+2
2024-02-02
wifi: iwlwifi: mvm: support SPP A-MSDUs
Johannes Berg
1
-0
/
+3
2024-02-02
wifi: iwlwifi: mvm: Add support for removing responder TKs
Ilan Peer
1
-11
/
+4
2023-12-21
wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP
Andrei Otcheretianski
1
-2
/
+2
2023-12-12
wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware
Emmanuel Grumbach
1
-3
/
+7
2023-12-12
wifi: iwlwifi: remove async command callback
Johannes Berg
1
-3
/
+1
2023-10-23
wifi: iwlwifi: mvm: simplify the reorder buffer
Emmanuel Grumbach
1
-15
/
+3
2023-10-23
wifi: iwlwifi: mvm: remove TDLS stations from FW
Johannes Berg
1
-1
/
+2
2023-10-23
wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API
Johannes Berg
1
-3
/
+6
2023-09-25
wifi: iwlwifi: mvm: iterate active links for STA queues
Johannes Berg
1
-3
/
+4
2023-09-11
wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size
Johannes Berg
1
-1
/
+1
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
[next]