summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: rx: track link in RX dataJohannes Berg2022-07-221-2/+17
* wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-1/+1
* wifi: mac80211: report link ID to cfg80211 on mgmt RXJohannes Berg2022-07-221-1/+3
* wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-221-8/+22
* wifi: mac80211: fix RX MLD address translationJohannes Berg2022-07-221-4/+8
* wifi: mac80211: do link->MLD address translation on RXJohannes Berg2022-07-151-0/+25
* wifi: mac80211: Allow EAPOL tx from specific linkAndrei Otcheretianski2022-07-151-2/+2
* wifi: mac80211: Allow EAPOL frames from link addressesAndrei Otcheretianski2022-07-151-30/+30
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-2/+6
* wifi: mac80211: rx: accept link-addressed framesJohannes Berg2022-07-151-8/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+2
|\
| * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-291-1/+2
* | wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-1/+5
* | wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-3/+3
* | wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2022-06-201-0/+6
* | wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-4/+4
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-11/+14
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-37/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-2/+1
|\
| * mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-041-2/+1
* | mac80211: prepare sta handling for MLO supportSriram R2022-04-111-42/+43
* | mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-111-0/+46
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-9/+5
|\
| * mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande2022-02-161-2/+2
| * mac80211: fix EAPoL rekey fail in 802.3 rx pathDeren Wu2022-02-161-7/+3
* | cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg2022-02-041-0/+2
|/
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-041-1/+1
* Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-211-1/+6
|\
| * mac80211: fix FEC flag in radio tap headerP Praneesh2021-12-201-1/+6
* | mac80211: set up the fwd_skb->dev for mesh forwardingXing Song2021-11-261-0/+1
|/
* mac80211: fix throughput LED triggerFelix Fietkau2021-11-151-3/+4
* mac80211: fix radiotap header generationJohannes Berg2021-11-151-1/+1
* mac80211: do not access the IV when it was strippedXing Song2021-11-151-1/+2
* Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski2021-10-221-11/+1
|\
| * mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi2021-09-231-11/+1
* | mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-09-231-1/+2
|/
* mac80211: introduce individual TWT support in AP modeLorenzo Bianconi2021-08-241-0/+73
* mac80211: Use flex-array for radiotap header bitmapKees Cook2021-08-131-1/+6
* mac80211: radiotap: Use BIT() instead of shiftsKees Cook2021-08-131-11/+11
* mac80211: Do not strip skb headroom on monitor framesJohan Almbladh2021-07-231-1/+2
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-5/+1
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-231-8/+13
* mac80211: unify queueing SKB to ifaceJohannes Berg2021-06-231-18/+15
* mac80211: drop multicast fragmentsJohannes Berg2021-06-091-6/+3
* mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-05-111-2/+11
* mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-05-111-6/+27
* mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-05-111-0/+12
* mac80211: check defrag PN against current frameJohannes Berg2021-05-111-3/+2