aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21wifi: mac80211_hwsim: fix debugfs attribute ps with rc table supportJonas Jelonek1-0/+5
2022-10-10wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg1-0/+2
2022-09-06wifi: mac80211_hwsim: always activate all linksJohannes Berg1-0/+8
2022-09-06wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg1-2/+1
2022-09-06wifi: mac80211_hwsim: send NDP for link (de)activationJohannes Berg1-0/+28
2022-09-06wifi: mac80211_hwsim: track active STA linksJohannes Berg1-0/+41
2022-09-06wifi: mac80211_hwsim: skip inactive links on TXJohannes Berg1-0/+7
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1-1/+6
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-39/+24
2022-09-03wifi: mac80211_hwsim: fix multi-channel handling in netlink RXJohannes Berg1-22/+4
2022-09-03wifi: mac80211_hwsim: warn on invalid link addressJohannes Berg1-0/+2
2022-09-03wifi: mac80211_hwsim: refactor RX a bitJohannes Berg1-11/+15
2022-09-03wifi: mac80211_hwsim: check STA magic in change_sta_linksJohannes Berg1-0/+2
2022-09-03wifi: mac80211_hwsim: remove multicast workaroundJohannes Berg1-6/+1
2022-09-03wifi: mac80211_hwsim: check length for virtio packetsSoenke Huster1-1/+6
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-25wifi: mac80211_hwsim: fix link change handlingJohannes Berg1-1/+6
2022-08-25wifi: mac80211_hwsim: split iftype data into AP/non-APJohannes Berg1-8/+379
2022-07-22wifi: mac80211_hwsim: handle links for wmediumd/virtioJohannes Berg1-5/+35
2022-07-22wifi: mac80211_hwsim: fix address translation for MLOJohannes Berg1-20/+34
2022-07-15wifi: mac80211_hwsim: fix TX link selectionJohannes Berg1-14/+33
2022-07-15wifi: mac80211_hwsim: use MLO link ID for TXAndrei Otcheretianski1-2/+51
2022-07-15wifi: mac80211_hwsim: do rc update per linkAndrei Otcheretianski1-21/+42
2022-07-15wifi: mac80211_hwsim: implement sta_state for MLOJohannes Berg1-2/+18
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman1-1/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-4/+4
2022-07-15wifi: mac80211: Align with Draft P802.11be_D2.0Ilan Peer1-3/+3
2022-07-15wifi: mac80211_hwsim: Ack link addressed framesAndrei Otcheretianski1-1/+18
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-5/+9
2022-07-15wifi: mac80211_hwsim: Support link channel matching on rxAndrei Otcheretianski1-6/+16
2022-07-15wifi: mac80211_hwsim: use 32-bit skb cookieJohannes Berg1-5/+5
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-07-11wifi: mac80211_hwsim: add back erroneously removed castJohannes Berg1-1/+1
2022-07-11wifi: mac80211_hwsim: fix race condition in pending packetJeongik Cha1-6/+8
2022-06-29wifi: mac80211_hwsim: set virtio device ready in probe()Johannes Berg1-0/+2
2022-06-20wifi: mac80211_hwsim: print the link idShaul Triebitz1-2/+2
2022-06-20wifi: mac80211_hwsim: support creating MLO-capable radiosJohannes Berg1-20/+77
2022-06-20wifi: mac80211_hwsim: send a beacon per linkShaul Triebitz1-31/+59
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211_hwsim: split bss_info_changed to vif/link info_changedShaul Triebitz1-10/+24
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-3/+3
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-9/+13
2022-06-10wifi: mac80211_hwsim: Directly use ida_alloc()/free()Ke Liu1-3/+2
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2022-05-09mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg1-0/+3
2022-05-09mac80211_hwsim: fix RCU protected chanctx accessJohannes Berg1-2/+5
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-2/+2