aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg1-14/+23
2016-04-06mac80211: add fast-rx pathJohannes Berg1-0/+351
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg1-0/+6
2016-04-06mac80211: fix last RX rate data consistencyJohannes Berg1-16/+5
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg1-2/+2
2016-04-06mac80211: move semicolon out of CALL_RXH macroJohannes Berg1-17/+17
2016-04-06mac80211: count MSDUs in A-MSDU properlyJohannes Berg1-9/+9
2016-04-06mac80211: allow passing transmitter station on RXJohannes Berg1-5/+13
2016-04-05mac80211: fix cipher scheme function nameJohannes Berg1-4/+4
2016-04-05mac80211: don't start dynamic PS timer if not neededJohannes Berg1-5/+5
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+28
2016-03-04mac80211: use reset to set header pointerZhang Shengju1-1/+1
2016-03-01mac80211: Fix Public Action frame RX in AP modeJouni Malinen1-0/+1
2016-03-01mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg1-9/+27
2016-02-24mac80211: let unused MPP table entries timeoutHenning Rogge1-0/+1
2016-02-24mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023sFelix Fietkau1-3/+0
2016-02-24mac80211: add API to allow filtering frames in BA sessionsSara Sharon1-0/+84
2016-02-24mac80211: change ieee80211_rx_reorder_ready() argumentsJohannes Berg1-9/+24
2016-02-24mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior1-2/+3
2016-02-24mac80211: allow drivers to report (non-)monitor framesGrzegorz Bajorski1-2/+3
2016-01-14mac80211: add flag for duplication checkSara Sharon1-0/+3
2016-01-14mac80211: process and save VHT MU-MIMO group frameSara Sharon1-0/+5
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira1-2/+1
2015-12-04mac80211: remove string from unaligned packet warningJohannes Berg1-2/+1
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-29/+34
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg1-10/+10
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg1-2/+2
2015-08-14mac80211: Only accept data frames in OCB modeBertold Van den Bergh1-1/+1
2015-07-17mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov1-3/+2
2015-07-17mac80211: remove IEEE80211_RX_FRAGMENTEDJohannes Berg1-2/+0
2015-07-17mac80211: remove key TX/RX counterJohannes Berg1-1/+0
2015-07-17mac80211: remove zero-length A-MPDU subframe reportingJohannes Berg1-6/+1
2015-07-17mac80211: don't store napi structJohannes Berg1-8/+10
2015-07-17mac80211: move ieee80211_get_bssid into RX fileJohannes Berg1-0/+45
2015-07-17mac80211: remove short frame test and counterJohannes Berg1-5/+0