index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: Enable MCI for AR9565
Bala Shanmugam
2012-09-28
3
-5
/
+5
*
brcmfmac: use kcalloc() to prevent integer overflow
Dan Carpenter
2012-09-28
1
-2
/
+2
*
ath9k: Fix chainmask selection for AR9462
Sujith Manoharan
2012-09-28
2
-0
/
+6
*
mwifiex: add inactivity deauth support for ap
Kevin Gan
2012-09-28
4
-1
/
+39
*
mwifiex: set txpd when send a mgmt frame for AP and GO mode
Stone Piao
2012-09-28
1
-0
/
+9
*
mwifiex: parse P2P IEs from beacon_data
Stone Piao
2012-09-28
1
-32
/
+54
*
mwifiex: add support for P2P GO in interface type change
Stone Piao
2012-09-28
6
-3
/
+90
*
mwifiex: add support for P2P client in interface type change
Stone Piao
2012-09-28
4
-0
/
+95
*
mwifiex: add P2P interface
Stone Piao
2012-09-28
3
-2
/
+47
*
mwifiex: send firmware initialization commands synchronously
Stone Piao
2012-09-28
1
-32
/
+33
*
mwifiex: append each IE into a seperate IE buffer
Stone Piao
2012-09-28
1
-4
/
+9
*
mwifiex: process remain on channel expired event
Stone Piao
2012-09-28
2
-0
/
+13
*
mwifiex: implement remain_on_channel and cancel_remain_on_channel
Stone Piao
2012-09-28
8
-6
/
+163
*
mwifiex: report received management frames to cfg80211
Stone Piao
2012-09-28
6
-0
/
+58
*
mwifiex: implement cfg80211 mgmt_frame_register handler
Stone Piao
2012-09-28
5
-0
/
+40
*
mwifiex: advertise mgmt_stype to cfg80211
Stone Piao
2012-09-28
1
-0
/
+30
*
mwifiex: implement cfg80211 mgmt_tx handler
Stone Piao
2012-09-28
6
-17
/
+143
*
mwifiex: fix coding style issue
Stone Piao
2012-09-28
2
-4
/
+1
*
ath9k: Add a debugfs file to adjust antenna diversity
Sujith Manoharan
2012-09-28
2
-3
/
+54
*
ath9k: Handle errors properly in MCI initialization
Sujith Manoharan
2012-09-28
3
-17
/
+23
*
ath9k: Fix rx filtering issue for older chips
Thomas Wagner
2012-09-28
1
-2
/
+2
*
bcma: change delays to follow timers-howto guide
Rafał Miłecki
2012-09-28
4
-9
/
+12
*
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2012-09-28
21
-339
/
+476
|
\
|
*
wlcore: protect wlcore_op_set_key with mutex
Eliad Peller
2012-09-27
2
-33
/
+43
|
*
wlcore: decrease elp timeout
Eliad Peller
2012-09-27
1
-6
/
+2
|
*
wlcore: Load the NVS file asynchronously
Ido Yariv
2012-09-27
2
-38
/
+53
|
*
wlcore: Refactor probe
Ido Yariv
2012-09-27
4
-48
/
+83
|
*
wlcore: Allow memory access when the FW crashes
Ido Yariv
2012-09-27
1
-8
/
+12
|
*
wlcore: use dynamic keep-alive template ids
Eliad Peller
2012-09-27
6
-23
/
+33
|
*
wlcore: invalidate keep-alive template on disconnection
Eliad Peller
2012-09-27
1
-0
/
+5
|
*
wl18xx: default to siso40 in 2.4ghz with a single antenna
Arik Nemtsov
2012-09-27
1
-2
/
+2
|
*
wlcore: Fix unbalanced interrupts enablement
Ido Yariv
2012-09-27
2
-1
/
+15
|
*
wlcore: Don't recover during boot
Ido Yariv
2012-09-27
1
-1
/
+2
|
*
wlcore/wl18xx: add phy_fw_version_str to debugfs driver_state
Yair Shapira
2012-09-27
3
-0
/
+8
|
*
wlcore: spi: use private max-buf-size limit
Arik Nemtsov
2012-09-27
2
-4
/
+8
|
*
wl18xx: number_of_assembled_ant5 indicates if A band is enabled
Yair Shapira
2012-09-27
1
-5
/
+2
|
*
wlcore: allow up to 3 running STA interfaces in combinations
Arik Nemtsov
2012-09-27
1
-2
/
+2
|
*
wlcore: lazy-enable device roles
Eliad Peller
2012-09-27
2
-20
/
+15
|
*
wlcore: always use wlvif->role_id for scans
Eliad Peller
2012-09-27
1
-11
/
+7
|
*
wlcore: make debug prints work without dynamic debug
Arik Nemtsov
2012-09-27
1
-3
/
+13
|
*
wlcore/wl18xx/wl12xx: allow up to 3 mac addresses
Arik Nemtsov
2012-09-27
6
-9
/
+38
|
*
wlcore: resume() only if sta is associated
Eliad Peller
2012-09-27
1
-0
/
+3
|
*
wlcore: configure wowlan regardless of wakeup conditions
Eyal Shapira
2012-09-27
1
-13
/
+13
|
*
wlcore/wl18xx/wl12xx: aggregation buffer size set
Igal Chernobelsky
2012-09-27
8
-9
/
+14
|
*
wl18xx/wl12xx: defines for Tx/Rx descriptors num
Igal Chernobelsky
2012-09-27
4
-4
/
+10
|
*
wlcore: tx_flush - optimize flow and force Tx during the flush
Arik Nemtsov
2012-09-27
1
-8
/
+18
|
*
wlcore: make Tx flush timings more verbose
Arik Nemtsov
2012-09-27
1
-4
/
+9
|
*
wlcore: allow only the lowest OFDM rate for p2p setup frames
Arik Nemtsov
2012-09-27
1
-2
/
+1
|
*
wlcore: AP mode - send non-data packets with basic rates
Arik Nemtsov
2012-09-27
1
-2
/
+6
|
*
wlcore: cancel recovery_work on stop() instead of remove_interface()
Eliad Peller
2012-09-27
1
-4
/
+2
[next]