aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* | | cfg80211: require add_virtual_intf to return new devJohannes Berg2010-12-061-8/+12
* | | mac80211: move mesh filter adjustingJohannes Berg2010-12-062-17/+12
* | | nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona2010-12-066-7/+16
* | | mac80211: speed up AP probing using nullfunc framesFelix Fietkau2010-12-063-35/+79
* | | mac80211: remove a redundant checkFelix Fietkau2010-12-061-2/+1
* | | mac80211: Update last_tx_rate only for data framesHelmut Schaa2010-12-061-3/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-022-1/+12
|\| |
| * | mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian2010-11-301-0/+2
| * | mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter2010-11-301-0/+4
| * | mac80211: Fix frame injection using non-AP vifJouni Malinen2010-11-291-1/+6
| |/
* | mac80211: Minor optimization in ieee80211_rx_h_dataHelmut Schaa2010-11-301-3/+2
* | mac80211: fix RX aggregation lockingJohannes Berg2010-11-294-38/+45
* | mac80211: implement off-channel mgmt TXJohannes Berg2010-11-294-6/+129
* | nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg2010-11-291-2/+5
* | mac80211: implement packet loss notificationJohannes Berg2010-11-242-0/+25
* | mac80211: avoid aggregation for VO trafficLuis R. Rodriguez2010-11-241-0/+3
* | mac80211: reduce the number of retries for nullfunc probingFelix Fietkau2010-11-241-1/+8
* | mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau2010-11-243-26/+72
* | cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau2010-11-242-14/+14
* | mac80211: probe the AP when resumingFelix Fietkau2010-11-241-0/+1
* | mac80211: calculate beacon loss time accuratelyFelix Fietkau2010-11-242-4/+13
* | mac80211: restart beacon miss timer on system resume from suspendFelix Fietkau2010-11-241-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-241-3/+3
|\|
| * mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scanBrian Cavagnolo2010-11-081-3/+3
* | Revert "nl80211/mac80211: Report signal average"John W. Linville2010-11-245-9/+1
* | mac80211: Disable hw crypto for GTKs on AP VLAN interfacesHelmut Schaa2010-11-221-1/+8
* | nl80211/mac80211: Report signal averageBruno Randolf2010-11-185-1/+9
* | mac80211: fix powersaving clients racesJohannes Berg2010-11-174-7/+29
* | mac80211: defines for AC numbersJohannes Berg2010-11-171-1/+10
* | mac80211: add support for setting the ad-hoc multicast rateFelix Fietkau2010-11-163-6/+19
* | mac80211: Add function to get probe request template for current APJuuso Oikarinen2010-11-163-5/+46
* | mac80211: Add antenna configurationBruno Randolf2010-11-163-0/+92
* | mac80211: support hardware TX fragmentation offloadArik Nemtsov2010-11-165-2/+54
* | mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()Jesper Juhl2010-11-152-4/+2
* | mac80211: refactor debugfs function generation codeEliad Peller2010-11-154-55/+52
* | mac80211: minstrel_ht - reduce the overhead of rate samplingFelix Fietkau2010-11-151-6/+10
|/
* mac80211: fix failure to check kmalloc return value in key_key_readJesper Juhl2010-10-291-1/+5
* mac80211: Fix scan_ies_len to include DS ParamsJouni Malinen2010-10-271-2/+3
* mac80211: Fix ibss station got expired immediatelyRajkumar Manoharan2010-10-251-0/+1
* mac80211: don't sanitize invalid ratesChristian Lamparter2010-10-251-0/+3
* mac80211: cancel restart_work explicitly instead of depending on flush_schedu...Tejun Heo2010-10-251-7/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-102-14/+2
| |\
| * | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2336-1099/+2005
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-1510-23/+91
| |\ \ \
| | * | | mac80211: fix SMPS requestJohannes Berg2010-10-131-0/+2
| | * | | mac80211: add probe request filter flagJohannes Berg2010-10-134-2/+32
| | * | | mac80211: minstrel_ht A-MPDU fixBjörn Smedman2010-10-111-3/+4
| | * | | mac80211: don't kmalloc 16 bytesJohannes Berg2010-10-111-7/+1