aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-17mac80211: rename 'sta_inf' variable to more common 'sta'Johannes Berg1-6/+6
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-13/+13
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-05-19mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg1-2/+3
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg1-3/+3
2015-05-05mac80211: clean up global debugfs statisticsJohannes Berg1-1/+1
2015-04-24mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach1-0/+9
2015-04-24mac80211: notify the driver upon BAR RxEmmanuel Grumbach1-0/+8
2015-04-24mac80211: use per-CPU TX/RX statisticsJohannes Berg1-7/+14
2015-04-24mac80211: OCB: remove pointless check for broadcast BSSIDJohannes Berg1-5/+1
2015-04-24mac80211: clean up/rename prepare_for_handlers()Johannes Berg1-44/+36
2015-04-24mac80211: remove IEEE80211_RX_RA_MATCHJohannes Berg1-39/+5
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-25/+8
2015-04-22mac80211: add TX fastpathJohannes Berg1-0/+2
2015-04-12Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+20
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau1-0/+13
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg1-3/+4
2015-04-01mac80211: use rhashtable for station tableJohannes Berg1-2/+7
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-7/+10
2015-03-20mac80211: remove drop_unencrypted codeJohannes Berg1-2/+1
2015-03-16mac80211: add comment for rx_path_lockJohannes Berg1-0/+6
2015-03-16mac80211: move netdev stats to common functionJohannes Berg1-5/+3
2015-03-03mac80211: drop unencrypted frames in mesh fwdingBob Copeland1-0/+3
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-10/+38
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen1-0/+4
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen1-5/+16
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen1-3/+12
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen1-0/+4
2015-01-23mac80211: fix per-TID RX-MSDU counterJohannes Berg1-2/+2
2015-01-23mac80211: properly set CCK flag in radiotapMathy Vanhoef1-1/+1
2015-01-15mac80211: remove 80+80 MHz rate reportingJohannes Berg1-5/+0
2015-01-08mac80211: provide per-TID RX/TX MSDU countersJohannes Berg1-0/+9
2015-01-07Merge branch 'mac80211' into mac80211-nextJohannes Berg1-5/+6
2014-12-17mac80211: update sta bw on ht chanwidth action frameEliad Peller1-3/+8
2014-12-12mac80211: fix multicast LED blinking and counterAndreas Müller1-5/+6
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-23/+123