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
2020-08-04
tcp: apply a floor of 1 for RTT samples from TCP timestamps
Jianfeng Wang
1
-0
/
+2
2020-08-04
tipc: Use is_broadcast_ether_addr() instead of memcmp()
Huang Guobin
1
-3
/
+1
2020-08-04
Merge branch 'DPAA-FMan-driver-fixes'
David S. Miller
6
-9
/
+14
2020-08-04
fsl/fman: fix eth hash table allocation
Florinel Iordache
1
-1
/
+1
2020-08-04
fsl/fman: check dereferencing null pointer
Florinel Iordache
3
-4
/
+4
2020-08-04
fsl/fman: fix unreachable code
Florinel Iordache
1
-1
/
+0
2020-08-04
fsl/fman: fix dereference null return value
Florinel Iordache
1
-1
/
+8
2020-08-04
fsl/fman: use 32-bit unsigned integer
Florinel Iordache
1
-2
/
+1
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
35
-93
/
+173
2020-08-04
net: spider_net: Remove a useless memset
Christophe JAILLET
1
-2
/
+0
2020-08-04
net: spider_net: Fix the size used in a 'dma_free_coherent()' call
Christophe JAILLET
1
-2
/
+2
2020-08-04
net: sgi: ioc3-eth: Fix the size used in some 'dma_free_coherent()' calls
Christophe JAILLET
1
-2
/
+2
2020-08-04
liquidio: Fix wrong return value in cn23xx_get_pf_num()
Tianjia Zhang
1
-1
/
+1
2020-08-04
net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()
Tianjia Zhang
1
-4
/
+4
2020-08-04
net: ethernet: aquantia: Fix wrong return value
Tianjia Zhang
1
-1
/
+1
2020-08-04
atm: idt77252: avoid accessing the data mapped to streaming DMA
Jia-Ju Bai
1
-4
/
+5
2020-08-04
atm: eni: avoid accessing the data mapped to streaming DMA
Jia-Ju Bai
1
-1
/
+3
2020-08-04
net: phy: mdio-mvusb: select MDIO_DEVRES in Kconfig
Bartosz Golaszewski
1
-0
/
+1
2020-08-04
appletalk: Fix atalk_proc_init() return path
Vincent Duvert
1
-0
/
+2
2020-08-04
net: dsa: qca8k: Add 802.1q VLAN support
Jonathan McDowell
2
-0
/
+208
2020-08-04
net: dsa: qca8k: Add define for port VID
Jonathan McDowell
2
-5
/
+8
2020-08-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
19
-87
/
+445
2020-08-04
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
1
-2
/
+1
2020-08-04
net: Use __skb_pagelen() directly in skb_cow_data()
Miaohe Lin
1
-1
/
+1
2020-08-04
net: qed: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-4
/
+3
2020-08-04
net: qede: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-2
/
+2
2020-08-04
cxgb4: fix extracting IP addresses in TC-FLOWER rules
Rahul Lakkireddy
1
-2
/
+15
2020-08-04
cxgb4: fix check for running offline ethtool selftest
Rahul Lakkireddy
1
-3
/
+4
2020-08-04
Merge branch 'ionic-txrx-updates'
David S. Miller
5
-93
/
+240
2020-08-04
ionic: separate interrupt for Tx and Rx
Shannon Nelson
5
-27
/
+182
2020-08-04
ionic: tx separate servicing
Shannon Nelson
3
-56
/
+53
2020-08-04
ionic: use fewer firmware doorbells on rx fill
Shannon Nelson
1
-10
/
+5
2020-08-04
net: gre: recompute gre csum for sctp over gre tunnels
Lorenzo Bianconi
1
-2
/
+11
2020-08-04
net: bridge: clear bridge's private skb space on xmit
Nikolay Aleksandrov
1
-0
/
+2
2020-08-04
ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN
Florent Fourcot
1
-12
/
+12
2020-08-04
ipv6/addrconf: call addrconf_ifdown with consistent values
Florent Fourcot
1
-1
/
+1
2020-08-04
Merge branch 'net-openvswitch-masks-cache-enhancements'
David S. Miller
5
-22
/
+139
2020-08-04
net: openvswitch: make masks cache size configurable
Eelco Chaudron
4
-14
/
+115
2020-08-04
net: openvswitch: add masks cache hit counter
Eelco Chaudron
5
-8
/
+24
2020-08-04
net: mvpp2: fix memory leak in mvpp2_rx
Lorenzo Bianconi
1
-0
/
+1
2020-08-04
ethtool: ethnl_set_linkmodes: remove redundant null check
Gaurav Singh
1
-2
/
+1
2020-08-04
openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
Peilin Ye
1
-18
/
+20
2020-08-04
net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
wenxu
5
-3
/
+11
2020-08-04
Merge branch 'Improve-MDIO-Ethernet-PHY-reset'
David S. Miller
5
-2
/
+15
2020-08-04
net: mdio device: use flexible sleeping in reset function
Bruno Thomsen
1
-1
/
+1
2020-08-04
net: mdiobus: add reset-post-delay-us handling
Bruno Thomsen
3
-0
/
+6
2020-08-04
net: mdiobus: use flexible sleeping for reset-delay-us
Bruno Thomsen
1
-1
/
+1
2020-08-04
dt-bindings: net: mdio: add reset-post-delay-us property
Bruno Thomsen
1
-0
/
+7
2020-08-02
netfilter: nf_tables: report EEXIST on overlaps
Pablo Neira Ayuso
1
-9
/
+7
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
207
-835
/
+1699
[next]