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-06-29
mac80211: remove unnecessary check in ieee80211_dump_survey
John W. Linville
1
-3
/
+0
2010-06-28
mac80211: fix the for_each_sta_info macro
Felix Fietkau
1
-8
/
+8
2010-06-28
ath9k: fix retry count for A-MPDU rate control status reports
Felix Fietkau
1
-3
/
+8
2010-06-28
ath5k: fix antenna div gc for <= AR5K_SREV_PHY_2413
Bruno Randolf
1
-1
/
+1
2010-06-28
b43: Add SDIO_DEVICE() for EW-CG1102GC
Magnus Damm
1
-0
/
+1
2010-06-28
mac80211: use netif_receive_skb in ieee80211_tx_status callpath
John W. Linville
1
-2
/
+2
2010-06-28
mac80211: use netif_receive_skb in ieee80211_rx callpath
John W. Linville
1
-5
/
+5
2010-06-25
iwlwifi: add disable rf calibration support for 6000g2a and 6000g2b
Wey-Yi Guy
1
-0
/
+16
2010-06-25
iwlagn: reduce severity of disconnected antennas warning
Reinette Chatre
1
-4
/
+4
2010-06-25
iwlwifi: turn on RTS/CTS after aggregation become operational
Wey-Yi Guy
3
-13
/
+41
2010-06-25
iwlwifi: read rfkill during resume
Johannes Berg
1
-0
/
+12
2010-06-25
iwlwifi: update LQ for bcast station on channel change
Daniel Halperin
8
-0
/
+40
2010-06-25
iwlwifi: add a mechanism to disable plcp error checking
Wey-Yi Guy
4
-3
/
+15
2010-06-25
iwlwifi: enable DC calibration based on config parameter
Wey-Yi Guy
5
-125
/
+29
2010-06-25
iwlwifi: name change from signal protection flag
Wey-Yi Guy
2
-10
/
+22
2010-06-25
Merge branch 'wireless-2.6' into wireless-next-2.6
Reinette Chatre
5
-7
/
+19
2010-06-25
iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flag
Wey-Yi Guy
1
-5
/
+1
2010-06-25
iwlwifi: fix multicast
Johannes Berg
1
-1
/
+6
2010-06-24
ath9k: Wakeup the chip in an appropriate place in ath_paprd_calibrate()
Vasanthakumar Thiagarajan
1
-1
/
+1
2010-06-24
ath9k: Remove unused paprd_txok
Vasanthakumar Thiagarajan
2
-5
/
+2
2010-06-24
ath9k: Fix bug in paprd
Vasanthakumar Thiagarajan
3
-4
/
+16
2010-06-24
rt2500usb: fallback to SW encryption for TKIP+AES
Ondrej Zary
1
-0
/
+10
2010-06-24
nl80211: Add option to adjust transmit power
Juuso Oikarinen
2
-0
/
+40
2010-06-24
cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units
Juuso Oikarinen
6
-41
/
+51
2010-06-24
at76c50x-usb: Extract bssid from authentication frame
Sebastian Smolorz
2
-0
/
+37
2010-06-24
at76c50x-usb: Move function at76_join() several lines up
Sebastian Smolorz
1
-36
/
+36
2010-06-24
mac80211: avoid scheduling while atomic in mesh_rx_plink_frame
John W. Linville
1
-11
/
+31
2010-06-24
minstrel_ht: move minstrel_mcs_groups declaration to header file
John W. Linville
2
-2
/
+2
2010-06-24
wireless: mark reg_mutex as static
John W. Linville
1
-1
/
+1
2010-06-24
minstrel_ht: make *idx unsigned in minstrel_downgrade_rate
John W. Linville
1
-1
/
+2
2010-06-24
mac80211: don't shadow mgmt variable in ieee80211_rx_h_action
John W. Linville
1
-4
/
+4
2010-06-24
rtl8180: mark rtl8180_beacon_work static
John W. Linville
1
-1
/
+1
2010-06-23
ath9k: Fix bug in starting ani
Vasanthakumar Thiagarajan
2
-1
/
+11
2010-06-23
ath9k: declare MODULE_FIRMWARE for ath9k_htc
John W. Linville
1
-3
/
+12
2010-06-23
libertas: mark lbs_ret_802_11d_domain_info static
John W. Linville
1
-1
/
+1
2010-06-23
ath9k: Add a module parameter to disable led blinking.
Vivek Natarajan
4
-4
/
+14
2010-06-23
ath9k_hw: add an extra delay when reseting AR_RTC_RESET
Luis R. Rodriguez
1
-0
/
+1
2010-06-23
ath9k_hw: dynamically choose the SERDES array for low power
Luis R. Rodriguez
1
-3
/
+7
2010-06-23
ath9k_hw: add pcieSerDesWrite to disable SERDES ASPM tweaks
Luis R. Rodriguez
3
-1
/
+3
2010-06-23
ath9k_hw: move LowPower array writes to ar9003_hw_configpcipowersave()
Luis R. Rodriguez
2
-14
/
+14
2010-06-23
ath9k_hw: fix ASPM setting for AR9003
Luis R. Rodriguez
4
-6
/
+52
2010-06-23
Libertas: Added 11d support using cfg80211
Kiran Divekar
8
-1
/
+268
2010-06-23
Libertas: fix WARN_ON issues in cfg80211 support
Kiran Divekar
3
-28
/
+15
2010-06-23
Libertas: cfg80211 support
Kiran Divekar
20
-6722
/
+1981
2010-06-21
mac80211: Add interface for driver to temporarily disable dynamic ps
Juuso Oikarinen
3
-1
/
+79
2010-06-21
mac80211: Fix compile warning in scan.c.
Gertjan van Wingerde
1
-1
/
+1
2010-06-21
b43: Clarify logged message after fatal DMA error and switch to PIO mode
Larry Finger
1
-1
/
+1
2010-06-21
iwlwifi: remove non-exist reference
Wey-Yi Guy
1
-2
/
+0
2010-06-21
iwlwifi: code cleanup to remove un-necessary "goto"
Wey-Yi Guy
1
-5
/
+5
2010-06-21
iwlwifi: move calibration from iwlcore to iwlagn
Wey-Yi Guy
2
-11
/
+2
[prev]
[next]