summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg2016-05-121-26/+44
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-3/+3
* mac80211: enable collecting station statistics per-CPUJohannes Berg2016-04-061-14/+23
* mac80211: add fast-rx pathJohannes Berg2016-04-061-0/+351
* mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg2016-04-061-0/+6
* mac80211: fix last RX rate data consistencyJohannes Berg2016-04-061-16/+5Star
* mac80211: move averaged values out of rx_statsJohannes Berg2016-04-061-2/+2
* mac80211: move semicolon out of CALL_RXH macroJohannes Berg2016-04-061-17/+17
* mac80211: count MSDUs in A-MSDU properlyJohannes Berg2016-04-061-9/+9
* mac80211: allow passing transmitter station on RXJohannes Berg2016-04-061-5/+13
* mac80211: fix cipher scheme function nameJohannes Berg2016-04-051-4/+4
* mac80211: don't start dynamic PS timer if not neededJohannes Berg2016-04-051-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-9/+28
|\
| * mac80211: Fix Public Action frame RX in AP modeJouni Malinen2016-03-011-0/+1
| * mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2016-03-011-9/+27
* | mac80211: use reset to set header pointerZhang Shengju2016-03-051-1/+1
* | mac80211: let unused MPP table entries timeoutHenning Rogge2016-02-241-0/+1
* | mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-3/+0Star
* | mac80211: add API to allow filtering frames in BA sessionsSara Sharon2016-02-241-0/+84
* | mac80211: change ieee80211_rx_reorder_ready() argumentsJohannes Berg2016-02-241-9/+24
* | mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior2016-02-241-2/+3
* | mac80211: allow drivers to report (non-)monitor framesGrzegorz Bajorski2016-02-241-2/+3
* | mac80211: add flag for duplication checkSara Sharon2016-01-141-0/+3
* | mac80211: process and save VHT MU-MIMO group frameSara Sharon2016-01-141-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-2/+1Star
|\
| * mac80211: handle width changes from opmode notification IE in beaconEyal Shapira2015-12-151-2/+1Star
* | mac80211: remove string from unaligned packet warningJohannes Berg2015-12-041-2/+1Star
|/
* mac80211: move station statistics into sub-structsJohannes Berg2015-10-211-29/+34
* mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg2015-10-141-10/+10
* mac80211: use DECLARE_EWMAJohannes Berg2015-08-141-2/+2
* mac80211: Only accept data frames in OCB modeBertold Van den Bergh2015-08-141-1/+1
* mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov2015-07-171-3/+2Star
* mac80211: remove IEEE80211_RX_FRAGMENTEDJohannes Berg2015-07-171-2/+0Star
* mac80211: remove key TX/RX counterJohannes Berg2015-07-171-1/+0Star
* mac80211: remove zero-length A-MPDU subframe reportingJohannes Berg2015-07-171-6/+1Star
* mac80211: don't store napi structJohannes Berg2015-07-171-8/+10
* mac80211: move ieee80211_get_bssid into RX fileJohannes Berg2015-07-171-0/+45
* mac80211: remove short frame test and counterJohannes Berg2015-07-171-5/+0Star
* mac80211: rename 'sta_inf' variable to more common 'sta'Johannes Berg2015-07-171-6/+6
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-2/+3
|\
| * mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg2015-05-191-2/+3
* | mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg2015-05-051-3/+3
* | mac80211: clean up global debugfs statisticsJohannes Berg2015-05-051-1/+1
* | mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach2015-04-241-0/+9
* | mac80211: notify the driver upon BAR RxEmmanuel Grumbach2015-04-241-0/+8
* | mac80211: use per-CPU TX/RX statisticsJohannes Berg2015-04-241-7/+14
* | mac80211: OCB: remove pointless check for broadcast BSSIDJohannes Berg2015-04-241-5/+1Star
* | mac80211: clean up/rename prepare_for_handlers()Johannes Berg2015-04-241-44/+36Star
* | mac80211: remove IEEE80211_RX_RA_MATCHJohannes Berg2015-04-241-39/+5Star