index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-28
p54: fix build warnings
Christian Lamparter
1
-2
/
+3
2008-10-28
ath5k: Reset key cache on interface up, thus fixing resume
Elias Oltmanns
1
-22
/
+11
2008-10-28
p54: fix misbehavings when firmware can't be found
Christian Lamparter
1
-66
/
+66
2008-10-27
libertas: free sk_buff with kfree_skb
Sergio Luis
1
-1
/
+1
2008-10-23
p54: enable 2.4/5GHz spectrum by eeprom bits.
Christian Lamparter
1
-18
/
+10
2008-10-23
orinoco: reduce stack usage in firmware download path
Andrey Borzenkov
1
-13
/
+29
2008-10-23
ath5k: fix suspend-related oops on rmmod
Bob Copeland
2
-9
/
+21
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-3
/
+3
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
10
-15
/
+29
2008-10-16
device create: net: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-10-15
rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"
Felix Fietkau
1
-4
/
+5
2008-10-15
rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip
Florent Fourcot
1
-0
/
+2
2008-10-15
p54usb: Device ID updates
Christian Lamparter
1
-1
/
+2
2008-10-15
ath9k/mac80211: disallow fragmentation in ath9k, report to userspace
Johannes Berg
1
-1
/
+7
2008-10-15
libertas : Remove unused variable warning for "old_channel" from cmd.c
Manish Katiyar
1
-0
/
+2
2008-10-15
orinoco: fix unsafe locking in spectrum_cs_suspend
David Kilroy
1
-2
/
+3
2008-10-15
orinoco: fix unsafe locking in orinoco_cs_resume
Andrey Borzenkov
1
-2
/
+3
2008-10-15
iwlwifi: fix ct kill configuration for 5350
Tomas Winkler
1
-3
/
+3
2008-10-15
p54: Fix compilation problem on PPC
Larry Finger
1
-1
/
+0
2008-10-15
iwlwifi: fix compilation warning when CONFIG_IWLWIFI_DEBUG is not set.
Rami Rosen
1
-1
/
+1
2008-10-15
rtl8187: add device ID 0bda:8198
John W. Linville
1
-0
/
+1
2008-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-2
/
+2
2008-10-14
net: Rationalise email address: Network Specific Parts
Alan Cox
2
-2
/
+2
2008-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
11
-523
/
+429
2008-10-10
ath9k: Fix return code when ath9k_hw_setpower() fails on reset
Luis R. Rodriguez
1
-2
/
+4
2008-10-10
ath9k: remove nasty FAIL macro from ath9k_hw_reset()
Luis R. Rodriguez
1
-12
/
+21
2008-10-07
iwlwifi: remove STATUS_CONF_PENDING in scanning
Tomas Winkler
3
-32
/
+22
2008-10-07
iwlwifi: scan fix comment
Tomas Winkler
1
-1
/
+2
2008-10-07
iwlwifi: scan correct setting of valid rx_chains
Tomas Winkler
1
-1
/
+1
2008-10-07
ath5k: implement multi-rate retry support, fix tx status reporting
Felix Fietkau
3
-26
/
+95
2008-10-07
mac80211: add multi-rate retry support
Felix Fietkau
5
-4
/
+7
2008-10-07
mac80211: free up 2 bytes in skb->cb
Felix Fietkau
6
-10
/
+13
2008-10-07
rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.
Gertjan van Wingerde
1
-2
/
+7
2008-10-07
p54: report appropriate rate and band values for 802.11a
Christian Lamparter
1
-2
/
+3
2008-10-07
ath9k: enable ANI to help with noisy environments
Luis R. Rodriguez
6
-25
/
+197
2008-10-07
ath9k: fix oops on trying to hold the wrong spinlock
Luis R. Rodriguez
1
-1
/
+1
2008-10-07
ath9k: kill ath9k's memzero() and use memset() instead
Luis R. Rodriguez
5
-22
/
+19
2008-10-07
ath9k: fixup some merge damage
John W. Linville
1
-2
/
+0
2008-10-01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
7
-44
/
+21
2008-09-30
ath5k: Add support for AR2417 v2
Nick Kossifidis
1
-2
/
+3
2008-09-30
ath5k: Fix SREV reporting after SREV updates
Nick Kossifidis
1
-1
/
+5
2008-09-30
ath5k: Use QUIET mechanism on tx dma stop
Nick Kossifidis
2
-7
/
+46
2008-09-30
ath5k: Use new srevs to properly attach radio chips
Nick Kossifidis
1
-69
/
+113
2008-09-30
b43: Increase loop tries in do_dummy_tx
Larry Finger
1
-1
/
+1
2008-09-30
ath5k: Update registers and SREV ids v2
Nick Kossifidis
6
-238
/
+490
2008-09-30
ath5k: write beacon control register twice when resetting tsf
Bob Copeland
1
-1
/
+13
2008-09-30
rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00.
Gertjan van Wingerde
1
-35
/
+34
2008-09-30
libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)
Anna Neal
4
-2
/
+19
2008-09-30
b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of...
Larry Finger
1
-0
/
+1
2008-09-30
iwlwifi: use correct DMA_MASK
Winkler, Tomas
1
-4
/
+4
[next]