index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mac80211_hwsim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
wifi: mac80211_hwsim: fix TX link selection
Johannes Berg
1
-14
/
+33
2022-07-15
wifi: mac80211_hwsim: use MLO link ID for TX
Andrei Otcheretianski
1
-2
/
+51
2022-07-15
wifi: mac80211_hwsim: do rc update per link
Andrei Otcheretianski
1
-21
/
+42
2022-07-15
wifi: mac80211_hwsim: implement sta_state for MLO
Johannes Berg
1
-2
/
+18
2022-07-15
wifi: mac80211: remove link_id parameter from link_info_changed()
Gregory Greenman
1
-1
/
+2
2022-07-15
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...
Gregory Greenman
1
-2
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
1
-4
/
+4
2022-07-15
wifi: mac80211: Align with Draft P802.11be_D2.0
Ilan Peer
1
-3
/
+3
2022-07-15
wifi: mac80211_hwsim: Ack link addressed frames
Andrei Otcheretianski
1
-1
/
+18
2022-07-15
wifi: mac80211: RCU-ify link/link_conf pointers
Johannes Berg
1
-5
/
+9
2022-07-15
wifi: mac80211_hwsim: Support link channel matching on rx
Andrei Otcheretianski
1
-6
/
+16
2022-07-15
wifi: mac80211_hwsim: use 32-bit skb cookie
Johannes Berg
1
-5
/
+5
2022-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-07-11
wifi: mac80211_hwsim: add back erroneously removed cast
Johannes Berg
1
-1
/
+1
2022-07-11
wifi: mac80211_hwsim: fix race condition in pending packet
Jeongik Cha
1
-6
/
+8
2022-06-29
wifi: mac80211_hwsim: set virtio device ready in probe()
Johannes Berg
1
-0
/
+2
2022-06-20
wifi: mac80211_hwsim: print the link id
Shaul Triebitz
1
-2
/
+2
2022-06-20
wifi: mac80211_hwsim: support creating MLO-capable radios
Johannes Berg
1
-20
/
+77
2022-06-20
wifi: mac80211_hwsim: send a beacon per link
Shaul Triebitz
1
-31
/
+59
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
1
-1
/
+1
2022-06-20
wifi: mac80211_hwsim: split bss_info_changed to vif/link info_changed
Shaul Triebitz
1
-10
/
+24
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
1
-0
/
+2
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
1
-2
/
+2
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
1
-3
/
+3
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
1
-9
/
+13
2022-06-10
wifi: mac80211_hwsim: Directly use ida_alloc()/free()
Ke Liu
1
-3
/
+2
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2022-05-09
mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection
Johannes Berg
1
-0
/
+3
2022-05-09
mac80211_hwsim: fix RCU protected chanctx access
Johannes Berg
1
-2
/
+5
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
1
-2
/
+2
2022-03-12
Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
1
-22
/
+388
2022-03-11
mac80211: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Yihao Han
1
-3
/
+3
2022-02-16
mac80211_hwsim: Advertise support for EHT capabilities
Ilan Peer
1
-12
/
+234
2022-02-16
mac80211: Add initial support for EHT and 320 MHz channels
Ilan Peer
1
-0
/
+1
2022-02-16
cfg80211: Add support for EHT 320 MHz channel width
Jia Ding
1
-0
/
+2
2022-02-16
mac80211_hwsim: Add custom regulatory for 6GHz
Ilan Peer
1
-0
/
+14
2022-02-16
mac80211_hwsim: don't shadow a global variable
Johannes Berg
1
-5
/
+5
2022-02-16
mac80211_hwsim: check TX and STA bandwidth
Johannes Berg
1
-3
/
+98
2022-02-16
mac80211_hwsim: Add debugfs to control rx status RSSI
Beni Lev
1
-2
/
+34
2022-01-31
mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
JaeMan Park
1
-0
/
+9
2022-01-31
mac80211_hwsim: report NOACK frames in tx_status
Benjamin Beichler
1
-0
/
+4
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2022-01-15
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2021-11-19
mac80211_hwsim: Fix spelling mistake "Droping" -> "Dropping"
Colin Ian King
1
-1
/
+1
2021-10-22
Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...
Jakub Kicinski
1
-17
/
+146
2021-10-21
wireless: mac80211_hwsim: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+5
2021-09-24
mac80211_hwsim: enable 6GHz channels
Ramon Fontes
1
-15
/
+141
2021-09-23
mac80211-hwsim: fix late beacon hrtimer handling
Johannes Berg
1
-2
/
+2
2021-06-23
mac80211_hwsim: record stats in non-netlink path
Nguyen Dinh Phi
1
-0
/
+2
2021-06-23
mac80211_hwsim: add concurrent channels scanning support over virtio
Weilun Du
1
-10
/
+38
[next]