index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rxrpc: Extract useful fields from a received ACK to skb priv data
David Howells
2024-03-05
4
-38
/
+45
*
rxrpc: Clean up the resend algorithm
David Howells
2024-03-05
1
-41
/
+38
*
rxrpc: Record probes after transmission and reduce number of time-gets
David Howells
2024-03-05
1
-65
/
+40
*
rxrpc: Use ktimes for call timeout tracking and set the timer lazily
David Howells
2024-03-05
11
-241
/
+214
*
rxrpc: Differentiate PING ACK transmission traces.
David Howells
2024-03-05
1
-2
/
+2
*
rxrpc: Don't permit resending after all Tx packets acked
David Howells
2024-03-05
1
-1
/
+3
*
rxrpc: Parse received packets before dealing with timeouts
David Howells
2024-03-05
1
-3
/
+3
*
rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
David Howells
2024-03-05
8
-144
/
+219
*
rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
David Howells
2024-03-03
3
-55
/
+56
*
rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
David Howells
2024-02-29
3
-40
/
+40
*
rxrpc: Don't pick values out of the wire header when setting up security
David Howells
2024-02-29
1
-4
/
+4
*
rxrpc: Split up the DATA packet transmission function
David Howells
2024-02-29
2
-30
/
+69
*
rxrpc: Add a kvec[] to the rxrpc_txbuf struct
David Howells
2024-02-29
4
-24
/
+22
*
rxrpc: Merge together DF/non-DF branches of data Tx function
David Howells
2024-02-29
1
-39
/
+15
*
rxrpc: Do lazy DF flag resetting
David Howells
2024-02-29
2
-3
/
+2
*
rxrpc: Remove atomic handling on some fields only used in I/O thread
David Howells
2024-02-29
2
-11
/
+7
*
rxrpc: Strip barriers and atomics off of timer tracking
David Howells
2024-02-29
4
-37
/
+32
*
rxrpc: Fix the names of the fields in the ACK trailer struct
David Howells
2024-02-29
4
-29
/
+29
*
rxrpc: Note cksum in txbuf
David Howells
2024-02-29
4
-1
/
+4
*
rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
David Howells
2024-02-29
6
-31
/
+28
*
rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
David Howells
2024-02-29
4
-22
/
+22
*
rxrpc: Fix counting of new acks and nacks
David Howells
2024-02-05
4
-25
/
+117
*
rxrpc: Fix response to PING RESPONSE ACKs to a dead call
David Howells
2024-02-05
1
-0
/
+8
*
rxrpc: Fix delayed ACKs to not set the reference serial number
David Howells
2024-02-05
2
-6
/
+1
*
rxrpc: Fix generation of serial numbers to skip zero
David Howells
2024-02-05
5
-9
/
+23
*
rxrpc: Fix use of Don't Fragment flag
David Howells
2024-01-11
4
-5
/
+17
*
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-11
1
-2
/
+2
|
\
|
*
rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue
David Howells
2024-01-07
1
-2
/
+2
*
|
rxrpc: Create a procfile to display outstanding client conn bundles
David Howells
2023-12-24
4
-0
/
+94
*
|
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
2023-12-24
5
-39
/
+111
*
|
rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
Oleg Nesterov
2023-12-24
1
-1
/
+2
|
/
*
rxrpc: Defer the response to a PING ACK until we've parsed it
David Howells
2023-11-17
1
-13
/
+13
*
rxrpc: Fix RTT determination to use any ACK as a source
David Howells
2023-11-17
1
-19
/
+16
*
rxrpc: Fix some minor issues with bundle tracing
David Howells
2023-11-17
1
-3
/
+4
*
rxrpc: Fix two connection reaping bugs
David Howells
2023-11-01
2
-2
/
+2
*
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
1
-1
/
+0
|
\
|
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-1
/
+0
*
|
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
2023-05-25
1
-1
/
+1
*
|
rxrpc: Truncate UTS_RELEASE for rxrpc version
David Howells
2023-05-30
3
-1
/
+12
|
/
*
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-05-05
4
-12
/
+23
|
\
|
*
rxrpc: Fix timeout of a call that hasn't yet been granted a channel
David Howells
2023-05-01
4
-1
/
+13
|
*
rxrpc: Make it so that a waiting process can be aborted
David Howells
2023-05-01
1
-2
/
+5
|
*
rxrpc: Fix hard call timeout units
David Howells
2023-05-01
1
-1
/
+1
|
*
rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()
David Howells
2023-04-27
1
-8
/
+4
*
|
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-27
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
2023-04-18
1
-4
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-26
3
-14
/
+28
|
\
\
|
*
|
rxrpc: Fix error when reading rxrpc tokens
Marc Dionne
2023-04-23
1
-1
/
+1
|
*
|
rxrpc: Fix potential race in error handling in afs_make_call()
David Howells
2023-04-22
2
-13
/
+27
|
|
/
[next]