aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-05mac80211: mesh: reorder structure membersBob Copeland1-3/+2
2016-04-05mac80211: mesh: embed gates hlist head directlyBob Copeland2-15/+5
2016-04-05mac80211: mesh: use hlist for rmc cacheBob Copeland2-10/+12
2016-04-05mac80211: mesh: handle failed alloc for rmc cacheBob Copeland1-0/+3
2016-04-05mac80211: mesh: fix crash in mesh_path_timerBob Copeland3-15/+25
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker2-0/+33
2016-04-05mac80211: avoid useless memory write on each frame RXJohannes Berg1-3/+4
2016-04-05mac80211: fix cipher scheme function nameJohannes Berg1-4/+4
2016-04-05mac80211: clean up station flags debugfsJohannes Berg2-20/+47
2016-04-05mac80211: don't start dynamic PS timer if not neededJohannes Berg1-5/+5
2016-04-05mac80211: remove sta_info debugfs sub-structJohannes Berg3-17/+15
2016-04-05mac80211: Remove unused variable in per STA debugfs structMohammed Shafi Shajakhan2-3/+0
2016-04-05mac80211: enable starting BA session with custom timeoutSara Sharon1-17/+30
2016-04-05mac80211: add NETIF_F_RXCSUM to features white listSara Sharon1-1/+1
2016-04-05mac80211: Set global RRM capabilityEmmanuel Grumbach1-0/+2
2016-04-05mac80211: minstrel_ht: improve sample rate skip logicFelix Fietkau1-7/+16
2016-04-05mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach1-0/+6
2016-04-05mac80211: Fix BW upgrade for TDLS peersIlan Peer1-1/+2
2016-04-05mac80211: don't send deferred frames outside the SPEmmanuel Grumbach1-3/+1
2016-04-05mac80211: remove description of dropped memberLuis de Bethencourt1-1/+0
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: do not pass injected frames without a valid rate to the driverFelix Fietkau1-0/+3
2016-04-05mac80211: fix parsing of 40Mhz in injected radiotap headerSven Eckelmann1-2/+3
2016-04-05mac80211: synchronize driver rx queues before removing a stationSara Sharon3-1/+35
2016-04-05mac80211: mesh: convert path table to rhashtableBob Copeland4-575/+259
2016-04-05mac80211: mesh: embed known gates list in struct mesh_pathBob Copeland2-56/+45
2016-04-05mac80211: mesh: factor out common mesh path allocation codeBob Copeland1-23/+28
2016-04-05mac80211: mesh: don't hash sdata in mpath tablesBob Copeland1-10/+8
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland6-115/+104
2016-04-05mac80211: Support a scan request for a specific BSSIDJouni Malinen1-1/+3
2016-04-05mac80211: recalc min_def chanctx even when chandef is identicalArik Nemtsov1-1/+3
2016-04-05mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov3-11/+61
2016-04-05mac80211: TDLS: always downgrade invalid chandefsArik Nemtsov1-1/+1
2016-04-05mac80211: fix AP buffered multicast frames with queue control and txqFelix Fietkau1-1/+2
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2-14/+17
2016-04-05mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg1-1/+3
2016-04-05mac80211: parse VHT info in injected framesLorenzo Bianconi1-0/+31
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-19/+40
2016-03-04mac80211: use reset to set header pointerZhang Shengju4-9/+9
2016-03-02Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-11/+30
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. Miller29-361/+749
2016-03-01mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau1-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 Berg2-10/+28
2016-02-24Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-8/+10
2016-02-24mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon4-12/+10
2016-02-24mac80211: provide interface to driver to set VHT MU-MIMO dataSara Sharon1-1/+15
2016-02-24mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller1-87/+0
2016-02-24mac80211: move TKIP TX IVs to public part of key structEliad Peller7-38/+40