summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)AuthorLines
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells-4/+11
2025-04-14rxrpc: Remove some socket lock acquire/release annotationsDavid Howells-2/+1
2025-04-14rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells-2/+5
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells-3/+1
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells-1/+1
2024-12-16rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells-0/+8
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells-1/+1
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells-2/+0
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells-0/+3
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells-3/+3
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells-12/+57
2024-12-09rxrpc: Don't need barrier for ->tx_bottom and ->acks_hard_ackDavid Howells-3/+5
2024-12-09rxrpc: Separate the packet length from the data length in rxrpc_txbufDavid Howells-1/+0
2024-12-09rxrpc: Don't set the MORE-PACKETS rxrpc wire header flagDavid Howells-3/+0
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells-1/+1
2024-11-11rxrpc: Add a tracepoint for aborts being proposedDavid Howells-0/+1
2024-10-03rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells-5/+5
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()David Howells-2/+2
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells-15/+10
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells-17/+5
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells-3/+5
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells-6/+4
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells-1/+10
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells-0/+1
2023-05-01rxrpc: Make it so that a waiting process can be abortedDavid Howells-2/+5
2023-05-01rxrpc: Fix hard call timeout unitsDavid Howells-1/+1
2023-04-27rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells-8/+4
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells-0/+64
2023-01-06rxrpc: Remove call->state_lockDavid Howells-3/+0
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells-56/+13
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells-16/+13
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells-1/+0
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells-8/+12
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells-7/+22
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells-1/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells-2/+0
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells-6/+6
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells-6/+4
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells-70/+13
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells-1/+1
2022-11-08rxrpc: Fix congestion managementDavid Howells-3/+19
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells-1/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells-116/+72
2022-11-08rxrpc: Clean up ACK handlingDavid Howells-1/+1
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells-3/+1
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells-1/+0
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells-0/+2
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgDavid Howells-38/+54
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells-0/+6