summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov14-101/+444
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic4-4/+15
2013-11-25mac80211: verify ieee80211_key_replace() argumentsJohannes Berg1-0/+4
2013-11-25mac80211: remove useless tests for arrayJohannes Berg1-3/+3
2013-11-25mac80211: clean up mesh local link ID generationThomas Pedersen3-9/+38
2013-11-25mac80211: factor out plink event gatheringThomas Pedersen1-80/+115
2013-11-25mac80211: factor out peering FSMThomas Pedersen1-143/+155
2013-11-25mac80211: assign sta plid earlyThomas Pedersen1-2/+1
2013-11-25mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen1-18/+10
2013-11-25mac80211: factor peering frame processing into own functionThomas Pedersen1-40/+48
2013-11-25mac80211: remove unused mesh_mgmt_ies_add() prototypeBob Copeland1-2/+0
2013-11-25mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland1-1/+1
2013-11-25mac80211: mesh_plink: don't ignore holding timerBob Copeland1-2/+1
2013-11-25mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland1-17/+9
2013-11-25mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland1-8/+12
2013-11-25mac80211: mesh_plink: group basic fitness checksBob Copeland1-33/+37
2013-11-25mac80211: mesh: factor out common plink close/estab codeBob Copeland1-55/+43
2013-11-25mac80211: hold sta->lock across plink switch statementsBob Copeland1-26/+3
2013-11-25mac80211: consolidate calls to plink_frame_txThomas Pedersen1-43/+29
2013-11-25mac80211: fix off-by-one in llid check.Bob Copeland1-1/+1
2013-11-25mac80211: do not compute offset from ssn in Rx AMPDU reordering bufferKarl Beldan1-13/+5
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2-7/+6
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville23-309/+1004
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-18/+137
2013-10-28mac80211: fix uninitialized variableMichal Kazior1-1/+1
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh2-9/+136
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh5-2/+137
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh4-54/+110
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh5-3/+114
2013-10-28mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh4-41/+48
2013-10-28mac80211: add ieee80211_tx_prepare_skb() helper functionFelix Fietkau1-0/+29
2013-10-28mac80211: fixes for mesh powersave logicMarco Porsch3-18/+22
2013-10-28mac80211: Remove check for offchannel state when waking netdev queuesSeth Forshee1-3/+0
2013-10-28mac80211: enable DFS for IBSS modeSimon Wunderlich2-5/+45
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach10-38/+289
2013-10-17mac80211: disable WMM with invalid parametersJohannes Berg2-9/+87
2013-10-15mac80211: respect rate mask in TXAndrei Otcheretianski1-3/+9
2013-10-15mac80211: fix honouring rate flags in low-rate transmitAndrei Otcheretianski1-0/+3
2013-10-14mac80211: fix crash if bitrate calculation goes wrongJohannes Berg1-0/+4
2013-10-11mac80211: port CCMP to cryptoapi's CCM driverArd Biesheuvel5-146/+84
2013-10-09mac80211: correctly close cancelled scansEmmanuel Grumbach2-0/+22
2013-10-02mac80211: implement STA CSA for drivers using channel contextsArik Nemtsov3-19/+48
2013-10-01mac80211: improve default WMM parameter settingFred Zhou1-13/+14
2013-10-01mac80211: support reporting A-MSDU subframes individuallyMichal Kazior1-1/+2
2013-10-01mac80211: use exact-size allocation for authentication frameFred Zhou1-2/+2
2013-10-01mac80211: add explicit IBSS driver operationsJohannes Berg3-2/+82
2013-10-01ieee80211: fix vht cap definitionsEliad Peller1-2/+2
2013-10-01mac80211: fix some snprintf misusesEliad Peller2-39/+42
2013-09-30mac80211: Run deferred scan if last roc_list item is not startedJouni Malinen1-0/+2
2013-09-30mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3