aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-19mac80211: uapsd_queues is in QoS IE orderGravatar Emmanuel Grumbach 1-5/+8
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANGravatar Michael Braun 1-8/+2
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 1-33/+23
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueGravatar Toke Høiland-Jørgensen 1-7/+3
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2016-09-20mac80211: Use rhltable instead of rhashtableGravatar Herbert Xu 1-31/+21
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEGravatar Emmanuel Grumbach 1-1/+1
2016-09-12mac80211: fix tim recalculation after PS responseGravatar Felix Fietkau 1-2/+2
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesGravatar Maxim Altshul 1-0/+3
2016-08-11mac80211: call get_expected_throughput only after adding stationGravatar Maxim Altshul 1-1/+1
2016-08-11mac80211: mesh: Add support for HW RC implementationGravatar Maxim Altshul 1-4/+19
2016-06-09mac80211: implement fair queueing per txqGravatar Michal Kazior 1-7/+7
2016-06-09mac80211: skip netdev queue control with software queuingGravatar Michal Kazior 1-1/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+9
2016-04-06mac80211: add A-MSDU tx supportGravatar Felix Fietkau 1-0/+2
2016-04-06mac80211: enable collecting station statistics per-CPUGravatar Johannes Berg 1-16/+92
2016-04-06mac80211: add fast-rx pathGravatar Johannes Berg 1-0/+2
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsGravatar Johannes Berg 1-28/+44
2016-04-06mac80211: fix last RX rate data consistencyGravatar Johannes Berg 1-28/+32
2016-04-06mac80211: add separate last_ack variableGravatar Johannes Berg 1-2/+11
2016-04-06mac80211: move averaged values out of rx_statsGravatar Johannes Berg 1-5/+5
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesGravatar Ayala Beker 1-0/+29
2016-04-05mac80211: ensure no limits on station rhashtableGravatar Ben Greear 1-0/+1
2016-04-05mac80211: properly deal with station hashtable insert errorsGravatar Johannes Berg 1-5/+8
2016-04-05mac80211: synchronize driver rx queues before removing a stationGravatar Sara Sharon 1-1/+8
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-12/+23
2016-02-24mac80211: fix memory leakGravatar Sudip Mukherjee 1-0/+1
2016-02-24mac80211: expose txq queue depth and size to driversGravatar Michal Kazior 1-0/+1
2016-02-24mac80211: avoid excessive stack usage in sta_infoGravatar Arnd Bergmann 1-8/+16
2016-02-24mac80211: Recalc min chandef when station is associatedGravatar Ilan Peer 1-4/+5
2016-01-14mac80211: fix PS-Poll handlingGravatar Emmanuel Grumbach 1-1/+1
2015-12-04mac80211: add atomic uploaded keys iteratorGravatar Eliad Peller 1-0/+1
2015-12-04mac80211: allow the driver to send EOSP when neededGravatar Emmanuel Grumbach 1-43/+101
2015-12-04mac80211: allow driver to prevent two stations w/ same addressGravatar Johannes Berg 1-2/+16
2015-10-21mac80211: move station statistics into sub-structsGravatar Johannes Berg 1-36/+41
2015-10-21mac80211: move beacon_loss_count into ifmgdGravatar Johannes Berg 1-3/+6
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticGravatar Johannes Berg 1-0/+39
2015-10-05mac80211: use ktime_get_secondsGravatar Arnd Bergmann 1-6/+2
2015-08-14mac80211: use DECLARE_EWMAGravatar Johannes Berg 1-4/+5
2015-07-17mac80211: mesh: separate plid and aid conceptsGravatar Bob Copeland 1-4/+1
2015-07-17mac80211: move mesh related station fields to own structGravatar Johannes Berg 1-13/+24
2015-07-17mac80211: duplicate station's MAC address for hash tableGravatar Johannes Berg 1-1/+2
2015-06-10mac80211: convert HW flags to unsigned long bitmapGravatar Johannes Berg 1-7/+7
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+18
2015-04-24mac80211: enable hash table shrinkingGravatar Johannes Berg 1-0/+1
2015-04-23mac80211: make station hash table max_size configurableGravatar Johannes Berg 1-0/+1
2015-04-23mac80211: fix rhashtable conversionGravatar Johannes Berg 1-1/+17
2015-04-22mac80211: add TX fastpathGravatar Johannes Berg 1-0/+6
2015-04-20mac80211: lock rate controlGravatar Johannes Berg 1-1/+1
2015-04-20mac80211: introduce plink lock for plink fieldsGravatar Bob Copeland 1-0/+1