index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-22
ath9k_hw: Fix bug in eeprom data length validation for AR9485
Vasanthakumar Thiagarajan
1
-1
/
+3
2010-12-22
ath5k: Use helper function to get eeprom mode from channel
Bruno Randolf
5
-65
/
+42
2010-12-22
ath5k: Remove ATH5K_INI_RFGAIN defines, use band instead
Bruno Randolf
3
-25
/
+10
2010-12-22
ath5k: Track current TX power separately from max TX power
Bruno Randolf
2
-4
/
+4
2010-12-22
ath5k: Separate powertable setup and writing
Bruno Randolf
1
-18
/
+16
2010-12-22
ath5k: Simplify powertable recalculation
Bruno Randolf
2
-22
/
+14
2010-12-22
ath9k: unlock on error path in ath9k_change_interface()
Dan Carpenter
1
-4
/
+7
2010-12-22
rtlwifi: Use pci_pcie_cap()
Hauke Mehrtens
1
-1
/
+1
2010-12-22
ath9k: Use pci_is_pcie()
Hauke Mehrtens
1
-1
/
+1
2010-12-22
ath5k: Use pci_is_pcie()
Hauke Mehrtens
2
-3
/
+3
2010-12-22
rt2x00: Use pci_is_pcie()
Hauke Mehrtens
1
-1
/
+1
2010-12-22
ssb: Use pci_is_pcie()
Hauke Mehrtens
1
-2
/
+2
2010-12-22
wl12xx: remove unnecessary import
Hauke Mehrtens
1
-1
/
+0
2010-12-22
wl1251: remove unnecessary import
Hauke Mehrtens
1
-1
/
+0
2010-12-22
ath9k: fix aphy / wiphy idle mismatch
Luis R. Rodriguez
2
-0
/
+2
2010-12-22
ath9k: Fix warnings on card removal
Rajkumar Manoharan
4
-1
/
+7
2010-12-22
ath9k_htc: Fix warning on device removal
Sujith Manoharan
7
-14
/
+14
2010-12-22
rtl818x: move rtl8180 and rtl8187 to separate subdirectories
John W. Linville
22
-24
/
+29
2010-12-20
rtlwifi: use alloc_workqueue
John W. Linville
1
-1
/
+1
2010-12-20
ath9k: do not limit the chainmask to 1 for legacy mode
Felix Fietkau
3
-34
/
+0
2010-12-20
ath9k_hw: fix PA predistortion HT40 mask
Felix Fietkau
3
-9
/
+13
2010-12-20
mac80211: fix potentially redundant skb data copying
Felix Fietkau
1
-1
/
+1
2010-12-20
mac80211: skip unnecessary pskb_expand_head calls
Felix Fietkau
1
-1
/
+3
2010-12-20
mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit
Felix Fietkau
1
-1
/
+2
2010-12-20
wl1251: wl12xx_get_platform_data() returns an ERR_PTR
Dan Carpenter
1
-1
/
+1
2010-12-20
rtlwifi: Fix use of mutex in interrupt code
Larry Finger
3
-5
/
+6
2010-12-20
MAINTAINERS: Fix typo in rtl8192ce entry
Larry Finger
1
-1
/
+1
2010-12-20
ath9k: Properly initialize channel table for 2GHz
Mohammed Shafi Shajakhan
1
-0
/
+1
2010-12-20
rtl8192ce: Fix typo in Kconfig description
Anisse Astier
1
-1
/
+1
2010-12-20
ath9k_hw: remove baseband rfsilent support
Felix Fietkau
5
-43
/
+1
2010-12-20
ath9k: fix queue depth check for forming new aggregates
Felix Fietkau
2
-3
/
+19
2010-12-20
rtl8192ce: drop 'rtl8192c-' prefix from files
John W. Linville
21
-52
/
+52
2010-12-20
mac80211: Remove unused third address from mesh address extension header.
Javier Cardona
4
-25
/
+16
2010-12-20
ath5k: Set available antenna information for cfg80211
Bruno Randolf
1
-0
/
+4
2010-12-20
nl80211: Export available antennas
Bruno Randolf
2
-0
/
+14
2010-12-20
cfg80211: Separate available antennas for RX and TX
Bruno Randolf
2
-10
/
+19
2010-12-20
mac80211: Send mesh non-HWMP path selection frames to userspace
Javier Cardona
6
-11
/
+21
2010-12-20
mac80211: Let userspace enable and configure vendor specific path selection.
Javier Cardona
12
-36
/
+214
2010-12-20
mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup
Javier Cardona
4
-33
/
+38
2010-12-16
rtlwifi: Switch locking from semaphores to mutexes
Larry Finger
4
-22
/
+22
2010-12-16
rtl8192ce: Update MAINTAINERS
Larry Finger
1
-0
/
+10
2010-12-16
ath5k: Fix survey
Bruno Randolf
2
-12
/
+25
2010-12-16
rtl8192ce: Fix build on powerpc
Larry Finger
1
-0
/
+2
2010-12-16
ath: fix NULL pointer dereference on reg_notifier()
Luis R. Rodriguez
1
-0
/
+8
2010-12-16
cfg80211: fix null pointer dereference with a custom regulatory request
Luis R. Rodriguez
2
-2
/
+5
2010-12-16
ath9k_hw: Configure appropriate Tx power when PAPRD fails
Vasanthakumar Thiagarajan
5
-6
/
+47
2010-12-16
ath9k_hw: Disable PAPRD for rates with low Tx power
Vasanthakumar Thiagarajan
3
-15
/
+45
2010-12-16
ath9k_hw: Add a helper to get paprd scale factor
Vasanthakumar Thiagarajan
2
-0
/
+24
2010-12-16
ath9k_hw: Tx IQ cal changes for AR9003
Vasanthakumar Thiagarajan
1
-104
/
+108
2010-12-16
ath9k_hw: Move get_streams() to hw.h
Vasanthakumar Thiagarajan
2
-5
/
+5
[prev]
[next]