summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-191-2/+2
|\
| * mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-091-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-0621-201/+367
|\ \ | |/ |/|
| * mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa2012-01-301-9/+9
| * mac80211: add support for mcs masksSimon Wunderlich2012-01-306-9/+167
| * mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa2012-01-302-7/+5Star
| * mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroyHelmut Schaa2012-01-301-3/+1Star
| * mac80211: station state transition error handlingJohannes Berg2012-01-308-39/+59
| * Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID."John W. Linville2012-01-301-3/+2Star
| * mac80211: Do not scan for IBSS merge with a fixed BSSID.Nicolas Cavallari2012-01-271-2/+3
| * mac80211: send null packet on active (psm) reconfigurationEliad Peller2012-01-271-0/+15
| * {nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-01-273-1/+4
| * mac80211: fix a few -Wshadow warningsJohannes Berg2012-01-272-6/+3Star
| * mac80211: make CQM RSSI support per virtual interfaceJohannes Berg2012-01-273-12/+4Star
| * mac80211: make beacon filtering per virtual interfaceJohannes Berg2012-01-272-3/+1Star
| * mac80211: in IBSS use the Auth frame to trigger STA reinsertionAntonio Quartulli2012-01-241-36/+49
| * mac80211: add a 2-way Authentication challenge to IBSS modeAntonio Quartulli2012-01-241-0/+7
| * mac80211: clean up rate control codeJohannes Berg2012-01-243-34/+7Star
| * mac80211: clean up aggregation destructionJohannes Berg2012-01-241-23/+8Star
| * mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()Antonio Quartulli2012-01-241-3/+0Star
| * mac80211: Fix the maximum transmit power with power constraintHong Wu2012-01-242-2/+3
| * mac80211: In IBSS the DA field of auth frames is different from BSSIDAntonio Quartulli2012-01-244-7/+8
| * mac80211: refactor __ieee80211_get_channel_modeJohannes Berg2012-01-241-11/+17
| * mac80211: minor cleanupMohammed Shafi Shajakhan2012-01-241-2/+1Star
| * mac80211: check sta_apply_parameters() return valueEliad Peller2012-01-241-1/+6
* | mac80211: timeout a single frame in the rx reorder bufferEliad Peller2012-02-011-1/+1
* | mac80211: set bss_conf.idle when vif is connectedEliad Peller2012-01-241-0/+1
* | mac80211: update oper_channel on ibss joinEliad Peller2012-01-241-0/+1
* | mac80211: fix work removal on deauth requestJohannes Berg2012-01-181-11/+27
* | mac80211: Use the right headroom size for mesh mgmt framesJavier Cardona2012-01-182-6/+6
* | mac80211: fix debugfs key->station symlinkJohannes Berg2012-01-181-3/+4
|/
* mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa2012-01-171-2/+4
* mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky2012-01-163-9/+22
* Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()Jesper Juhl2012-01-161-0/+1
* mac80211: fix no-op authorized transitionsJohannes Berg2012-01-131-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-124-7/+7
* mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka2012-01-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-057-52/+19Star
|\
| * mac80211: remove dead codeMohammed Shafi Shajakhan2012-01-042-19/+0Star
| * mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar2012-01-041-10/+9Star
| * mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan2012-01-041-0/+2
| * mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan2012-01-041-1/+4
| * mac80211: fix scan state machineMohammed Shafi Shajakhan2012-01-041-1/+1
| * mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller2012-01-041-1/+3
| * mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa2012-01-041-20/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-036-5/+111
|\|
| * mac80211: Keep skb->piority for relayed frames in AP modeHelmut Schaa2011-12-211-1/+6
| * mac80211: ibss should not purge clients it is not responsible forMarek Lindner2011-12-211-0/+3
| * mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar2011-12-191-2/+7
| * mac80211: handle SMPS action framesJohannes Berg2011-12-191-0/+58