index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mac80211_hwsim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-19
mac80211_hwsim: convert to new station add/remove callbacks
Johannes Berg
1
-6
/
+26
2010-02-09
mac80211_hwsim: add fake hw scan handler
Johannes Berg
1
-1
/
+43
2010-01-23
cfg80211: export multiple MAC addresses in sysfs
Johannes Berg
1
-1
/
+7
2009-12-29
mac80211: remove struct ieee80211_if_init_conf
Johannes Berg
1
-9
/
+9
2009-12-29
mac80211: introduce flush operation
Johannes Berg
1
-0
/
+11
2009-12-22
mac80211_hwsim: Check all local addresses for TX Ack status
Jouni Malinen
1
-2
/
+33
2009-12-22
mac80211_hwsim: implement ampdu action
Johannes Berg
1
-0
/
+26
2009-12-22
mac80211: enable spatial multiplexing powersave
Johannes Berg
1
-4
/
+20
2009-11-19
cfg80211: convert bools into flags
Johannes Berg
1
-9
/
+9
2009-11-02
mac80211_hwsim: Send ACK frames on the hwsim0 interface
Jouni Malinen
1
-0
/
+47
2009-11-02
mac80211_hwsim: Check idle state on TX
Jouni Malinen
1
-2
/
+11
2009-10-30
mac80211_hwsim: don't register CCK rates on 5ghz
Johannes Berg
1
-3
/
+4
2009-09-30
mac80211_hwsim: Fix initial beacon timer configuration
Jouni Malinen
1
-0
/
+3
2009-09-01
wireless: convert drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+2
2009-08-20
mac80211: allow configure_filter callback to sleep
Johannes Berg
1
-3
/
+1
2009-07-24
wireless: remove print_mac uses
Johannes Berg
1
-2
/
+0
2009-07-24
mac80211_hwsim: report fixed signal strength
Johannes Berg
1
-2
/
+4
2009-07-24
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+3
2009-07-21
mac80211_hwsim: fix use after free
Johannes Berg
1
-2
/
+2
2009-07-21
mac80211_hwsim: fix unregistration
Johannes Berg
1
-1
/
+1
2009-07-10
hwsim: make testmode_cmd static
Johannes Berg
1
-1
/
+2
2009-07-10
cfg80211: introduce nl80211 testmode command
Johannes Berg
1
-0
/
+68
2009-07-10
mac80211_hwsim: fix-up build damage from removal of skb->dst
John W. Linville
1
-2
/
+1
2009-07-10
mac80211_hwsim: clean up the skb before passing it back
Johannes Berg
1
-0
/
+10
2009-07-10
mac80211: push rx status into skb->cb
Johannes Berg
1
-1
/
+2
2009-07-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-07-08
mac80211_hwsim: avoid NULL access
Johannes Berg
1
-0
/
+1
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-03
mac80211_hwsim: remove deprecated radio_enabled
Johannes Berg
1
-20
/
+7
2009-05-20
mac80211_hwsim: Group radios
Daniel Wagner
1
-1
/
+34
2009-05-11
mac80211: move HT operation mode BSS info
Johannes Berg
1
-1
/
+1
2009-05-06
mac80211: tell driver when idle
Johannes Berg
1
-2
/
+4
2009-05-06
mac80211_hwsim: fix bogus warning
Johannes Berg
1
-1
/
+1
2009-05-06
mac80211: unify config_interface and bss_info_changed
Johannes Berg
1
-18
/
+7
2009-05-06
mac80211: clean up beacon interval settings
Johannes Berg
1
-8
/
+12
2009-03-28
mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi
Johannes Berg
1
-1
/
+0
2009-03-28
mac80211_hwsim: let the reg workqueue breathe when regtest is set
Luis R. Rodriguez
1
-0
/
+3
2009-03-22
mac80211_hwsim: convert to net_device_ops
Stephen Hemminger
1
-1
/
+7
2009-03-17
mac80211_hwsim: add regulatory testing options
Luis R. Rodriguez
1
-0
/
+210
2009-03-17
mac80211_hwsim: add support for 5 GHz
Luis R. Rodriguez
1
-36
/
+102
2009-01-30
mac80211_hwsim: Report driver as MFP capable
Jouni Malinen
1
-0
/
+2
2008-12-19
mac80211: Fix HT channel selection
Sujith
1
-4
/
+2
2008-12-12
mac80211: integrate sta_notify_ps cmds into sta_notify
Christian Lamparter
1
-0
/
+4
2008-11-26
mac80211_hwsim: fix-up some print_mac merge damage
John W. Linville
1
-8
/
+6
2008-11-21
mac80211_hwsim: enable Mesh Point operation
Andrey Yurovsky
1
-2
/
+4
2008-11-10
mac80211_hwsim: Add support for client PS mode
Jouni Malinen
1
-0
/
+184
2008-11-10
mac80211_hwsim: Make sure beacon_timer gets deleted
Jouni Malinen
1
-0
/
+1
2008-11-10
mac80211_hwsim: Debug info for TX queue parameters
Jouni Malinen
1
-0
/
+12
2008-11-10
mac80211_hwsim: Debug info for BSS config changes
Jouni Malinen
1
-0
/
+37
2008-11-01
mac80211/drivers: rewrite the rate control API
Johannes Berg
1
-8
/
+4
[next]