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