aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-1729-376/+955
|\
| * mac80211: fix warning in ieee80211_probe_clientJohannes Berg2011-11-111-4/+5
| * minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle2011-11-111-4/+3
| * mac80211: Save probe response data for bssArik Nemtsov2011-11-115-5/+74
| * mac80211: make sure hw_key exists before checking its flagsArik Nemtsov2011-11-111-1/+2
| * mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira2011-11-111-0/+2
| * mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg2011-11-111-0/+9
| * mac80211: simplify scan state machineJohannes Berg2011-11-112-128/+82
| * mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2011-11-112-1/+5
| * mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov2011-11-111-1/+9
| * net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall2011-11-091-1/+1
| * mac80211: implement wifi TX statusJohannes Berg2011-11-094-3/+113
| * mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa2011-11-091-1/+4
| * cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg2011-11-091-3/+8
| * mac80211: send unexpected 4addr eventJohannes Berg2011-11-092-7/+25
| * mac80211: report OBSS beaconsJohannes Berg2011-11-093-1/+17
| * mac80211: support client probeJohannes Berg2011-11-092-18/+95
| * mac80211: support spurious class3 eventJohannes Berg2011-11-091-0/+7
| * mac80211: add support for control port protocol in AP modeJohannes Berg2011-11-092-2/+32
| * mac80211: add helper to free TX skbJohannes Berg2011-11-091-0/+6
| * mac80211: simplify mesh frame queue mapping and QoSJavier Cardona2011-11-094-7/+4
| * mac80211: check if frame is really part of this BAThomas Pedersen2011-11-091-0/+5
| * mac80211: QoS multicast frames have No Ack policyThomas Pedersen2011-11-092-2/+10
| * mac80211: Avoid filling up mesh preq queue with redundant requestsJavier Cardona2011-11-092-2/+16
| * mac80211: verify virtual interfaces in driver APIJohannes Berg2011-11-095-11/+69
| * mac80211: simplify ieee80211_work_workStanislaw Gruszka2011-11-091-14/+3
| * mac80211: remove useless brackets in ieee80211_cfg_on_oper_channelStanislaw Gruszka2011-11-091-2/+2
| * mac80211: remove uneeded scan_chan variableStanislaw Gruszka2011-11-091-8/+6
| * mac80211: preserve EOSP in QoS headerJohannes Berg2011-11-091-1/+4
| * mac80211: set BSS_CHANGED_IDLE on vif reconfigEliad Peller2011-11-091-1/+2
| * mac80211: handle HT PHY BSS membership selector value correctlyChristian Lamparter2011-11-091-41/+49
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-097-19/+52
| |\
| | * mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com2011-11-071-4/+4
| | * mac80211: use min rate as basic rate for buggy APsEliad Peller2011-11-071-0/+19
| * | mac80211: allow frame aggregation for meshThomas Pedersen2011-11-084-15/+8
| * | mac80211: set HT capabilities for mesh peerThomas Pedersen2011-11-082-12/+28
| * | mac80211: add HT IEs to mesh framesThomas Pedersen2011-11-084-0/+60
| * | mac80211: Add HT helper functionsAlexander Simon2011-11-083-45/+108
| * | mac80211: comment allocation of mesh framesThomas Pedersen2011-11-083-35/+48
| * | mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov2011-11-082-3/+14
| * | mac80211: exit cooked monitor RX early if there are noneJohannes Berg2011-11-081-0/+4
| * | mac80211: fix confusing parenthesesJohannes Berg2011-11-081-1/+1
| * | mac80211: call set_wmm_default only for valid vifsEliad Peller2011-11-081-8/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-074-12/+26
|\ \ \ | | |/ | |/|
| * | mac80211: disable powersave for broken APsJohannes Berg2011-11-022-2/+17
| * | mac80211: Fix TDLS support validation in add_station handlerJouni Malinen2011-11-021-6/+6
| * | mac80211: config hw when going back on-channelEliad Peller2011-11-021-2/+1
| * | mac80211: fix remain_off_channel regressionEliad Peller2011-11-021-2/+2
* | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-3116-0/+16
* | | net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1