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
path:
root
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-14
rxrpc: Fix error check on ->alloc_txbuf()
David Howells
1
-2
/
+2
2024-03-14
rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
David Howells
1
-2
/
+2
2024-03-06
rxrpc: Extract useful fields from a received ACK to skb priv data
David Howells
4
-38
/
+45
2024-03-06
rxrpc: Clean up the resend algorithm
David Howells
1
-41
/
+38
2024-03-06
rxrpc: Record probes after transmission and reduce number of time-gets
David Howells
1
-65
/
+40
2024-03-06
rxrpc: Use ktimes for call timeout tracking and set the timer lazily
David Howells
11
-241
/
+214
2024-03-06
rxrpc: Differentiate PING ACK transmission traces.
David Howells
1
-2
/
+2
2024-03-06
rxrpc: Don't permit resending after all Tx packets acked
David Howells
1
-1
/
+3
2024-03-06
rxrpc: Parse received packets before dealing with timeouts
David Howells
1
-3
/
+3
2024-03-06
rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
David Howells
8
-144
/
+219
2024-03-04
rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
David Howells
3
-55
/
+56
2024-02-29
rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
David Howells
3
-40
/
+40
2024-02-29
rxrpc: Don't pick values out of the wire header when setting up security
David Howells
1
-4
/
+4
2024-02-29
rxrpc: Split up the DATA packet transmission function
David Howells
2
-30
/
+69
2024-02-29
rxrpc: Add a kvec[] to the rxrpc_txbuf struct
David Howells
4
-24
/
+22
2024-02-29
rxrpc: Merge together DF/non-DF branches of data Tx function
David Howells
1
-39
/
+15
2024-02-29
rxrpc: Do lazy DF flag resetting
David Howells
2
-3
/
+2
2024-02-29
rxrpc: Remove atomic handling on some fields only used in I/O thread
David Howells
2
-11
/
+7
2024-02-29
rxrpc: Strip barriers and atomics off of timer tracking
David Howells
4
-37
/
+32
2024-02-29
rxrpc: Fix the names of the fields in the ACK trailer struct
David Howells
4
-29
/
+29
2024-02-29
rxrpc: Note cksum in txbuf
David Howells
4
-1
/
+4
2024-02-29
rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
David Howells
6
-31
/
+28
2024-02-29
rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
David Howells
4
-22
/
+22
2024-02-05
rxrpc: Fix counting of new acks and nacks
David Howells
4
-25
/
+117
2024-02-05
rxrpc: Fix response to PING RESPONSE ACKs to a dead call
David Howells
1
-0
/
+8
2024-02-05
rxrpc: Fix delayed ACKs to not set the reference serial number
David Howells
2
-6
/
+1
2024-02-05
rxrpc: Fix generation of serial numbers to skip zero
David Howells
5
-9
/
+23
2024-01-12
rxrpc: Fix use of Don't Fragment flag
David Howells
4
-5
/
+17
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+2
2024-01-07
rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue
David Howells
1
-2
/
+2
2023-12-24
rxrpc: Create a procfile to display outstanding client conn bundles
David Howells
4
-0
/
+94
2023-12-24
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
5
-39
/
+111
2023-12-24
rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
Oleg Nesterov
1
-1
/
+2
2023-11-17
rxrpc: Defer the response to a PING ACK until we've parsed it
David Howells
1
-13
/
+13
2023-11-17
rxrpc: Fix RTT determination to use any ACK as a source
David Howells
1
-19
/
+16
2023-11-17
rxrpc: Fix some minor issues with bundle tracing
David Howells
1
-3
/
+4
2023-11-02
rxrpc: Fix two connection reaping bugs
David Howells
2
-2
/
+2
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+0
2023-06-28
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-05-30
rxrpc: Truncate UTS_RELEASE for rxrpc version
David Howells
3
-1
/
+12
2023-05-26
rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
1
-1
/
+1
2023-05-06
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-12
/
+23
2023-05-01
rxrpc: Fix timeout of a call that hasn't yet been granted a channel
David Howells
4
-1
/
+13
2023-05-01
rxrpc: Make it so that a waiting process can be aborted
David Howells
1
-2
/
+5
2023-05-01
rxrpc: Fix hard call timeout units
David Howells
1
-1
/
+1
2023-04-28
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+2
2023-04-27
rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
David Howells
1
-8
/
+4
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-14
/
+28
2023-04-23
rxrpc: Fix error when reading rxrpc tokens
Marc Dionne
1
-1
/
+1
[next]