summaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-14/+15
* mac80211: update ht flag if bss configuration changedAvri Altman2013-12-021-8/+10
* mac80211: remove sta_info_flush() from interface teardownJohannes Berg2013-12-021-4/+0
* mac80211: Tx frame latency statisticsMatti Gottlieb2013-12-028-0/+486
* mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan2013-11-251-3/+7
* mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2013-11-252-4/+2
* mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan2013-11-252-7/+5
* mac80211: add min required channel definition fieldEliad Peller2013-11-255-2/+183
* mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira2013-11-251-4/+3
* mac80211: move csa_chandef to sdataLuciano Coelho2013-11-256-17/+14
* mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh2013-11-254-58/+45
* mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh2013-11-255-34/+34
* mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh2013-11-252-7/+2
* mac80211: add generic cipher scheme supportMax Stepanov2013-11-2514-101/+444
* cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic2013-11-254-4/+15
* mac80211: verify ieee80211_key_replace() argumentsJohannes Berg2013-11-251-0/+4
* mac80211: remove useless tests for arrayJohannes Berg2013-11-251-3/+3
* mac80211: clean up mesh local link ID generationThomas Pedersen2013-11-253-9/+38
* mac80211: factor out plink event gatheringThomas Pedersen2013-11-251-80/+115
* mac80211: factor out peering FSMThomas Pedersen2013-11-251-143/+155
* mac80211: assign sta plid earlyThomas Pedersen2013-11-251-2/+1
* mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen2013-11-251-18/+10
* mac80211: factor peering frame processing into own functionThomas Pedersen2013-11-251-40/+48
* mac80211: remove unused mesh_mgmt_ies_add() prototypeBob Copeland2013-11-251-2/+0
* mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland2013-11-251-1/+1
* mac80211: mesh_plink: don't ignore holding timerBob Copeland2013-11-251-2/+1
* mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland2013-11-251-17/+9
* mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland2013-11-251-8/+12
* mac80211: mesh_plink: group basic fitness checksBob Copeland2013-11-251-33/+37
* mac80211: mesh: factor out common plink close/estab codeBob Copeland2013-11-251-55/+43
* mac80211: hold sta->lock across plink switch statementsBob Copeland2013-11-251-26/+3
* mac80211: consolidate calls to plink_frame_txThomas Pedersen2013-11-251-43/+29
* mac80211: fix off-by-one in llid check.Bob Copeland2013-11-251-1/+1
* mac80211: do not compute offset from ssn in Rx AMPDU reordering bufferKarl Beldan2013-11-251-13/+5
* cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-252-7/+6
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-0523-309/+1004
|\
| * mac80211: fix uninitialized variableMichal Kazior2013-10-281-1/+1
| * mac80211: process mesh channel switching using beaconChun-Yeow Yeoh2013-10-282-9/+136
| * {nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh2013-10-285-2/+137
| * {nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh2013-10-284-54/+110
| * mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh2013-10-285-3/+114
| * mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh2013-10-284-41/+48
| * mac80211: add ieee80211_tx_prepare_skb() helper functionFelix Fietkau2013-10-281-0/+29
| * mac80211: fixes for mesh powersave logicMarco Porsch2013-10-283-18/+22
| * mac80211: Remove check for offchannel state when waking netdev queuesSeth Forshee2013-10-281-3/+0
| * mac80211: enable DFS for IBSS modeSimon Wunderlich2013-10-282-5/+45
| * mac80211: implement SMPS for APEmmanuel Grumbach2013-10-2810-38/+289
| * mac80211: port CCMP to cryptoapi's CCM driverArd Biesheuvel2013-10-115-146/+84
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0410-18/+137
|\ \ | |/ |/|
| * mac80211: disable WMM with invalid parametersJohannes Berg2013-10-172-9/+87