| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-14 | rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE | David Howells | 1 | -4/+11 |
| 2025-04-14 | rxrpc: Remove some socket lock acquire/release annotations | David Howells | 1 | -2/+1 |
| 2025-04-14 | rxrpc: kdoc: Update function descriptions and add link from rxrpc.rst | David Howells | 1 | -2/+5 |
| 2025-02-11 | rxrpc: Fix alteration of headers whilst zerocopy pending | David Howells | 1 | -3/+1 |
| 2025-02-05 | rxrpc: Fix call state set to not include the SERVER_SECURING state | David Howells | 1 | -1/+1 |
| 2024-12-16 | rxrpc: Fix ability to add more data to a call once MSG_MORE deasserted | David Howells | 1 | -0/+8 |
| 2024-12-09 | rxrpc: Manage RTT per-call rather than per-peer | David Howells | 1 | -1/+1 |
| 2024-12-09 | rxrpc: Use irq-disabling spinlocks between app and I/O thread | David Howells | 1 | -2/+0 |
| 2024-12-09 | rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKs | David Howells | 1 | -0/+3 |
| 2024-12-09 | rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it | David Howells | 1 | -3/+3 |
| 2024-12-09 | rxrpc: Implement progressive transmission queue struct | David Howells | 1 | -12/+57 |
| 2024-12-09 | rxrpc: Don't need barrier for ->tx_bottom and ->acks_hard_ack | David Howells | 1 | -3/+5 |
| 2024-12-09 | rxrpc: Separate the packet length from the data length in rxrpc_txbuf | David Howells | 1 | -1/+0 |
| 2024-12-09 | rxrpc: Don't set the MORE-PACKETS rxrpc wire header flag | David Howells | 1 | -3/+0 |
| 2024-12-09 | rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible | David Howells | 1 | -1/+1 |
| 2024-11-11 | rxrpc: Add a tracepoint for aborts being proposed | David Howells | 1 | -0/+1 |
| 2024-10-03 | rxrpc: Fix uninitialised variable in rxrpc_send_data() | David Howells | 1 | -5/+5 |
| 2024-03-14 | rxrpc: Fix error check on ->alloc_txbuf() | David Howells | 1 | -2/+2 |
| 2024-03-05 | rxrpc: Use ktimes for call timeout tracking and set the timer lazily | David Howells | 1 | -15/+10 |
| 2024-03-05 | rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags | David Howells | 1 | -17/+5 |
| 2024-02-29 | rxrpc: Add a kvec[] to the rxrpc_txbuf struct | David Howells | 1 | -3/+5 |
| 2024-02-29 | rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics | David Howells | 1 | -6/+4 |
| 2023-12-24 | rxrpc, afs: Allow afs to pin rxrpc_peer objects | David Howells | 1 | -1/+10 |
| 2023-05-01 | rxrpc: Fix timeout of a call that hasn't yet been granted a channel | David Howells | 1 | -0/+1 |
| 2023-05-01 | rxrpc: Make it so that a waiting process can be aborted | David Howells | 1 | -2/+5 |
| 2023-05-01 | rxrpc: Fix hard call timeout units | David Howells | 1 | -1/+1 |
| 2023-04-27 | rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() | David Howells | 1 | -8/+4 |
| 2023-01-06 | rxrpc: Move client call connection to the I/O thread | David Howells | 1 | -0/+64 |
| 2023-01-06 | rxrpc: Remove call->state_lock | David Howells | 1 | -3/+0 |
| 2023-01-06 | rxrpc: Move call state changes from sendmsg to I/O thread | David Howells | 1 | -56/+13 |
| 2023-01-06 | rxrpc: Wrap accesses to get call state to put the barrier in one place | David Howells | 1 | -16/+13 |
| 2023-01-06 | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters | David Howells | 1 | -1/+0 |
| 2023-01-06 | rxrpc: Tidy up abort generation infrastructure | David Howells | 1 | -8/+12 |
| 2023-01-06 | rxrpc: Only set/transmit aborts in the I/O thread | David Howells | 1 | -7/+22 |
| 2022-12-19 | rxrpc: Fix missing unlock in rxrpc_do_sendmsg() | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: Transmit ACKs at the point of generation | David Howells | 1 | -2/+0 |
| 2022-12-01 | rxrpc: Remove the _bh annotation from all the spinlocks | David Howells | 1 | -6/+6 |
| 2022-12-01 | rxrpc: Make the I/O thread take over the call and local processor work | David Howells | 1 | -6/+4 |
| 2022-12-01 | rxrpc: Move DATA transmission into call processor work item | David Howells | 1 | -70/+13 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing | David Howells | 1 | -2/+2 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing | David Howells | 1 | -1/+1 |
| 2022-11-08 | rxrpc: Fix congestion management | David Howells | 1 | -3/+19 |
| 2022-11-08 | rxrpc: Save last ACK's SACK table rather than marking txbufs | David Howells | 1 | -1/+0 |
| 2022-11-08 | rxrpc: Don't use a ring buffer for call Tx queue | David Howells | 1 | -116/+72 |
| 2022-11-08 | rxrpc: Clean up ACK handling | David Howells | 1 | -1/+1 |
| 2022-11-08 | rxrpc: Allocate ACK records at proposal and queue for transmission | David Howells | 1 | -3/+1 |
| 2022-11-08 | rxrpc: Remove the flags from the rxrpc_skb tracepoint | David Howells | 1 | -1/+0 |
| 2022-11-08 | rxrpc: Add stats procfile and DATA packet stats | David Howells | 1 | -0/+2 |
| 2022-08-25 | rxrpc: Fix locking in rxrpc's sendmsg | David Howells | 1 | -38/+54 |
| 2022-05-22 | rxrpc: Return an error to sendmsg if call failed | David Howells | 1 | -0/+6 |
| 2020-11-23 | rxrpc: Ask the security class how much space to allow in a packet | David Howells | 1 | -28/+13 |
| 2020-11-23 | rxrpc: Don't reserve security header in Tx DATA skbuff | David Howells | 1 | -4/+2 |
| 2020-10-05 | rxrpc: Fix accept on a connection that need securing | David Howells | 1 | -10/+5 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
| 2020-07-30 | rxrpc: Fix race between recvmsg and sendmsg on immediate call failure | David Howells | 1 | -0/+3 |
| 2020-07-20 | rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA | David Howells | 1 | -1/+1 |
| 2020-06-05 | rxrpc: Fix missing notification | David Howells | 1 | -4/+2 |
| 2020-06-05 | rxrpc: Move the call completion handling out of line | David Howells | 1 | -4/+4 |
| 2020-05-11 | rxrpc: Fix the excessive initial retransmission timeout | David Howells | 1 | -17/+9 |
| 2020-03-13 | rxrpc: Fix sendmsg(MSG_WAITALL) handling | David Howells | 1 | -2/+2 |
| 2020-03-13 | rxrpc: Fix call interruptibility handling | David Howells | 1 | -8/+36 |
| 2020-03-13 | rxrpc: Abstract out the calculation of whether there's Tx space | David Howells | 1 | -9/+18 |
| 2019-10-07 | rxrpc: Fix call crypto state cleanup | David Howells | 1 | -1/+1 |
| 2019-10-07 | rxrpc: Fix call ref leak | David Howells | 1 | -0/+1 |
| 2019-08-27 | rxrpc: Use the tx-phase skb flag to simplify tracing | David Howells | 1 | -5/+5 |
| 2019-08-27 | rxrpc: Add a private skb flag to indicate transmission-phase skbs | David Howells | 1 | -1/+2 |
| 2019-07-30 | rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet | David Howells | 1 | -0/+1 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-16 | rxrpc: Allow the kernel to mark a call as being non-interruptible | David Howells | 1 | -1/+3 |
| 2019-04-12 | rxrpc: Allow errors to be returned from rxrpc_queue_packet() | Marc Dionne | 1 | -9/+12 |
| 2019-01-15 | Revert "rxrpc: Allow failed client calls to be retried" | David Howells | 1 | -13/+11 |
| 2018-05-10 | rxrpc: Fix missing start of call timeout | David Howells | 1 | -0/+10 |
| 2018-03-30 | rxrpc: Fix leak of rxrpc_peer objects | David Howells | 1 | -0/+1 |
| 2018-03-30 | rxrpc: Fix checker warnings and errors | David Howells | 1 | -0/+2 |
| 2018-03-30 | rxrpc: Fix Tx ring annotation after initial Tx failure | David Howells | 1 | -1/+3 |
| 2018-03-27 | rxrpc, afs: Use debug_ids rather than pointers in traces | David Howells | 1 | -1/+2 |
| 2017-11-29 | rxrpc: Fix variable overwrite | Gustavo A. R. Silva | 1 | -1/+1 |
| 2017-11-24 | rxrpc: Add a timeout for detecting lost ACKs/lost DATA | David Howells | 1 | -1/+1 |
| 2017-11-24 | rxrpc: Express protocol timeouts in terms of RTT | David Howells | 1 | -0/+7 |
| 2017-11-24 | rxrpc: Fix call timeouts | David Howells | 1 | -10/+49 |
| 2017-11-24 | rxrpc: Split the call params from the operation params | David Howells | 1 | -34/+17 |
| 2017-11-24 | rxrpc: Don't set upgrade by default in sendmsg() | David Howells | 1 | -1/+1 |
| 2017-11-24 | rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing | David Howells | 1 | -2/+3 |
| 2017-10-24 | net: rxrpc: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-10-18 | rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals | David Howells | 1 | -26/+81 |
| 2017-08-29 | rxrpc: Allow failed client calls to be retried | David Howells | 1 | -11/+13 |
| 2017-08-29 | rxrpc: Add notification of end-of-Tx phase | David Howells | 1 | -7/+27 |
| 2017-08-29 | rxrpc: Don't negate call->error before returning it | David Howells | 1 | -4/+4 |
| 2017-06-16 | networking: convert many more places to skb_put_zero() | Johannes Berg | 1 | -1/+1 |
| 2017-06-07 | rxrpc: Provide a cmsg to specify the amount of Tx data for a call | David Howells | 1 | -2/+52 |
| 2017-06-07 | rxrpc: Consolidate sendmsg parameters | David Howells | 1 | -42/+41 |
| 2017-06-05 | rxrpc: Add service upgrade support for client connections | David Howells | 1 | -4/+15 |
| 2017-04-06 | rxrpc: Trace protocol errors in received packets | David Howells | 1 | -1/+2 |
| 2017-04-06 | rxrpc: Note a successfully aborted kernel operation | David Howells | 1 | -4/+8 |
| 2017-04-06 | rxrpc: Use negative error codes in rxrpc_call struct | David Howells | 1 | -1/+1 |
| 2017-03-09 | rxrpc: rxrpc_kernel_send_data() needs to handle failed call better | David Howells | 1 | -2/+3 |
| 2017-03-07 | rxrpc: Call state should be read with READ_ONCE() under some circumstances | David Howells | 1 | -18/+30 |
| 2017-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -11/+47 |
| 2017-03-03 | rxrpc: Fix potential NULL-pointer exception | David Howells | 1 | -7/+8 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+2 |
| 2017-03-01 | rxrpc: Fix deadlock between call creation and sendmsg/recvmsg | David Howells | 1 | -11/+46 |
| 2017-01-04 | scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr)) | yuan linyu | 1 | -1/+1 |
| 2016-10-06 | rxrpc: Need to produce an ACK for service op if op takes a long time | David Howells | 1 | -0/+5 |
| 2016-10-06 | rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs | David Howells | 1 | -1/+1 |
| 2016-10-06 | rxrpc: Fix warning by splitting rxrpc_send_call_packet() | David Howells | 1 | -4/+3 |
| 2016-09-30 | rxrpc: Keep the call timeouts as ktimes rather than jiffies | David Howells | 1 | -4/+4 |
| 2016-09-29 | rxrpc: Make Tx loss-injection go through normal return and adjust tracing | David Howells | 1 | -1/+1 |
| 2016-09-24 | rxrpc: Implement slow-start | David Howells | 1 | -2/+5 |
| 2016-09-23 | rxrpc: Add a tracepoint for the call timer | David Howells | 1 | -1/+1 |
| 2016-09-23 | rxrpc: Pass the last Tx packet marker in the annotation buffer | David Howells | 1 | -7/+7 |
| 2016-09-23 | rxrpc: Need to start the resend timer on initial transmission | David Howells | 1 | -0/+9 |
| 2016-09-23 | rxrpc: Preset timestamp on Tx sk_buffs | David Howells | 1 | -0/+5 |
| 2016-09-22 | rxrpc: Reduce the number of ACK-Requests sent | David Howells | 1 | -2/+0 |
| 2016-09-22 | rxrpc: Obtain RTT data by requesting ACKs on DATA packets | David Howells | 1 | -1/+0 |
| 2016-09-22 | rxrpc: Expedite ping response transmission | David Howells | 1 | -0/+4 |
| 2016-09-22 | rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs | David Howells | 1 | -43/+8 |
| 2016-09-17 | rxrpc: Improve skb tracing | David Howells | 1 | -5/+5 |
| 2016-09-17 | rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer | David Howells | 1 | -1/+8 |
| 2016-09-17 | rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes | David Howells | 1 | -1/+1 |
| 2016-09-08 | rxrpc: Rewrite the data and ack handling code | David Howells | 1 | -79/+47 |
| 2016-09-07 | rxrpc: Add tracepoint for working out where aborts happen | David Howells | 1 | -9/+9 |
| 2016-09-07 | rxrpc: Cache the security index in the rxrpc_call struct | David Howells | 1 | -1/+1 |
| 2016-09-07 | rxrpc: Improve the call tracking tracepoint | David Howells | 1 | -2/+2 |
| 2016-09-04 | rxrpc Move enum rxrpc_command to sendmsg.c | David Howells | 1 | -0/+7 |
| 2016-09-04 | rxrpc: Rearrange net/rxrpc/sendmsg.c | David Howells | 1 | -281/+277 |
| 2016-09-04 | rxrpc: Split sendmsg from packet transmission code | David Howells | 1 | -0/+645 |