index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
drivers
/
net
/
ethernet
/
chelsio
/
inline_crypto
/
chtls
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-17
chelsio/chtls: prevent potential integer overflow on 32bit
Dan Carpenter
1
-2
/
+3
2024-10-10
Fix misspelling of "accept*" in net
Alexander Zubkov
1
-2
/
+2
2024-10-09
chelsio/chtls: Remove unused chtls_set_tcb_tflag
Dr. David Alan Gilbert
2
-10
/
+0
2023-11-03
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+0
2023-10-23
chtls: fix tp->rcv_tstamp initialization
Eric Dumazet
1
-1
/
+1
2023-10-14
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
1
-7
/
+29
2023-09-15
chelsio: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+0
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-07-29
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
1
-0
/
+1
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
3
-17
/
+0
2023-06-09
chelsio/chtls: Use splice_eof() to flush
David Howells
3
-0
/
+11
2023-06-01
chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-102
/
+7
2023-06-01
chelsio: Support MSG_SPLICE_PAGES
David Howells
1
-1
/
+11
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
1
-3
/
+2
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-20
tcp: Fix data-races around sysctl knobs related to SYN option.
Kuniyuki Iwashima
1
-3
/
+3
2022-07-13
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
1
-1
/
+1
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2
-13
/
+11
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
2
-2
/
+2
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-05-13
chelsio/chtls: unlock on error in chtls_pt_recvmsg()
Dan Carpenter
1
-2
/
+4
2021-02-15
cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...
Ayush Sawal
1
-3
/
+0
2021-01-24
chtls: Fix potential resource leak
Pan Bian
1
-4
/
+3
2021-01-14
cxgb4/chtls: Fix tid stuck due to wrong update of qid
Ayush Sawal
3
-2
/
+75
2021-01-08
chtls: Fix chtls resources release sequence
Ayush Sawal
1
-4
/
+4
2021-01-08
chtls: Added a check to avoid NULL pointer dereference
Ayush Sawal
1
-0
/
+5
2021-01-08
chtls: Replace skb_dequeue with skb_peek
Ayush Sawal
1
-1
/
+1
2021-01-08
chtls: Avoid unnecessary freeing of oreq pointer
Ayush Sawal
1
-3
/
+1
2021-01-08
chtls: Fix panic when route to peer not configured
Ayush Sawal
1
-2
/
+12
2021-01-08
chtls: Remove invalid set_tcb call
Ayush Sawal
1
-3
/
+0
2021-01-08
chtls: Fix hardware tid leak
Ayush Sawal
1
-36
/
+3
2020-12-16
Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-1
/
+3
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+2
2020-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+2
2020-12-03
chelsio/chtls: fix a double free in chtls_setkey()
Dan Carpenter
1
-0
/
+1
2020-12-01
chelsio/chtls: fix panic during unload reload chtls
Vinay Kumar Yadav
1
-0
/
+1
2020-11-24
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
1
-1
/
+1
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+4
2020-11-04
chelsio/chtls: Utilizing multiple rxq/txq to process requests
Vinay Kumar Yadav
2
-1
/
+3
2020-11-04
chelsio/chtls: fix always leaking ctrl_skb
Vinay Kumar Yadav
1
-1
/
+1
2020-11-04
chelsio/chtls: fix memory leaks caused by a race
Vinay Kumar Yadav
1
-0
/
+3
2020-10-28
chelsio/chtls: fix memory leaks in CPL handlers
Vinay Kumar Yadav
1
-15
/
+12
2020-10-28
chelsio/chtls: fix deadlock issue
Vinay Kumar Yadav
1
-2
/
+0
[next]