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-05-07
wimax: fix oops if netlink fails to add attribute
Inaky Perez-Gonzalez
1
-5
/
+6
2009-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
5
-32
/
+34
2009-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
7
-49
/
+68
2009-05-05
netfilter: ctnetlink: fix wrong message type in user updates
Pablo Neira Ayuso
1
-28
/
+20
2009-05-05
netfilter: xt_cluster: fix use of cluster match with 32 nodes
Pablo Neira Ayuso
2
-1
/
+9
2009-05-05
netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONE
Christoph Paasch
1
-3
/
+3
2009-05-05
netfilter: add missing linux/types.h include to xt_LED.h
Patrick McHardy
1
-0
/
+2
2009-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
3
-34
/
+43
2009-05-05
e1000: fix virtualization bug
Jesse Brandeburg
1
-1
/
+1
2009-05-05
bonding: fix alb mode locking regression
Jay Vosburgh
1
-9
/
+3
2009-05-05
Bluetooth: Fix issue with sysfs handling for connections
Marcel Holtmann
3
-34
/
+43
2009-05-05
mac80211: pid, fix memory corruption
Jiri Slaby
1
-34
/
+39
2009-05-05
mac80211: minstrel, fix memory corruption
Jiri Slaby
1
-1
/
+1
2009-05-05
cfg80211: fix comment on regulatory hint processing
Luis R. Rodriguez
1
-1
/
+1
2009-05-05
cfg80211: fix bug while trying to process beacon hints on init
Luis R. Rodriguez
1
-1
/
+8
2009-05-05
cfg80211: fix race condition with wiphy_apply_custom_regulatory()
Luis R. Rodriguez
1
-0
/
+6
2009-05-05
iwlwifi: update key flags at time key is set
Reinette Chatre
1
-10
/
+11
2009-05-05
cfg80211: fix truncated IEs
Johannes Berg
1
-0
/
+1
2009-05-05
mac80211: correct fragmentation threshold check
Johannes Berg
1
-1
/
+1
2009-05-05
iwlwifi: remove EXPORT_SYMBOL for static symbol
Andreas Schwab
1
-1
/
+0
2009-05-04
usbnet: CDC EEM support (v5)
Omar Laazimani
4
-0
/
+399
2009-05-04
tcp: Fix tcp_prequeue() to get correct rto_min value
Satoru SATOH
2
-11
/
+13
2009-05-04
ehea: fix invalid pointer access
Hannes Hering
2
-14
/
+19
2009-05-03
ne2k-pci: Do not register device until initialized.
Lubomir Rintel
1
-4
/
+3
2009-05-03
Subject: [PATCH] br2684: restore net_dev initialization
Rabin Vincent
1
-0
/
+1
2009-05-03
net: Only store high 16 bits of kernel generated filter priorities
Robert Love
1
-1
/
+1
2009-05-02
virtio_net: Fix function name typo
Alex Williamson
1
-4
/
+4
2009-05-02
virtio_net: Cleanup command queue scatterlist usage
Alex Williamson
1
-6
/
+10
2009-05-02
bonding: correct the cleanup in bond_create()
Jiri Pirko
1
-7
/
+6
2009-05-02
virtio: add missing include to virtio_net.h
Grant Likely
1
-0
/
+1
2009-05-02
smsc95xx: add support for LAN9512 and LAN9514
Steve Glendinning
1
-0
/
+5
2009-05-02
smsc95xx: configure LED outputs
Steve Glendinning
2
-0
/
+13
2009-05-02
netconsole: take care of NETDEV_UNREGISTER event
Bruno Prémont
1
-1
/
+10
2009-05-02
xt_socket: checks for the state of nf_conntrack
Laszlo Attila Toth
1
-0
/
+1
2009-05-02
bonding: bond_slave_info_query() fix
Eric Dumazet
1
-16
/
+7
2009-05-01
cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...
Sergey Senozhatsky
1
-1
/
+1
2009-05-01
netfilter: use likely() in xt_info_rdlock_bh()
Eric Dumazet
1
-2
/
+2
2009-05-01
net: Fix skb_tx_hash() for forwarding workloads.
Eric Dumazet
1
-4
/
+5
2009-04-30
net: Fix oops when splicing skbs from a frag_list.
Jarek Poplawski
1
-13
/
+14
2009-04-30
mv643xx_eth: 64bit mib counter read fix
Lennert Buytenhek
1
-2
/
+0
2009-04-30
mv643xx_eth: OOM handling fixes
Lennert Buytenhek
1
-9
/
+13
2009-04-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
5
-18
/
+23
2009-04-30
mac80211: default to automatic power control
Johannes Berg
1
-0
/
+1
2009-04-30
mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lock
Alan Jenkins
1
-10
/
+9
2009-04-29
e100: do not go D3 in shutdown unless system is powering off
Thadeu Lima de Souza Cascardo
1
-7
/
+23
2009-04-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
5
-31
/
+61
2009-04-29
netfilter: revised locking for x_tables
Stephen Hemminger
5
-296
/
+204
2009-04-28
ath5k: fix buffer overrun in rate debug code
Bob Copeland
1
-1
/
+1
2009-04-28
iwlwifi: notify on scan completion even when shutting down
Johannes Berg
1
-2
/
+2
2009-04-28
rndis_wlan: fix initialization order for workqueue&workers
Jussi Kivilinna
1
-4
/
+10
[next]