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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
sunrpc: dynamically allocate the sunrpc_cred shrinker
Qi Zheng
1
-8
/
+12
2023-09-21
Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
24
-187
/
+257
2023-09-21
Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Paolo Abeni
2
-4
/
+22
2023-09-20
net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()
Jinjie Ruan
1
-7
/
+7
2023-09-20
netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
Jozsef Kadlecsik
1
-2
/
+10
2023-09-20
netfilter: nf_tables: fix memleak when more than 255 elements expired
Florian Westphal
1
-2
/
+8
2023-09-20
netfilter: nf_tables: disable toggling dormant table state more than once
Florian Westphal
1
-0
/
+4
2023-09-20
net: rds: Fix possible NULL-pointer dereference
Artem Chernyshev
1
-5
/
+7
2023-09-19
net: bridge: use DEV_STATS_INC()
Eric Dumazet
2
-4
/
+4
2023-09-18
Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-5
/
+9
2023-09-18
ax25: Kconfig: Update link for linux-ax25.org
Peter Lafreniere
1
-8
/
+8
2023-09-18
mptcp: fix dangling connection hang-up
Paolo Abeni
3
-44
/
+65
2023-09-18
mptcp: rename timer related helper to less confusing names
Paolo Abeni
3
-23
/
+23
2023-09-18
mptcp: process pending subflow error on close
Paolo Abeni
1
-29
/
+34
2023-09-18
mptcp: move __mptcp_error_report in protocol.c
Paolo Abeni
2
-36
/
+36
2023-09-18
mptcp: fix bogus receive window shrinkage with multiple subflows
Paolo Abeni
1
-2
/
+3
2023-09-18
net: hsr: Add __packed to struct hsr_sup_tlv.
Sebastian Andrzej Siewior
1
-1
/
+1
2023-09-18
net: hsr: Properly parse HSRv1 supervisor frames.
Lukasz Majewski
1
-2
/
+2
2023-09-18
dccp: fix dccp_v4_err()/dccp_v6_err() again
Eric Dumazet
2
-14
/
+4
2023-09-18
ncsi: Propagate carrier gain/loss events to the NCSI controller
Johnathan Mantey
1
-0
/
+5
2023-09-17
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
1
-1
/
+3
2023-09-16
net: core: Use the bitmap API to allocate bitmaps
Andy Shevchenko
1
-3
/
+3
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+2
2023-09-15
netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()
Ilya Leoshkevich
1
-0
/
+2
2023-09-15
Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
David S. Miller
5
-34
/
+58
2023-09-15
net/core: Fix ETH_P_1588 flow dissector
Sasha Neftin
1
-1
/
+1
2023-09-14
kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().
Kuniyuki Iwashima
1
-7
/
+8
2023-09-13
netfilter: nf_tables: Fix entries val in rule reset audit log
Phil Sutter
1
-6
/
+10
2023-09-13
netfilter: conntrack: fix extension size table
Florian Westphal
1
-2
/
+2
2023-09-13
NFSv4.1: fix pnfs MDS=DS session trunking
Olga Kornievskaia
1
-4
/
+7
2023-09-13
Revert "SUNRPC: Fail faster on bad verifier"
Trond Myklebust
1
-1
/
+1
2023-09-13
SUNRPC: Mark the cred for revalidation if the server rejects it
Trond Myklebust
1
-0
/
+1
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
1
-1
/
+6
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
Kuniyuki Iwashima
1
-1
/
+2
2023-09-13
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...
Kuniyuki Iwashima
1
-15
/
+13
2023-09-12
net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
Liu Jian
1
-2
/
+2
2023-09-11
netfilter: nf_tables: disallow element removal on anonymous sets
Pablo Neira Ayuso
1
-4
/
+5
2023-09-11
kcm: Fix memory leak in error path of kcm_sendmsg()
Shigeru Yoshida
1
-0
/
+2
2023-09-11
hsr: Fix uninit-value access in fill_frame_info()
Ziyang Xuan
1
-0
/
+1
2023-09-10
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...
Guangguan Wang
1
-0
/
+2
2023-09-10
net/smc: bugfix for smcr v2 server connect success statistic
Guangguan Wang
1
-1
/
+2
2023-09-08
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
1
-5
/
+5
2023-09-08
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
47
-175
/
+317
2023-09-08
netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
Pablo Neira Ayuso
1
-6
/
+3
2023-09-08
netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
Pablo Neira Ayuso
1
-1
/
+1
2023-09-08
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
Pablo Neira Ayuso
4
-6
/
+22
2023-09-08
netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
Pablo Neira Ayuso
1
-4
/
+2
2023-09-08
netfilter: nf_tables: disallow rule removal from chain binding
Pablo Neira Ayuso
1
-5
/
+13
2023-09-07
Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Paolo Abeni
5
-15
/
+35
2023-09-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+8
[next]