summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong1-1/+1
2020-12-11net: mac80211: use core API for updating TX/RX statsLev Stipakov1-14/+4
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-5/+0
2020-11-02mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh1-7/+9
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen1-48/+36
2020-09-28mac80211: convert S1G beacon to scan resultsThomas Pedersen1-1/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-09-18mac80211: optimize station connection monitorFelix Fietkau1-9/+0
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-1/+1
2020-09-18mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit1-1/+2
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau1-22/+38
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef1-1/+1
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-25mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil1-0/+26
2020-06-08net: fix wiki website url mac80211 and wireless filesFlavio Suligoi1-1/+1
2020-05-27mac80211: fix HT-Control field reception for management framesJohannes Berg1-7/+37
2020-05-27mac80211: allow SA-QUERY processing in userspaceJohannes Berg1-13/+36
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen1-5/+7
2020-04-24mac80211: add freq_offset to RX statusThomas Pedersen1-0/+1
2020-04-24mac80211: Report beacon protection failures to user spaceJouni Malinen1-2/+14
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil1-1/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen1-12/+67
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer1-1/+5
2020-01-15mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen1-5/+3
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior1-1/+1
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior1-2/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller1-35/+39
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel1-35/+39
2019-03-29mac80211: un-schedule TXQs on powersave startFelix Fietkau1-1/+9
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2019-02-22mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau1-1/+6
2019-02-22mac80211: fix position of vendor_data readLiad Kaufman1-2/+19
2019-01-25mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1
2019-01-19mac80211: fix miscounting of ttl-dropped framesBob Copeland1-1/+3
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller1-12/+25
2018-12-19mac80211: Properly access radiotap vendor dataIlan Peer1-1/+5
2018-12-19mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2018-12-18mac80211: Properly handle SKB with radiotap onlyIlan Peer1-9/+17
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-11-09mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang1-2/+2
2018-10-11mac80211: avoid reflecting frames back to the clientJohannes Berg1-6/+6
2018-09-10mac80211: Don't access sk_queue_head->next directly.David S. Miller1-1/+3
2018-09-05mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz1-1/+11
2018-09-05mac80211: support radiotap L-SIG dataShaul Triebitz1-0/+21