index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-14
b43: LP-PHY: Implement STX synchronization
Gábor Stefanik
1
-2
/
+55
2009-08-14
rtl818x: Add some documentation to the TX desc flags
Michael Buesch
1
-2
/
+12
2009-08-14
ath9k: Fix regression on receiving PS poll frames
Luis R. Rodriguez
1
-0
/
+1
2009-08-14
rt2x00: FIF_PSPOLL filter flag support
Igor Perminov
5
-3
/
+41
2009-08-14
rt2x00: Fix for race condition while update beacon
Igor Perminov
4
-8
/
+20
2009-08-14
rt2x00: Fix rounding errors in RSSI average calculation
Lars Ericsson
2
-28
/
+52
2009-08-14
rt2x00: Fix quality houskeeping for software diversity
Lars Ericsson
2
-50
/
+38
2009-08-14
rt2x00: Align ieee80211 header to 4-byte boundary for PCI devices
Ivo van Doorn
1
-0
/
+12
2009-08-14
rt2x00: Use IEEE80211_TX_CTL_MORE_FRAMES flag
Ivo van Doorn
1
-1
/
+2
2009-08-14
rt2x00: Remove usage of deprecated radio_enabled & IEEE80211_CONF_CHANGE_RADI...
Ivo van Doorn
4
-45
/
+50
2009-08-14
drivers/net/wireless/ath/ath5k: Change constant name
Julia Lawall
1
-1
/
+1
2009-08-14
iwlwifi: automatically adjust sleep level
Johannes Berg
10
-313
/
+256
2009-08-14
iwlwifi: display correct critical temperature infomation
Wey-Yi Guy
1
-8
/
+16
2009-08-14
iwlwifi: fix missing EXPORT_SYMBOL
Reinette Chatre
2
-18
/
+17
2009-08-14
iwlwifi: refactor some thermal throttle code
Johannes Berg
6
-76
/
+76
2009-08-14
iwlwifi: handle the case when set power fail
Wey-Yi Guy
1
-9
/
+12
2009-08-14
iwlwifi: fix legacy thermal throttling power index
Wey-Yi Guy
1
-12
/
+13
2009-08-14
iwlwifi: fix thermal throttling locking problem
Wey-Yi Guy
2
-4
/
+56
2009-08-14
iwlwifi: revert uCode Alive notification with timeout
Reinette Chatre
5
-109
/
+10
2009-08-14
iwlwifi: Display sensitivity and chain noise information
Wey-Yi Guy
2
-1
/
+150
2009-08-14
iwlwifi: uCode statistics notification counter
Wey-Yi Guy
2
-0
/
+415
2009-08-14
iwlwifi: tx/rx queue pointer information
Wey-Yi Guy
2
-0
/
+71
2009-08-14
iwlwifi: Traffic type and counter for debugFs
Wey-Yi Guy
11
-53
/
+324
2009-08-14
iwlwifi: new debugging feature for dumping data traffic
Wey-Yi Guy
10
-5
/
+262
2009-08-14
iwlwifi: name changed from "fat" to "ht40"
Wey-Yi Guy
17
-154
/
+155
2009-08-14
iwlwifi: re-introduce per device debugging
Reinette Chatre
10
-40
/
+63
2009-08-14
p54: implement rfkill
Christian Lamparter
3
-2
/
+14
2009-08-14
p54: Write outside array bounds
Christian Lamparter
1
-1
/
+1
2009-08-14
b43: Fix hardware key index handling
Michael Buesch
3
-54
/
+53
2009-08-14
wl1251: hack to disable filters for fixing association
Kalle Valo
1
-0
/
+9
2009-08-14
wl1251: add hw scan completed debug message
Kalle Valo
1
-0
/
+1
2009-08-14
wl1251: remove Luciano as maintainer
Kalle Valo
3
-6
/
+3
2009-08-14
wl1251: rename reg.h to wl1251_reg.h
Kalle Valo
14
-13
/
+13
2009-08-14
wl1251: use workqueue provided by mac80211
Kalle Valo
3
-3
/
+3
2009-08-14
wl1251: move wl1251_acx_wake_up_conditions() to wl1251_ps_set_mode()
Kalle Valo
2
-8
/
+13
2009-08-14
wl1251: fix channel setting in wl1251_op_config()
Kalle Valo
1
-2
/
+2
2009-08-14
wl1251: create wl1251_join()
Kalle Valo
2
-26
/
+36
2009-08-14
wl1251: add channel to wl1251_cmd_join() parameters
Kalle Valo
3
-12
/
+12
2009-08-14
wl1251: initialise default channel to zero
Kalle Valo
2
-1
/
+3
2009-08-14
wl1251: remove wait parameter from wl1251_cmd_join()
Kalle Valo
3
-11
/
+9
2009-08-14
wl1251: use beacon interval and dtim period provided by mac80211
Kalle Valo
3
-7
/
+30
2009-08-14
wl1251: reorder wl1251_cmd_join() arguments
Kalle Valo
3
-8
/
+8
2009-08-14
wl1251: remove wl1251_ops
Kalle Valo
12
-239
/
+842
2009-08-14
wl1251: make irq handling interface specific
Bob Copeland
5
-33
/
+65
2009-08-14
wl1251: add sdio support
Bob Copeland
3
-0
/
+200
2009-08-14
wl1251: split spi interface into separate module
Bob Copeland
5
-11
/
+38
2009-08-14
wl1251: move module probe methods into spi.c
Bob Copeland
6
-132
/
+151
2009-08-14
wl1251: make wl1251_set_partition bus agnostic
Bob Copeland
4
-139
/
+110
2009-08-14
wl1251: introduce wl1251_if_operations struct
Bob Copeland
8
-18
/
+36
2009-08-14
wl1251: use wiphy_dev instead of wl->spi->dev
Bob Copeland
1
-2
/
+4
[prev]
[next]