aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-4/+9
2017-04-28mac80211: use bitfield macros for encoded rateJohannes Berg1-12/+14
2017-03-06mac80211: encode rate type (legacy, HT, VHT) with fewer bitsJohannes Berg1-3/+8
2017-02-27mac80211: shorten debug messageSara Sharon1-1/+1
2017-02-27mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
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-11/+7
2017-01-11mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach1-2/+2
2016-12-15mac80211: only alloc mem if a station doesn't exist yetKoen Vandeputte1-7/+7
2016-12-15mac80211: fix legacy and invalid rx-rate reportBen Greear1-6/+8
2016-12-13mac80211: Remove unused 'struct rate_control_ref' variableKirtika Ruchandani1-4/+0
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-15Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau1-1/+1
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach1-5/+8
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-8/+2
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-33/+23
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-7/+3
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu1-31/+21
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach1-1/+1
2016-09-12mac80211: fix tim recalculation after PS responseFelix Fietkau1-2/+2
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul1-0/+3
2016-08-11mac80211: call get_expected_throughput only after adding stationMaxim Altshul1-1/+1
2016-08-11mac80211: mesh: Add support for HW RC implementationMaxim Altshul1-4/+19
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-7/+7
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior1-1/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau1-0/+2
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg1-16/+92
2016-04-06mac80211: add fast-rx pathJohannes Berg1-0/+2
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg1-28/+44
2016-04-06mac80211: fix last RX rate data consistencyJohannes Berg1-28/+32
2016-04-06mac80211: add separate last_ack variableJohannes Berg1-2/+11
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg1-5/+5
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker1-0/+29
2016-04-05mac80211: ensure no limits on station rhashtableBen Greear1-0/+1
2016-04-05mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-04-05mac80211: synchronize driver rx queues before removing a stationSara Sharon1-1/+8
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-12/+23
2016-02-24mac80211: fix memory leakSudip Mukherjee1-0/+1
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior1-0/+1
2016-02-24mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-8/+16
2016-02-24mac80211: Recalc min chandef when station is associatedIlan Peer1-4/+5
2016-01-14mac80211: fix PS-Poll handlingEmmanuel Grumbach1-1/+1
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller1-0/+1
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach1-43/+101
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg1-2/+16
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-36/+41
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg1-3/+6
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg1-0/+39