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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-18
rt2x00: Remove RT30XX Kconfig variables.
Gertjan van Wingerde
3
-121
/
+85
2010-11-18
rt2x00: Clean up Kconfig for RT2800 devices.
Gertjan van Wingerde
1
-28
/
+19
2010-11-18
rt2x00: Add initial support for RT3370/RT3390 devices.
Gertjan van Wingerde
5
-6
/
+39
2010-11-18
rt2x00: Increase REGISTER_BUSY_COUNT
Ivo van Doorn
1
-1
/
+1
2010-11-17
ath9k_htc: Use macro for caldata array size
Mohammed Shafi Shajakhan
1
-1
/
+1
2010-11-17
iwlwifi: kill elapsed_jiffies
Stanislaw Gruszka
2
-11
/
+1
2010-11-17
iwlagn: simplify iwlagn_tx_skb
Stanislaw Gruszka
1
-21
/
+12
2010-11-17
iwl3945: remove unused len_org variable
Stanislaw Gruszka
1
-8
/
+1
2010-11-17
mac80211: add support for setting the ad-hoc multicast rate
Felix Fietkau
4
-8
/
+23
2010-11-17
cfg80211: add support for setting the ad-hoc multicast rate
Felix Fietkau
3
-0
/
+11
2010-11-17
mac80211: Add function to get probe request template for current AP
Juuso Oikarinen
4
-5
/
+61
2010-11-17
ath9k_hw: add a private op for configuring radar pulse detection
Felix Fietkau
3
-0
/
+100
2010-11-17
ath9k: clean up tx buffer setup
Felix Fietkau
1
-78
/
+39
2010-11-17
ath9k: remove the tx info padding byte abuse
Felix Fietkau
4
-22
/
+10
2010-11-17
ath9k: handle tx underrun in the driver instead of rate control
Felix Fietkau
3
-25
/
+20
2010-11-17
ath9k: remove the unnecessary private xretry tx flag
Felix Fietkau
3
-5
/
+1
2010-11-17
ath5k: Cleanup opmode setting logic.
Ben Greear
1
-10
/
+4
2010-11-17
ath9k_hw: Fix low throughput issue with AR93xx
Senthil Balasubramanian
4
-2
/
+33
2010-11-17
ath9k: Fix bug in delimiter padding computation
Vasanthakumar Thiagarajan
1
-2
/
+2
2010-11-17
ath9k_hw: Add helper function for interpolation
Vasanthakumar Thiagarajan
1
-20
/
+28
2010-11-17
ath9k_hw: Improve power control accuracy for AR9003
Vasanthakumar Thiagarajan
1
-1
/
+11
2010-11-17
ath9k_hw: Enable strong signal detection for AR9003
Vasanthakumar Thiagarajan
1
-0
/
+79
2010-11-17
ath9k_hw: Fix XPABIAS level configuration for AR9003
Vasanthakumar Thiagarajan
1
-6
/
+8
2010-11-17
ath9k_hw: add eeprom templates for ar9003 family chipsets
Senthil Balasubramanian
1
-2
/
+2336
2010-11-17
ath9k_hw: Fix paprd training frame failure.
Senthil Balasubramanian
1
-4
/
+4
2010-11-17
ath9k_hw: Initialize 2GHz CTL properly.
Senthil Balasubramanian
1
-0
/
+1
2010-11-17
ath9k_hw: Add new member into the eeprom structure.
Senthil Balasubramanian
2
-7
/
+32
2010-11-17
ath9k_hw: Fix a reset failure on AR9382 (2x2).
Senthil Balasubramanian
2
-5
/
+14
2010-11-17
ath5k: Add support for antenna configuration
Bruno Randolf
1
-0
/
+32
2010-11-17
mac80211: Add antenna configuration
Bruno Randolf
4
-0
/
+94
2010-11-17
cfg80211: Add nl80211 antenna configuration
Bruno Randolf
3
-1
/
+58
2010-11-17
drivers/net/wireless/b43legacy/main.c: Use printf extension %pV
Joe Perches
1
-12
/
+35
2010-11-17
drivers/net/wireless/b43/main.c: Use printf extension %pV
Joe Perches
1
-12
/
+36
2010-11-17
drivers/net/wireless/ath/debug.c: Use printf extension %pV
Joe Perches
1
-2
/
+7
2010-11-17
rndis_wlan: workaround poor scanning with BCM4320a
Jussi Kivilinna
1
-11
/
+56
2010-11-17
rndis_wlan: workaround device not returning bss for currently connected AP
Jussi Kivilinna
1
-9
/
+121
2010-11-17
mac80211: support hardware TX fragmentation offload
Arik Nemtsov
6
-2
/
+60
2010-11-17
ssb: return -ENOMEM on alloc fail (instead of CRC check's result)
Rafał Miłecki
1
-4
/
+3
2010-11-17
ssb: workarounds: be verbose about hacking SPROM revision, don't duplicate code
Rafał Miłecki
1
-22
/
+23
2010-11-17
mwl8k: use const struct fw pointers throughout
Brian Cavagnolo
1
-8
/
+7
2010-11-17
mwl8k: make initial firmware load asynchronous
Brian Cavagnolo
1
-29
/
+178
2010-11-17
mwl8k: add API version checking for AP firmware
Brian Cavagnolo
1
-2
/
+21
2010-11-17
mwl8k: choose proper firmware image as directed by user
Brian Cavagnolo
1
-12
/
+66
2010-11-17
mwl8k: factor out firmware loading and hw init code
Brian Cavagnolo
1
-131
/
+214
2010-11-17
mwl8k: rf_tx_power cmd not supported by AP firmware APIv1
Nishant Sarmukadam
1
-6
/
+72
2010-11-17
mwl8k: revert unnecessary modification of tx descriptor
Brian Cavagnolo
1
-6
/
+1
2010-11-17
libertas: EHS_REMOVE_WAKEUP is not always supported
Deepak Saxena
4
-1
/
+18
2010-11-17
libertas: don't block usb8388 suspend if no wakeup conditions are set
Daniel Drake
1
-6
/
+0
2010-11-15
carl9170: use generic sign_extend32
Christian Lamparter
1
-13
/
+4
2010-11-15
bitops: Provide generic sign_extend32 function
Andreas Herrmann
7
-47
/
+30
[prev]
[next]