index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
uhid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-10-28
mac80211_hwsim: Fix tracking of beaconing for multi-vif
Jouni Malinen
1
-3
/
+24
2013-10-28
mac80211: fix uninitialized variable
Michal Kazior
1
-1
/
+1
2013-10-28
mac80211: process mesh channel switching using beacon
Chun-Yeow Yeoh
2
-9
/
+136
2013-10-28
{nl,cfg,mac}80211: implement mesh channel switch userspace API
Chun-Yeow Yeoh
6
-3
/
+139
2013-10-28
{nl,cfg,mac}80211: enable the triggering of CSA frame in mesh
Chun-Yeow Yeoh
5
-54
/
+111
2013-10-28
mac80211: process the CSA frame for mesh accordingly
Chun-Yeow Yeoh
6
-3
/
+134
2013-10-28
mac80211: refactor the parsing of chan switch ie
Chun-Yeow Yeoh
4
-41
/
+48
2013-10-28
mac80211: add ieee80211_tx_prepare_skb() helper function
Felix Fietkau
2
-0
/
+43
2013-10-28
cfg80211: export reg_initiator_name()
Luis R. Rodriguez
2
-10
/
+25
2013-10-28
mac80211: fixes for mesh powersave logic
Marco Porsch
3
-18
/
+22
2013-10-28
mac80211: Remove check for offchannel state when waking netdev queues
Seth Forshee
1
-3
/
+0
2013-10-28
net: rfkill: gpio: add ACPI support
Heikki Krogerus
1
-1
/
+30
2013-10-28
net: rfkill: gpio: prepare for DT and ACPI support
Heikki Krogerus
1
-41
/
+51
2013-10-28
net: rfkill: gpio: spinlock-safe GPIO access
Heikki Krogerus
1
-8
/
+8
2013-10-28
net: rfkill: gpio: clean up clock handling
Heikki Krogerus
2
-28
/
+9
2013-10-28
net: rfkill: gpio: convert to resource managed allocation
Heikki Krogerus
1
-55
/
+20
2013-10-28
cfg80211: fix docbook references
Johannes Berg
1
-2
/
+2
2013-10-28
mac80211: add missing IEEE80211_HW_SUPPORTS_HT_CCK_RATES docs
Johannes Berg
1
-0
/
+4
2013-10-28
mac80211: enable DFS for IBSS mode
Simon Wunderlich
2
-5
/
+45
2013-10-28
nl80211/cfg80211: enable DFS for IBSS mode
Simon Wunderlich
6
-11
/
+53
2013-10-28
mac80211: implement SMPS for AP
Emmanuel Grumbach
10
-38
/
+289
2013-10-18
rt2x00: rt2800pci: use module_pci_driver macro
Gabor Juhos
1
-13
/
+1
2013-10-18
rt2x00: rt2800pci: move SoC specific code into a separate module
Gabor Juhos
4
-245
/
+284
2013-10-18
rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devices
Gabor Juhos
1
-2
/
+7
2013-10-18
rt2x00: rt2800pci: move rt2800mmio_enable_radio function to another module
Gabor Juhos
3
-13
/
+18
2013-10-18
rt2x00: rt2800pci: split rt2800pci_enable_radio function
Gabor Juhos
1
-7
/
+12
2013-10-18
rt2x00: rt2800pci: rename rt2800pci_disable_radio function
Gabor Juhos
1
-11
/
+8
2013-10-18
rt2x00: rt2800pci: use separate set_state callback for SoC devices
Gabor Juhos
1
-2
/
+41
2013-10-18
rt2x00: rt2800pci: use separate firmware callbacks for SoC devices
Gabor Juhos
1
-5
/
+33
2013-10-18
rt2x00: rt2800pci: use separate read_eeprom callback for SoC devices
Gabor Juhos
1
-40
/
+16
2013-10-18
rt2x00: rt2800pci: use separate ops for the SoC driver
Gabor Juhos
1
-2
/
+102
2013-10-18
rt2x00: rt2800pci: move initialization functions to the rt2800mmio module
Gabor Juhos
3
-159
/
+169
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for initialization functions
Gabor Juhos
1
-8
/
+8
2013-10-18
rt2x00: rt2800pci: move queue functions to the rt2800mmio module
Gabor Juhos
4
-142
/
+152
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for queue functions
Gabor Juhos
1
-8
/
+8
2013-10-18
rt2x00: rt2800pci: move interrupt functions to the rt2800mmio module
Gabor Juhos
3
-388
/
+405
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for interrupt functions
Gabor Juhos
1
-36
/
+37
2013-10-18
rt2x00: rt2800pci: move RX control handler functions to the rt2800mmio module
Gabor Juhos
5
-107
/
+108
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for RX control handler functions
Gabor Juhos
1
-3
/
+3
2013-10-18
rt2x00: rt2800pci: move TX descriptor functions to the rt2800mmio module
Gabor Juhos
5
-98
/
+117
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for TX descriptor functions
Gabor Juhos
1
-6
/
+6
2013-10-18
rt2x00: create a new module for rt2800 MMIO code
Gabor Juhos
4
-0
/
+78
2013-10-18
drivers: net: wireless: Fix wrong check for reassociation request retry counter
Felipe Pena
1
-1
/
+1
2013-10-18
brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg support
Arend van Spriel
3
-4
/
+21
2013-10-18
brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg support
Arend van Spriel
1
-42
/
+64
2013-10-18
brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg support
Arend van Spriel
1
-3
/
+11
2013-10-18
brcmfmac: remove stale code from brcmf_sdcard_recv_chain()
Arend van Spriel
1
-2
/
+0
2013-10-18
brcmfmac: verify result of brcmf_sdio_addrprep() calls
Arend van Spriel
1
-4
/
+11
2013-10-18
brcmfmac: rework single packet transfers
Arend van Spriel
1
-41
/
+40
2013-10-18
brcmfmac: rename brcmf_sdio_buffrw()
Arend van Spriel
1
-8
/
+9
[next]