summaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-22wifi: mac80211: rx: track link in RX dataJohannes Berg1-2/+17
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg1-1/+1
2022-07-22wifi: mac80211: report link ID to cfg80211 on mgmt RXJohannes Berg1-1/+3
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern1-8/+22
2022-07-22wifi: mac80211: fix RX MLD address translationJohannes Berg1-4/+8
2022-07-15wifi: mac80211: do link->MLD address translation on RXJohannes Berg1-0/+25
2022-07-15wifi: mac80211: Allow EAPOL tx from specific linkAndrei Otcheretianski1-2/+2
2022-07-15wifi: mac80211: Allow EAPOL frames from link addressesAndrei Otcheretianski1-30/+30
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-2/+6
2022-07-15wifi: mac80211: rx: accept link-addressed framesJohannes Berg1-8/+61
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-1/+5
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi1-1/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-3/+3
2022-06-20wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg1-0/+6
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-4/+4
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-11/+14
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-37/+12
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-05-04mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-42/+43
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi1-0/+46
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+5
2022-02-16mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande1-2/+2
2022-02-16mac80211: fix EAPoL rekey fail in 802.3 rx pathDeren Wu1-7/+3
2022-02-04cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg1-0/+2
2022-01-04mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih1-1/+1
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski1-1/+6
2021-12-20mac80211: fix FEC flag in radio tap headerP Praneesh1-1/+6
2021-11-26mac80211: set up the fwd_skb->dev for mesh forwardingXing Song1-0/+1
2021-11-15mac80211: fix throughput LED triggerFelix Fietkau1-3/+4
2021-11-15mac80211: fix radiotap header generationJohannes Berg1-1/+1
2021-11-15mac80211: do not access the IV when it was strippedXing Song1-1/+2
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski1-11/+1
2021-09-23mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi1-11/+1
2021-09-23mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi1-0/+73
2021-08-13mac80211: Use flex-array for radiotap header bitmapKees Cook1-1/+6
2021-08-13mac80211: radiotap: Use BIT() instead of shiftsKees Cook1-11/+11
2021-07-23mac80211: Do not strip skb headroom on monitor framesJohan Almbladh1-1/+2
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-5/+1
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg1-8/+13
2021-06-23mac80211: unify queueing SKB to ifaceJohannes Berg1-18/+15
2021-06-09mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-05-11mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-05-11mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27
2021-05-11mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg1-0/+12
2021-05-11mac80211: check defrag PN against current frameJohannes Berg1-3/+2