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