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
/
tdls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-10
wifi: mac80211: Drop support for TX push path
Alexander Wetzel
1
-1
/
+0
2022-07-22
wifi: mac80211: optionally implement MLO multicast TX
Johannes Berg
1
-1
/
+2
2022-07-15
wifi: mac80211: fix multi-BSSID element parsing
Johannes Berg
1
-2
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
1
-1
/
+1
2022-07-15
wifi: mac80211: separate out connection downgrade flags
Johannes Berg
1
-2
/
+1
2022-07-15
wifi: mac80211: RCU-ify link/link_conf pointers
Johannes Berg
1
-1
/
+2
2022-06-20
wifi: mac80211: RCU-ify link STA pointers
Johannes Berg
1
-2
/
+3
2022-06-20
wifi: mac80211: add link_id to vht.c code for MLO
Johannes Berg
1
-1
/
+1
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
1
-2
/
+2
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
1
-1
/
+1
2022-06-20
wifi: mac80211: reorg some iface data structs for MLD
Johannes Berg
1
-6
/
+6
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
1
-2
/
+2
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
1
-3
/
+3
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
1
-13
/
+13
2021-09-23
mac80211: always allocate struct ieee802_11_elems
Johannes Berg
1
-25
/
+38
2021-06-23
mac80211: use sdata->skb_queue for TDLS
Johannes Berg
1
-27
/
+1
2021-01-26
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
1
-3
/
+3
2020-07-31
mac80211: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-05-28
mac80211: support control port TX status reporting
Markus Theil
1
-1
/
+1
2020-04-24
mac80211: handle channel frequency offset
Thomas Pedersen
1
-0
/
+4
2020-04-24
mac80211: mlme: remove duplicate AID bookkeeping
Johannes Berg
1
-2
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+23
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432
Thomas Gleixner
1
-2
/
+1
2019-05-24
mac80211: handle deauthentication/disassociation from TDLS peer
Yu Wang
1
-0
/
+23
2019-04-26
mac80211: add option for setting control flags
Rajkumar Manoharan
1
-1
/
+1
2019-02-08
mac80211: pass bssids to elements parsing function
Sara Sharon
1
-2
/
+4
2018-09-10
mac80211: TDLS: fix skb queue/priority assignment
Johannes Berg
1
-4
/
+4
2017-12-11
mac80211: enable TDLS peer buffer STA feature
Yingying Tang
1
-1
/
+4
2017-12-11
mac80211: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-10
/
+9
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-5
/
+5
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-21
/
+11
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-4
/
+2
2017-04-28
mac80211: Fix possible sband related NULL pointer de-reference
Mohammed Shafi Shajakhan
1
-10
/
+19
2016-08-30
mac80211: TDLS: don't require beaconing for AP BW
Arik Nemtsov
1
-3
/
+4
2016-06-30
mac80211: silence an uninitialized variable warning
Dan Carpenter
1
-0
/
+1
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-9
/
+9
2016-04-05
mac80211: Fix BW upgrade for TDLS peers
Ilan Peer
1
-1
/
+2
2016-04-05
mac80211: TDLS: change BW calculation for WIDER_BW peers
Arik Nemtsov
1
-6
/
+32
2016-04-05
mac80211: TDLS: always downgrade invalid chandefs
Arik Nemtsov
1
-1
/
+1
2015-11-03
mac80211: TDLS: add proper HT-oper IE
Arik Nemtsov
1
-3
/
+10
2015-10-07
Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...
David S. Miller
1
-3
/
+5
2015-09-22
mac80211: TDLS: check reg with IR-relax on chandef upgrade
Arik Nemtsov
1
-2
/
+2
2015-09-22
mac80211: debugfs: add file to disallow TDLS wider-bw
Arik Nemtsov
1
-1
/
+3
2015-09-04
mac80211: protect non-HT BSS when HT TDLS traffic exists
Avri Altman
1
-3
/
+67
2015-07-17
mac80211: TDLS: deny ch-switch req on disallowed channels
Arik Nemtsov
1
-18
/
+31
2015-07-17
mac80211: TDLS: handle chan-switch in RTNL locked work
Arik Nemtsov
1
-2
/
+32
2015-07-17
Merge branch 'mac80211' into mac80211-next
Johannes Berg
1
-3
/
+3
2015-07-17
mac80211: TDLS: correctly configure SMPS state
Arik Nemtsov
1
-4
/
+32
2015-07-17
mac80211: upgrade BW of TDLS peers when possible
Arik Nemtsov
1
-7
/
+98
[next]