index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
mlme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-07
wifi: mac80211: remove/avoid misleading prints
James Prestwood
1
-3
/
+4
2022-09-30
Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-58
/
+55
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2022-09-27
wifi: mac80211: mlme: Fix double unlock on assoc success handling
Rafael Mendonca
1
-1
/
+0
2022-09-27
wifi: mac80211: mlme: Fix missing unlock on beacon RX
Rafael Mendonca
1
-2
/
+6
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-6
/
+6
2022-09-06
wifi: mac80211: set up beacon timing config on links
Johannes Berg
1
-36
/
+47
2022-09-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
1
-2
/
+3
2022-09-06
wifi: mac80211: isolate driver from inactive links
Johannes Berg
1
-20
/
+5
2022-09-06
Merge remote-tracking branch 'wireless/main' into wireless-next
Johannes Berg
1
-6
/
+6
2022-09-03
wifi: mac80211: mlme: refactor QoS settings code
Johannes Berg
1
-13
/
+26
2022-09-03
wifi: mac80211: mlme: assign link address correctly
Johannes Berg
1
-3
/
+2
2022-09-03
wifi: mac80211: remove unused arg to ieee80211_chandef_eht_oper
Johannes Berg
1
-1
/
+1
2022-09-03
wifi: mac80211: prevent 4-addr use on MLDs
Johannes Berg
1
-0
/
+4
2022-09-03
wifi: mac80211: fix locking in auth/assoc timeout
Johannes Berg
1
-6
/
+5
2022-09-03
wifi: mac80211: mlme: release deflink channel in error case
Johannes Berg
1
-0
/
+1
2022-08-26
wifi: mac80211: correct SMPS mode in HE 6 GHz capability
Johannes Berg
1
-2
/
+3
2022-08-25
wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()
Veerendranath Jakkam
1
-1
/
+1
2022-08-25
wifi: cfg80211/mac80211: check EHT capability size correctly
Johannes Berg
1
-9
/
+34
2022-08-25
wifi: mac80211: mlme: don't add empty EML capabilities
Mordechay Goodstein
1
-3
/
+10
2022-08-25
wifi: mac80211: use link ID for MLO in queued frames
Johannes Berg
1
-0
/
+8
2022-08-25
wifi: mac80211: fix use-after-free
Johannes Berg
1
-1
/
+1
2022-07-22
wifi: mac80211: mlme: fix disassoc with MLO
Johannes Berg
1
-3
/
+5
2022-07-22
wifi: mac80211: mlme: transmit assoc frame with address translation
Johannes Berg
1
-9
/
+9
2022-07-22
wifi: mac80211: mlme: fix link_sta setup
Johannes Berg
1
-5
/
+6
2022-07-22
wifi: mac80211: mlme: set sta.mlo to mlo state
Johannes Berg
1
-2
/
+2
2022-07-22
wifi: mac80211: mlme: fix override calculation
Johannes Berg
1
-0
/
+2
2022-07-22
wifi: mac80211: tx: use AP address in some places for MLO
Johannes Berg
1
-2
/
+4
2022-07-15
wifi: mac80211: mlme: set sta.mlo correctly
Johannes Berg
1
-0
/
+2
2022-07-15
wifi: mac80211: support MLO authentication/association with one link
Johannes Berg
1
-232
/
+840
2022-07-15
wifi: mac80211: fix up link station creation/insertion
Johannes Berg
1
-1
/
+1
2022-07-15
wifi: mac80211: limit A-MSDU subframes for client too
Johannes Berg
1
-0
/
+3
2022-07-15
wifi: mac80211: mlme: refactor ieee80211_set_associated()
Johannes Berg
1
-26
/
+41
2022-07-15
wifi: mac80211: mlme: look up beacon elems only if needed
Johannes Berg
1
-15
/
+17
2022-07-15
wifi: mac80211: mlme: refactor assoc link setup
Johannes Berg
1
-130
/
+156
2022-07-15
wifi: mac80211: mlme: remove address arg to ieee80211_mark_sta_auth()
Johannes Berg
1
-4
/
+4
2022-07-15
wifi: mac80211: mlme: refactor assoc success handling
Johannes Berg
1
-360
/
+375
2022-07-15
wifi: mac80211: mlme: refactor ieee80211_prep_channel() a bit
Johannes Berg
1
-37
/
+44
2022-07-15
wifi: mac80211: mlme: refactor assoc req element building
Johannes Berg
1
-115
/
+161
2022-07-15
wifi: mac80211: mlme: switch some things back to deflink
Johannes Berg
1
-32
/
+39
2022-07-15
wifi: mac80211: mlme: change flags in ieee80211_determine_chantype()
Johannes Berg
1
-12
/
+16
2022-07-15
wifi: mac80211: mlme: shift some code around
Johannes Berg
1
-493
/
+509
2022-07-15
wifi: mac80211: mlme: refactor link station setup
Johannes Berg
1
-54
/
+65
2022-07-15
wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to link
Johannes Berg
1
-5
/
+2
2022-07-15
wifi: mac80211: make ieee80211_check_rate_mask() link-aware
Johannes Berg
1
-1
/
+1
2022-07-15
wifi: mac80211: mlme: clean up supported channels element code
Johannes Berg
1
-2
/
+3
2022-07-15
wifi: mac80211: consider EHT element size in assoc request
Johannes Berg
1
-0
/
+3
2022-07-15
wifi: mac80211: mlme: simplify adding ht/vht/he/eht elements
Johannes Berg
1
-48
/
+31
2022-07-15
wifi: mac80211: refactor adding custom elements
Johannes Berg
1
-87
/
+125
2022-07-15
wifi: mac80211: refactor adding rates to assoc request
Johannes Berg
1
-67
/
+74
[next]