summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix error check on ->alloc_txbuf()David Howells2024-03-141-2/+2
* rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells2024-03-141-2/+2
* rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells2024-03-054-38/+45
* rxrpc: Clean up the resend algorithmDavid Howells2024-03-051-41/+38
* rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells2024-03-051-65/+40
* rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells2024-03-0511-241/+214
* rxrpc: Differentiate PING ACK transmission traces.David Howells2024-03-051-2/+2
* rxrpc: Don't permit resending after all Tx packets ackedDavid Howells2024-03-051-1/+3
* rxrpc: Parse received packets before dealing with timeoutsDavid Howells2024-03-051-3/+3
* rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells2024-03-058-144/+219
* rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells2024-03-033-55/+56
* rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells2024-02-293-40/+40
* rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells2024-02-291-4/+4
* rxrpc: Split up the DATA packet transmission functionDavid Howells2024-02-292-30/+69
* rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells2024-02-294-24/+22
* rxrpc: Merge together DF/non-DF branches of data Tx functionDavid Howells2024-02-291-39/+15
* rxrpc: Do lazy DF flag resettingDavid Howells2024-02-292-3/+2
* rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells2024-02-292-11/+7
* rxrpc: Strip barriers and atomics off of timer trackingDavid Howells2024-02-294-37/+32
* rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells2024-02-294-29/+29
* rxrpc: Note cksum in txbufDavid Howells2024-02-294-1/+4
* rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells2024-02-296-31/+28
* rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells2024-02-294-22/+22
* rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-054-25/+117
* rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells2024-02-051-0/+8
* rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-052-6/+1
* rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-055-9/+23
* rxrpc: Fix use of Don't Fragment flagDavid Howells2024-01-114-5/+17
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-2/+2
|\
| * rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells2024-01-071-2/+2
* | rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells2023-12-244-0/+94
* | rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-245-39/+111
* | rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov2023-12-241-1/+2
|/
* rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells2023-11-171-13/+13
* rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells2023-11-171-19/+16
* rxrpc: Fix some minor issues with bundle tracingDavid Howells2023-11-171-3/+4
* rxrpc: Fix two connection reaping bugsDavid Howells2023-11-012-2/+2
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-1/+0
|\
| * sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-271-1/+1
|\ \ | |/ |/|
| * rxrpc: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-251-1/+1
* | rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells2023-05-303-1/+12
|/
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-054-12/+23
|\
| * rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-014-1/+13
| * rxrpc: Make it so that a waiting process can be abortedDavid Howells2023-05-011-2/+5
| * rxrpc: Fix hard call timeout unitsDavid Howells2023-05-011-1/+1
| * rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells2023-04-271-8/+4
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-4/+2
|\ \ | |/ |/|
| * Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-263-14/+28
|\ \