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
2021-10-01
fix up for "net: add new socket option SO_RESERVE_MEM"
Stephen Rothwell
3
-0
/
+6
2021-10-01
Revert "Merge branch 'mctp-kunit-tests'"
David S. Miller
6
-632
/
+0
2021-10-01
sparc: add SO_RESERVE_MEM definition.
David S. Miller
1
-0
/
+3
2021-10-01
devlink: report maximum number of snapshots with regions
Jacob Keller
4
-2
/
+13
2021-10-01
Merge branch 'mctp-kunit-tests'
David S. Miller
6
-0
/
+632
2021-10-01
mctp: Add input reassembly tests
Jeremy Kerr
1
-0
/
+134
2021-10-01
mctp: Add route input to socket tests
Jeremy Kerr
1
-0
/
+131
2021-10-01
mctp: Add packet rx tests
Jeremy Kerr
1
-3
/
+64
2021-10-01
mctp: Add test utils
Jeremy Kerr
3
-0
/
+90
2021-10-01
mctp: Add initial test structure and fragmentation test
Jeremy Kerr
3
-0
/
+216
2021-10-01
Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
14
-105
/
+194
2021-10-01
net: sched: Use struct_size() helper in kvmalloc()
Gustavo A. R. Silva
1
-1
/
+1
2021-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
453
-2668
/
+4868
2021-10-01
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
88
-447
/
+1384
2021-10-01
net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel mode
Aya Levin
2
-0
/
+19
2021-10-01
net/mlx5e: Fix the presented RQ index in PTP stats
Lama Kayal
3
-3
/
+5
2021-10-01
net/mlx5: Fix setting number of EQs of SFs
Shay Drory
1
-2
/
+3
2021-10-01
net/mlx5: Fix length of irq_index in chars
Shay Drory
1
-2
/
+2
2021-10-01
net/mlx5: Avoid generating event after PPS out in Real time mode
Aya Levin
1
-8
/
+6
2021-10-01
net/mlx5: Force round second at 1PPS out start time
Aya Levin
1
-14
/
+11
2021-10-01
net/mlx5: E-Switch, Fix double allocation of acl flow counter
Moshe Shemesh
2
-5
/
+11
2021-10-01
net/mlx5e: Improve MQPRIO resiliency
Tariq Toukan
2
-32
/
+80
2021-10-01
net/mlx5e: Keep the value for maximum number of channels in-sync
Tariq Toukan
6
-34
/
+57
2021-10-01
net/mlx5e: IPSEC RX, enable checksum complete
Raed Salem
1
-6
/
+1
2021-09-30
Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-14
/
+7
2021-09-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
17
-48
/
+113
2021-09-30
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
3
-12
/
+56
2021-09-30
Merge branch 'snmp-optimizations'
David S. Miller
3
-17
/
+12
2021-09-30
mptcp: use batch snmp operations in mptcp_seq_show()
Eric Dumazet
1
-10
/
+7
2021-09-30
net: snmp: inline snmp_get_cpu_field()
Eric Dumazet
2
-7
/
+5
2021-09-30
net/mlx4_en: Add XDP_REDIRECT statistics
Joshua Roys
5
-2
/
+20
2021-09-30
net: stmmac: fix EEE init issue when paired with EEE capable PHYs
Wong Vee Khee
1
-0
/
+4
2021-09-30
ixgbe: let the xdpdrv work with more than 64 cpus
Jason Xing
5
-24
/
+77
2021-09-30
Merge branch 'SO_RESEVED_MEM'
David S. Miller
8
-13
/
+147
2021-09-30
tcp: adjust rcv_ssthresh according to sk_reserved_mem
Wei Wang
3
-4
/
+22
2021-09-30
tcp: adjust sndbuf according to sk_reserved_mem
Wei Wang
2
-2
/
+13
2021-09-30
net: add new socket option SO_RESERVE_MEM
Wei Wang
5
-7
/
+112
2021-09-30
net: dev_addr_list: handle first address in __hw_addr_add_ex
Jakub Kicinski
1
-0
/
+6
2021-09-30
net: phy: marvell10g: add downshift tunable support
Russell King
1
-1
/
+106
2021-09-30
net: sched: flower: protect fl_walk() with rcu
Vlad Buslov
1
-0
/
+6
2021-09-30
octeontx2-af: Remove redundant initialization of variable pin
Colin Ian King
1
-1
/
+1
2021-09-30
net: macb: ptp: Switch to gettimex64() interface
Lars-Peter Clausen
1
-4
/
+9
2021-09-30
dissector: do not set invalid PPP protocol
Boris Sukholitko
1
-2
/
+1
2021-09-30
net: dsa: rtl8366rb: Use core filtering tracking
Linus Walleij
1
-7
/
+2
2021-09-30
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
3
-20
/
+33
2021-09-30
octeontx2-pf: Add XDP support to netdev PF
Geetha sowjanya
6
-34
/
+322
2021-09-30
octeontx2-af: Adjust LA pointer for cpt parse header
Kiran Kumar K
2
-95
/
+80
2021-09-30
net_sched: Use struct_size() and flex_array_size() helpers
Gustavo A. R. Silva
1
-3
/
+4
2021-09-29
MAINTAINERS: Update Mun Yew Tham as Altera Pio Driver maintainer
Mun Yew Tham
1
-1
/
+1
2021-09-29
MAINTAINERS: update my email address
Bartosz Golaszewski
1
-4
/
+4
[next]