summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix congestion control algorithmDavid Howells2024-05-081-1/+1
* rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells2024-03-061-2/+5
* rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells2024-03-061-20/+15
* rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells2024-03-061-22/+10
* rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells2024-03-041-2/+3
* rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells2024-02-291-2/+2
* rxrpc: Split up the DATA packet transmission functionDavid Howells2024-02-291-1/+0
* rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells2024-02-291-0/+2
* rxrpc: Note cksum in txbufDavid Howells2024-02-291-0/+1
* rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells2024-02-291-4/+4
* rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells2024-02-291-0/+1
* rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-051-5/+15
* rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-051-1/+0
* rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-051-1/+15
* rxrpc: Fix use of Don't Fragment flagDavid Howells2024-01-121-0/+1
* rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells2023-12-241-0/+4
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-1/+1
* rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells2023-05-301-0/+1
* rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-011-0/+1
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-221-4/+11
|\
| * rxrpc: Remove local->defrag_semDavid Howells2023-01-311-1/+0
| * rxrpc: Simplify ACK handlingDavid Howells2023-01-311-0/+1
| * rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-311-2/+3
| * rxrpc: Allow a delay to be injected into packet receptionDavid Howells2023-01-311-0/+6
| * rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells2023-01-311-1/+1
* | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-211-1/+1
|\ \ | |/ |/|
| * rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helperStephen Rothwell2023-01-051-1/+1
* | rxrpc: Fix incoming call setup raceDavid Howells2023-01-071-1/+1
* | rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-10/+12
* | rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-061-8/+9
* | rxrpc: Remove call->state_lockDavid Howells2023-01-061-11/+22
* | rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-061-1/+2
* | rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-061-0/+16
* | rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-061-8/+18
* | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-061-4/+4
* | rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-061-0/+1
* | rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-061-2/+3
* | rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-22/+29
* | rxrpc: Clean up connection abortDavid Howells2023-01-061-19/+27
* | rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-061-0/+5
* | rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-061-1/+6
* | rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-061-0/+2
* | rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-061-5/+5
|/
* rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-191-3/+3
* rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-191-1/+0
* rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-191-0/+1
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-4/+1
* rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-011-12/+0
* rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-011-0/+2
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-011-0/+3