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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
mac80211: Enhancements to dynamic power save.
Vivek Natarajan
4
-6
/
+53
2009-01-29
mac80211: A couple of fixes to dynamic power save.
Vivek Natarajan
2
-5
/
+7
2009-01-29
mac80211: Reset the power save timer from master_start_xmit.
Vivek Natarajan
1
-13
/
+13
2009-01-29
mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipher
Vasanthakumar Thiagarajan
4
-3
/
+22
2009-01-29
wireless: Add channel/frequency conversions to ieee80211.h
David Kilroy
7
-68
/
+155
2009-01-29
ath5k: More EEPROM code updates
Nick Kossifidis
1
-6
/
+1
2009-01-29
iwlwifi: kill retry_rate sysfs for iwlagn
Winkler, Tomas
2
-27
/
+0
2009-01-29
iwlwifi: move sysfs status entry to debugfs
Winkler, Tomas
3
-12
/
+10
2009-01-29
p54: enable proper frame injection
Christian Lamparter
1
-26
/
+69
2009-01-29
p54: label queues with their corresponding names
Christian Lamparter
2
-28
/
+41
2009-01-29
ath5k: Update EEPROM code
Nick Kossifidis
1
-27
/
+116
2009-01-29
rt2x00: Release rt2x00 2.3.0
Ivo van Doorn
1
-1
/
+1
2009-01-29
rt2x00: Introduce RXDONE_SIGNAL_MASK mask
Ivo van Doorn
2
-2
/
+10
2009-01-29
rt2x00: Allow drivers to pass the noise value during rxdone
Ivo van Doorn
2
-0
/
+3
2009-01-29
rt2x00: Remove ENTRY_TXD_OFDM_RATE
Ivo van Doorn
7
-7
/
+22
2009-01-29
rt2x00: Move code into seperate functions
Ivo van Doorn
4
-114
/
+138
2009-01-29
rt2x00: Split EEPROM_NIC_TX_RX_FIXED
Ivo van Doorn
2
-20
/
+8
2009-01-29
rt2x00: Implement WDS support
Ivo van Doorn
3
-3
/
+8
2009-01-29
rt2x00: Rename CONFIG_CRYPTO_COPY_IV
Ivo van Doorn
3
-3
/
+3
2009-01-29
rt2x00: Add RFKILL support to rt2500usb and rt73usb
Ivo van Doorn
4
-0
/
+63
2009-01-29
rt2x00: Add mesh support
Andrey Yurovsky
3
-4
/
+9
2009-01-29
rt2x00: Restrict interface between rt2x00link and drivers
Ivo van Doorn
7
-199
/
+233
2009-01-29
rt2x00: Reduce calls to bbp_read()
Ivo van Doorn
5
-95
/
+92
2009-01-29
rt2x00: Move link tuning into seperate file
Ivo van Doorn
7
-331
/
+494
2009-01-29
rt2x00: Implement Powersaving
Ivo van Doorn
6
-7
/
+174
2009-01-29
b43: Use 64bit atomic register access for TSF
Michael Buesch
1
-69
/
+20
2009-01-29
b43: Fixup set_key handling
Michael Buesch
1
-16
/
+20
2009-01-27
iw_cxgb3: handle chip reset notifications
Divy Le Ray
3
-1
/
+19
2009-01-27
cxgb3: Notify fatal errors
Divy Le Ray
3
-4
/
+28
2009-01-27
smsc911x: leave RX_STOP interrupt permanently enabled
Steve Glendinning
1
-10
/
+3
2009-01-27
smc91x: struct net_device_ops
Magnus Damm
1
-8
/
+14
2009-01-27
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
19
-50
/
+54
2009-01-27
net: pppoe - stop using proc internals
Cyrill Gorcunov
1
-28
/
+6
2009-01-27
pppol2tp: stop using proc internals
Alexey Dobriyan
1
-43
/
+5
2009-01-27
Phonet: use per-namespace devices list
remi.denis-courmont@nokia
3
-40
/
+81
2009-01-27
Phonet: remove useless locking in device cleanup
remi.denis-courmont@nokia
1
-6
/
+1
2009-01-27
Phonet: handle rtnetlink registration failure
remi.denis-courmont@nokia
3
-7
/
+16
2009-01-27
Phonet: allow phonet_device_init() to fail, put it to __init section
remi.denis-courmont@nokia
4
-6
/
+11
2009-01-27
Phonet: check destination before delivering packets locally
remi.denis-courmont@nokia
1
-11
/
+9
2009-01-27
Phonet: move to Networking options like other protocol stacks
remi.denis-courmont@nokia
1
-1
/
+1
2009-01-27
ixgbe: add support KX/KX4 device
Don Skidmore
4
-0
/
+24
2009-01-27
ixgbe: fix slow load times on 82598 nics
Don Skidmore
1
-7
/
+18
2009-01-27
gre: optimize hash lookup
Timo Teras
1
-29
/
+40
2009-01-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
899
-5470
/
+11924
2009-01-27
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
38
-568
/
+1355
2009-01-27
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
226
-486
/
+391
2009-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
Linus Torvalds
14
-251
/
+185
2009-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
67
-464
/
+801
2009-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
9
-42
/
+68
2009-01-27
gianfar: Revive VLAN support
Anton Vorontsov
1
-5
/
+1
[next]