index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-02-06
21
-201
/
+367
|
\
|
*
mac80211: Move num_sta_ps counter decrement after synchronize_rcu
Helmut Schaa
2012-01-30
1
-9
/
+9
|
*
mac80211: add support for mcs masks
Simon Wunderlich
2012-01-30
6
-9
/
+167
|
*
mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end
Helmut Schaa
2012-01-30
2
-7
/
+5
|
*
mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy
Helmut Schaa
2012-01-30
1
-3
/
+1
|
*
mac80211: station state transition error handling
Johannes Berg
2012-01-30
8
-39
/
+59
|
*
Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID."
John W. Linville
2012-01-30
1
-3
/
+2
|
*
mac80211: Do not scan for IBSS merge with a fixed BSSID.
Nicolas Cavallari
2012-01-27
1
-2
/
+3
|
*
mac80211: send null packet on active (psm) reconfiguration
Eliad Peller
2012-01-27
1
-0
/
+15
|
*
{nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh
Chun-Yeow Yeoh
2012-01-27
3
-1
/
+4
|
*
mac80211: fix a few -Wshadow warnings
Johannes Berg
2012-01-27
2
-6
/
+3
|
*
mac80211: make CQM RSSI support per virtual interface
Johannes Berg
2012-01-27
3
-12
/
+4
|
*
mac80211: make beacon filtering per virtual interface
Johannes Berg
2012-01-27
2
-3
/
+1
|
*
mac80211: in IBSS use the Auth frame to trigger STA reinsertion
Antonio Quartulli
2012-01-24
1
-36
/
+49
|
*
mac80211: add a 2-way Authentication challenge to IBSS mode
Antonio Quartulli
2012-01-24
1
-0
/
+7
|
*
mac80211: clean up rate control code
Johannes Berg
2012-01-24
3
-34
/
+7
|
*
mac80211: clean up aggregation destruction
Johannes Berg
2012-01-24
1
-23
/
+8
|
*
mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()
Antonio Quartulli
2012-01-24
1
-3
/
+0
|
*
mac80211: Fix the maximum transmit power with power constraint
Hong Wu
2012-01-24
2
-2
/
+3
|
*
mac80211: In IBSS the DA field of auth frames is different from BSSID
Antonio Quartulli
2012-01-24
4
-7
/
+8
|
*
mac80211: refactor __ieee80211_get_channel_mode
Johannes Berg
2012-01-24
1
-11
/
+17
|
*
mac80211: minor cleanup
Mohammed Shafi Shajakhan
2012-01-24
1
-2
/
+1
|
*
mac80211: check sta_apply_parameters() return value
Eliad Peller
2012-01-24
1
-1
/
+6
*
|
mac80211: timeout a single frame in the rx reorder buffer
Eliad Peller
2012-02-01
1
-1
/
+1
*
|
mac80211: set bss_conf.idle when vif is connected
Eliad Peller
2012-01-24
1
-0
/
+1
*
|
mac80211: update oper_channel on ibss join
Eliad Peller
2012-01-24
1
-0
/
+1
*
|
mac80211: fix work removal on deauth request
Johannes Berg
2012-01-18
1
-11
/
+27
*
|
mac80211: Use the right headroom size for mesh mgmt frames
Javier Cardona
2012-01-18
2
-6
/
+6
*
|
mac80211: fix debugfs key->station symlink
Johannes Berg
2012-01-18
1
-3
/
+4
|
/
*
mac80211: Fix possible race between sta_unblock and network softirq
Helmut Schaa
2012-01-17
1
-2
/
+4
*
mac80211: fix tx->skb NULL pointer dereference
Yoni Divinsky
2012-01-16
3
-9
/
+22
*
Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()
Jesper Juhl
2012-01-16
1
-0
/
+1
*
mac80211: fix no-op authorized transitions
Johannes Berg
2012-01-13
1
-1
/
+1
*
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
2012-01-12
4
-7
/
+7
*
mac80211: fix rx->key NULL pointer dereference in promiscuous mode
Stanislaw Gruszka
2012-01-11
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-01-05
7
-52
/
+19
|
\
|
*
mac80211: remove dead code
Mohammed Shafi Shajakhan
2012-01-04
2
-19
/
+0
|
*
mac80211: Call driver commands after drv_start in mac80211 restart code
Yogesh Ashok Powar
2012-01-04
1
-10
/
+9
|
*
mac80211: use RCU read locks for sta_info_get
Mohammed Shafi Shajakhan
2012-01-04
1
-0
/
+2
|
*
mac80211: fix kernel panic in IBSS due to a regression
Mohammed Shafi Shajakhan
2012-01-04
1
-1
/
+4
|
*
mac80211: fix scan state machine
Mohammed Shafi Shajakhan
2012-01-04
1
-1
/
+1
|
*
mac80211: always clear SDATA_STATE_OFFCHANNEL flag
Eliad Peller
2012-01-04
1
-1
/
+3
|
*
mac80211: Remove superfluous ieee80211_rx_h_remove_qos_control
Helmut Schaa
2012-01-04
1
-20
/
+0
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-01-03
6
-5
/
+111
|
\
\
|
|
/
|
*
mac80211: Keep skb->piority for relayed frames in AP mode
Helmut Schaa
2011-12-21
1
-1
/
+6
|
*
mac80211: ibss should not purge clients it is not responsible for
Marek Lindner
2011-12-21
1
-0
/
+3
|
*
mac80211: Fixing sparse warning at sta_info.c
Yogesh Ashok Powar
2011-12-19
1
-2
/
+7
|
*
mac80211: handle SMPS action frames
Johannes Berg
2011-12-19
1
-0
/
+58
|
*
cfg80211: Return beacon loss count in station
Paul Stewart
2011-12-19
3
-1
/
+13
|
*
mac80211: split addba retries in time
Nikolay Martynov
2011-12-19
2
-1
/
+24
[next]