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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-27
net: sched: Fix memory exposure from short TCA_U32_SEL
Kees Cook
1
-2
/
+8
2018-08-26
qed: fix spelling mistake "comparsion" -> "comparison"
Colin Ian King
1
-1
/
+1
2018-08-26
vhost: correctly check the iova range when waking virtqueue
Jason Wang
1
-1
/
+1
2018-08-26
qlge: Fix netdev features configuration.
Manish Chopra
1
-15
/
+8
2018-08-26
net: macb: do not disable MDIO bus at open/close time
Anssi Hannula
1
-3
/
+6
2018-08-26
Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"
Geert Uytterhoeven
1
-5
/
+5
2018-08-26
net: macb: Fix regression breaking non-MDIO fixed-link PHYs
Ahmad Fatoum
1
-10
/
+17
2018-08-26
mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge
Ido Schimmel
3
-0
/
+33
2018-08-25
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
10
-23
/
+81
2018-08-24
i40e: fix condition of WARN_ONCE for stat strings
Jacob Keller
1
-1
/
+1
2018-08-24
i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
Martyna Szapar
1
-7
/
+8
2018-08-24
ixgbe: fix driver behaviour after issuing VFLR
Sebastian Basierski
2
-0
/
+27
2018-08-24
ixgbe: Prevent unsupported configurations with XDP
Tony Nguyen
2
-2
/
+31
2018-08-24
ixgbe: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2
-3
/
+3
2018-08-24
igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()
Jia-Ju Bai
1
-1
/
+1
2018-08-24
igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()
Jia-Ju Bai
1
-2
/
+2
2018-08-24
igb: Use an advanced ctx descriptor for launchtime
Jesus Sanchez-Palencia
1
-1
/
+2
2018-08-24
e1000: ensure to free old tx/rx rings in set_ringparam()
Bo Chen
1
-2
/
+2
2018-08-24
e1000: check on netif_running() before calling e1000_up()
Bo Chen
1
-1
/
+2
2018-08-24
ixgb: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
1
-3
/
+2
2018-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-17
/
+35
2018-08-23
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
14
-126
/
+185
2018-08-23
ice: Trivial formatting fixes
Anirudh Venkataramanan
3
-6
/
+8
2018-08-23
ice: Change struct members from bool to u8
Bruce Allan
4
-16
/
+16
2018-08-23
ice: Fix potential return of uninitialized value
Jesse Brandeburg
1
-2
/
+2
2018-08-23
ice: Fix a few null pointer dereference issues
Anirudh Venkataramanan
2
-8
/
+11
2018-08-23
ice: Update to interrupts enabled in OICR
Bruce Allan
2
-14
/
+3
2018-08-23
tools: bpftool: return from do_event_pipe() on bad arguments
Quentin Monnet
1
-1
/
+4
2018-08-23
ice: Set VLAN flags correctly
Brett Creeley
2
-25
/
+30
2018-08-23
ice: Use order_base_2 to calculate higher power of 2
Jacob Keller
1
-5
/
+2
2018-08-23
ice: Fix bugs in control queue processing
Anirudh Venkataramanan
2
-5
/
+26
2018-08-23
ice: Clean control queues only when they are initialized
Preethi Banala
1
-8
/
+16
2018-08-23
ice: Report stats for allocated queues via ethtool stats
Jacob Keller
2
-13
/
+46
2018-08-23
ice: Cleanup magic number
Anirudh Venkataramanan
2
-1
/
+2
2018-08-23
bpf: use per htab salt for bucket hash
Daniel Borkmann
1
-10
/
+13
2018-08-23
ice: Remove unnecessary node owner check
Bruce Allan
1
-2
/
+1
2018-08-23
ice: Fix multiple static analyser warnings
Anirudh Venkataramanan
4
-24
/
+25
2018-08-23
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-3
/
+6
2018-08-23
Merge branch 'hns3-fixes'
David S. Miller
2
-4
/
+5
2018-08-23
net: hns3: modify variable type in hns3_nic_reuse_page
Huazhong Tan
1
-1
/
+2
2018-08-23
net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGES
Huazhong Tan
1
-3
/
+3
2018-08-23
net/ipv6: init ip6 anycast rt->dst.input as ip6_input
Hangbin Liu
1
-1
/
+1
2018-08-23
Merge branch 'hns-fixes'
David S. Miller
2
-107
/
+7
2018-08-23
net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen
Huazhong Tan
1
-102
/
+1
2018-08-23
net: hns: fix skb->truesize underestimation
Huazhong Tan
1
-1
/
+1
2018-08-23
net: hns: modify variable type in hns_nic_reuse_page
Huazhong Tan
1
-1
/
+2
2018-08-23
net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES
Huazhong Tan
1
-3
/
+3
2018-08-23
Merge branch 'tcp_bbr-PROBE_RTT-minor-bug-fixes'
David S. Miller
1
-18
/
+24
2018-08-23
tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0
Kevin Yang
1
-2
/
+2
2018-08-23
tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
Kevin Yang
1
-0
/
+4
[next]