aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-04mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
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
2017-02-27mac80211: don't reorder frames with SN smaller than SSNSara Sharon1-1/+13
2017-02-27mac80211: fix packet statistics for fast-RXJohannes Berg1-0/+1
2017-01-26mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+21
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-4/+0
2017-01-11mac80211: recalculate min channel width on VHT opmode changesJohannes Berg1-8/+1
2017-01-11mac80211: Fix headroom allocation when forwarding mesh pktCedric Izoard1-1/+2
2017-01-09mac80211: implement multicast forwarding on fast-RX pathJohannes Berg1-8/+18
2016-12-13mac80211: Ensure enough headroom when forwarding mesh pktCedric Izoard1-1/+1
2016-12-13mac80211: Remove unused 'struct ieee80211_rx_status' ptrKirtika Ruchandani1-4/+0
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+41
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach1-1/+2
2016-10-19mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach1-2/+3
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-2/+3
2016-10-12mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg1-1/+19
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg1-1/+2
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg1-1/+7
2016-10-12mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-5/+2
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-3/+1
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+3
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu1-5/+2
2016-09-12mac80211: send delBA on unexpected BlockAck RequestJohannes Berg1-0/+6
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg1-1/+8
2016-09-12mac80211: add support for radiotap timestamp fieldJohannes Berg1-0/+30
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld1-0/+20
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-2/+2
2016-08-02mac80211: fix check for buffered powersave frames with txqFelix Fietkau1-1/+1
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma1-1/+6
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-1/+1
2016-05-12mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg1-26/+44