aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-05mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz1-1/+11
2018-09-05mac80211: support radiotap L-SIG dataShaul Triebitz1-0/+21
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg1-1/+1
2018-09-05mac80211: use le16_encode_bits() instead of open-codingJohannes Berg1-1/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-0/+1
2018-08-29mac80211: add missing WFA Multi-AP backhaul STA Rx requirementSathishkumar Muruganandam1-1/+1
2018-08-28mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach1-0/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2018-07-06nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior1-4/+1
2018-06-18mac80211: add support for HELuca Coelho1-2/+125
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg1-1/+1
2018-05-07mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg1-21/+19
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior1-5/+28
2018-03-29mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org1-1/+2
2018-03-29mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org1-1/+2
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni1-2/+4
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-4/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-27mac80211: support A-MSDU in fast-rxFelix Fietkau1-51/+73
2018-02-27mac80211: support station 4-addr mode fast-rxFelix Fietkau1-4/+7
2018-02-27mac80211: support fast-rx with incompatible PS capabilities when PS is disabledFelix Fietkau1-6/+11
2018-02-27mac80211: support AP 4-addr mode fast-rxFelix Fietkau1-0/+9
2018-02-23mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau1-1/+1
2018-02-22mac80211: add get TID helperSara Sharon1-4/+2
2018-02-22mac80211: support reporting A-MPDU EOF bit value/knownJohannes Berg1-0/+4
2018-01-31mac80211: Add support to notify ht/vht opmode modification.tamizhr@codeaurora.org1-0/+14
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-01-04mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
2017-12-19Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg1-8/+0
2017-12-11mac80211: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen1-0/+8
2017-12-11mac80211: always update the PM state of a peer on MGMT / DATA framesEmmanuel Grumbach1-12/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-06-13mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach1-1/+5
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg1-4/+0
2017-05-17mac80211: strictly check mesh address extension modeRajkumar Manoharan1-1/+2
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg1-4/+4
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-22/+33
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-29/+29
2017-04-26mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho1-1/+1
2017-04-25mac80211: rewrite monitor mode delivery logicJohannes Berg1-59/+92
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+68
2017-04-20mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+21
2017-04-18mac80211: keep a separate list of monitor interfaces that are upJohannes Berg1-10/+1
2017-04-13mac80211: fix MU-MIMO follow-MAC modeJohannes Berg1-18/+47
2017-04-13mac80211: drop frames too short for FCS earlierJohannes Berg1-21/+18
2017-02-28mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg1-7/+9