| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-17 | rxrpc: Fix notification vs call-release vs recvmsg | David Howells | 1 | -16/+12 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-04-14 | rxrpc: Display security params in the afs_cb_call tracepoint | David Howells | 1 | -0/+20 |
| 2025-04-14 | rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE | David Howells | 1 | -1/+1 |
| 2025-04-14 | rxrpc: Remove some socket lock acquire/release annotations | David Howells | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2025-02-05 | rxrpc: Fix call state set to not include the SERVER_SECURING state | David Howells | 1 | -4/+2 |
| 2024-12-09 | rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985] | David Howells | 1 | -2/+1 |
| 2024-12-09 | rxrpc: Manage RTT per-call rather than per-peer | David Howells | 1 | -0/+2 |
| 2024-12-09 | rxrpc: Use irq-disabling spinlocks between app and I/O thread | David Howells | 1 | -8/+7 |
| 2024-12-09 | rxrpc: Send jumbo DATA packets | David Howells | 1 | -0/+1 |
| 2024-12-09 | rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKs | David Howells | 1 | -1/+0 |
| 2024-12-09 | rxrpc: Implement progressive transmission queue struct | David Howells | 1 | -17/+21 |
| 2024-12-09 | rxrpc: Fix CPU time starvation in I/O thread | David Howells | 1 | -0/+2 |
| 2024-12-09 | rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible | David Howells | 1 | -2/+2 |
| 2024-05-08 | rxrpc: Fix congestion control algorithm | David Howells | 1 | -6/+1 |
| 2024-03-05 | rxrpc: Use ktimes for call timeout tracking and set the timer lazily | David Howells | 1 | -31/+25 |
| 2024-02-05 | rxrpc: Fix counting of new acks and nacks | David Howells | 1 | -0/+1 |
| 2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+2 |
| 2024-01-07 | rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue | David Howells | 1 | -2/+2 |
| 2023-12-24 | rxrpc, afs: Allow afs to pin rxrpc_peer objects | David Howells | 1 | -8/+9 |
| 2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+8 |
| 2023-05-01 | rxrpc: Fix timeout of a call that hasn't yet been granted a channel | David Howells | 1 | -1/+8 |
| 2023-04-18 | Change DEFINE_SEMAPHORE() to take a number argument | Peter Zijlstra | 1 | -4/+2 |
| 2023-02-07 | rxrpc: Fix overwaking on call poking | David Howells | 1 | -2/+4 |
| 2023-01-31 | rxrpc: De-atomic call->ackr_window and call->ackr_nr_unacked | David Howells | 1 | -1/+2 |
| 2023-01-31 | rxrpc: Convert call->recvmsg_lock to a spinlock | David Howells | 1 | -2/+2 |
| 2023-01-12 | rxrpc: Fix wrong error return in rxrpc_connect_call() | David Howells | 1 | -1/+1 |
| 2023-01-06 | rxrpc: Move client call connection to the I/O thread | David Howells | 1 | -14/+44 |
| 2023-01-06 | rxrpc: Remove call->state_lock | David Howells | 1 | -16/+14 |
| 2023-01-06 | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters | David Howells | 1 | -1/+3 |
| 2023-01-06 | rxrpc: Tidy up abort generation infrastructure | David Howells | 1 | -2/+4 |
| 2023-01-06 | rxrpc: Clean up connection abort | David Howells | 1 | -6/+2 |
| 2023-01-06 | rxrpc: Only disconnect calls in the I/O thread | David Howells | 1 | -8/+1 |
| 2023-01-06 | rxrpc: Only set/transmit aborts in the I/O thread | David Howells | 1 | -3/+4 |
| 2023-01-06 | rxrpc: Make the local endpoint hold a ref on a connected call | David Howells | 1 | -0/+2 |
| 2022-12-19 | rxrpc: Fix security setting propagation | David Howells | 1 | -0/+1 |
| 2022-12-01 | rxrpc: Remove the _bh annotation from all the spinlocks | David Howells | 1 | -10/+10 |
| 2022-12-01 | rxrpc: Make the I/O thread take over the call and local processor work | David Howells | 1 | -22/+34 |
| 2022-12-01 | rxrpc: Remove RCU from peer->error_targets list | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: Move DATA transmission into call processor work item | David Howells | 1 | -0/+6 |
| 2022-12-01 | rxrpc: Copy client call parameters into rxrpc_call earlier | David Howells | 1 | -19/+31 |
| 2022-12-01 | rxrpc: Implement a mechanism to send an event notification to a call | David Howells | 1 | -0/+24 |
| 2022-12-01 | rxrpc: Remove call->input_lock | David Howells | 1 | -1/+0 |
| 2022-12-01 | rxrpc: Move packet reception processing into I/O thread | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: Don't hold a ref for call timer or workqueue | David Howells | 1 | -69/+42 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing | David Howells | 1 | -58/+44 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle | David Howells | 1 | -3/+3 |
| 2022-12-01 | rxrpc: Remove the [_k]net() debugging macros | David Howells | 1 | -6/+0 |
| 2022-11-08 | rxrpc: Fix congestion management | David Howells | 1 | -1/+6 |
| 2022-11-08 | rxrpc: Remove the rxtx ring | David Howells | 1 | -24/+0 |
| 2022-11-08 | rxrpc: Save last ACK's SACK table rather than marking txbufs | David Howells | 1 | -0/+2 |
| 2022-11-08 | rxrpc: Remove call->lock | David Howells | 1 | -3/+0 |
| 2022-11-08 | rxrpc: Don't use a ring buffer for call Tx queue | David Howells | 1 | -3/+12 |
| 2022-11-08 | rxrpc: Get rid of the Rx ring | David Howells | 1 | -2/+5 |
| 2022-11-08 | rxrpc: Clean up ACK handling | David Howells | 1 | -1/+1 |
| 2022-11-08 | rxrpc: Remove call->tx_phase | David Howells | 1 | -1/+0 |
| 2022-11-08 | rxrpc: Split call timer-expiration from call timer-set tracepoint | David Howells | 1 | -1/+1 |
| 2022-08-25 | rxrpc: Fix locking in rxrpc's sendmsg | David Howells | 1 | -1/+3 |
| 2022-05-22 | rxrpc: Fix locking issue | David Howells | 1 | -9/+9 |
| 2022-05-22 | rxrpc: Use refcount_t rather than atomic_t | David Howells | 1 | -21/+23 |
| 2022-03-31 | rxrpc: Fix call timer start racing with call destruction | David Howells | 1 | -5/+35 |
| 2021-02-04 | rxrpc: Fix clearance of Tx/Rx ring when releasing a call | David Howells | 1 | -2/+0 |
| 2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+1 |
| 2020-10-05 | rxrpc: Fix accept on a connection that need securing | David Howells | 1 | -4/+1 |
| 2020-09-08 | rxrpc: Impose a maximum number of client calls | David Howells | 1 | -0/+43 |
| 2020-08-20 | rxrpc: Fix loss of RTT samples due to interposed ACK | David Howells | 1 | -0/+1 |
| 2020-07-30 | rxrpc: Fix race between recvmsg and sendmsg on immediate call failure | David Howells | 1 | -8/+19 |
| 2020-03-13 | rxrpc: Fix call interruptibility handling | David Howells | 1 | -2/+1 |
| 2020-02-07 | rxrpc: Fix call RCU cleanup using non-bh-safe locks | David Howells | 1 | -3/+19 |
| 2020-02-03 | rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect | David Howells | 1 | -2/+2 |
| 2019-10-07 | rxrpc: Fix call crypto state cleanup | David Howells | 1 | -3/+3 |
| 2019-10-07 | rxrpc: Fix trace-after-put looking at the put call record | David Howells | 1 | -11/+17 |
| 2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -17/+16 |
| 2019-08-27 | rxrpc: Use the tx-phase skb flag to simplify tracing | David Howells | 1 | -4/+2 |
| 2019-08-27 | rxrpc: Abstract out rxtx ring cleanup | David Howells | 1 | -16/+17 |
| 2019-07-30 | rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto | David Howells | 1 | -1/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-16 | rxrpc: Allow the kernel to mark a call as being non-interruptible | David Howells | 1 | -0/+2 |
| 2019-04-30 | rxrpc: Fix net namespace cleanup | David Howells | 1 | -16/+16 |
| 2019-01-15 | Revert "rxrpc: Allow failed client calls to be retried" | David Howells | 1 | -97/+0 |
| 2018-10-08 | rxrpc: Fix the packet reception routine | David Howells | 1 | -0/+1 |
| 2018-10-05 | rxrpc: Fix some missed refs to init_net | David Howells | 1 | -2/+2 |
| 2018-09-28 | rxrpc: Fix error distribution | David Howells | 1 | -1/+1 |
| 2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -1/+1 |
| 2018-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -9/+23 |
| 2018-03-30 | rxrpc: Fix potential call vs socket/net destruction race | David Howells | 1 | -3/+13 |
| 2018-03-30 | rxrpc: Fix checker warnings and errors | David Howells | 1 | -0/+1 |
| 2018-03-27 | rxrpc, afs: Use debug_ids rather than pointers in traces | David Howells | 1 | -6/+9 |
| 2017-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -23/+39 |
| 2017-11-24 | rxrpc: Add a timeout for detecting lost ACKs/lost DATA | David Howells | 1 | -0/+1 |
| 2017-11-24 | rxrpc: Fix call timeouts | David Howells | 1 | -11/+16 |
| 2017-11-24 | rxrpc: Split the call params from the operation params | David Howells | 1 | -8/+7 |
| 2017-11-24 | rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls | David Howells | 1 | -4/+15 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+3 |
| 2017-11-02 | rxrpc: Lock around calling a kernel service Rx notification | David Howells | 1 | -0/+1 |
| 2017-08-29 | rxrpc: Allow failed client calls to be retried | David Howells | 1 | -5/+97 |
| 2017-06-14 | rxrpc: Cache the congestion window setting | David Howells | 1 | -6/+1 |
| 2017-06-07 | rxrpc: Provide a cmsg to specify the amount of Tx data for a call | David Howells | 1 | -0/+3 |
| 2017-05-25 | rxrpc: Support network namespacing | David Howells | 1 | -17/+22 |
| 2017-04-06 | rxrpc: Use negative error codes in rxrpc_call struct | David Howells | 1 | -2/+2 |
| 2017-03-01 | rxrpc: Fix deadlock between call creation and sendmsg/recvmsg | David Howells | 1 | -2/+16 |
| 2017-01-05 | rxrpc: Fix handling of enums-to-string translation in tracing | David Howells | 1 | -18/+0 |
| 2016-10-13 | rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR() | David Howells | 1 | -1/+1 |
| 2016-10-06 | rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs | David Howells | 1 | -0/+1 |
| 2016-10-06 | rxrpc: Fix warning by splitting rxrpc_send_call_packet() | David Howells | 1 | -1/+1 |
| 2016-09-30 | rxrpc: Fix the call timer handling | David Howells | 1 | -5/+2 |
| 2016-09-30 | rxrpc: Keep the call timeouts as ktimes rather than jiffies | David Howells | 1 | -10/+6 |
| 2016-09-24 | rxrpc: Implement slow-start | David Howells | 1 | -0/+13 |
| 2016-09-23 | rxrpc: Add a tracepoint for the call timer | David Howells | 1 | -2/+4 |
| 2016-09-23 | rxrpc: Fix call timer | David Howells | 1 | -2/+2 |
| 2016-09-17 | rxrpc: Improve skb tracing | David Howells | 1 | -3/+8 |
| 2016-09-17 | rxrpc: Add connection tracepoint and client conn state tracepoint | David Howells | 1 | -2/+0 |
| 2016-09-17 | rxrpc: Add some additional call tracing | David Howells | 1 | -4/+14 |
| 2016-09-17 | rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() | David Howells | 1 | -24/+12 |
| 2016-09-17 | rxrpc: Purge the to_be_accepted queue on socket release | David Howells | 1 | -0/+10 |
| 2016-09-13 | rxrpc: Correctly initialise, limit and transmit call->rx_winsize | David Howells | 1 | -1/+1 |
| 2016-09-13 | rxrpc: Fix prealloc refcounting | David Howells | 1 | -3/+0 |
| 2016-09-13 | rxrpc: Adjust the call ref tracepoint to show kernel API refs | David Howells | 1 | -0/+2 |
| 2016-09-08 | rxrpc: Rewrite the data and ack handling code | David Howells | 1 | -388/+147 |
| 2016-09-08 | rxrpc: Preallocate peers, conns and calls for incoming service requests | David Howells | 1 | -3/+9 |
| 2016-09-08 | rxrpc: Remove skb_count from struct rxrpc_call | David Howells | 1 | -22/+12 |
| 2016-09-07 | rxrpc: Add tracepoint for working out where aborts happen | David Howells | 1 | -1/+1 |
| 2016-09-07 | rxrpc: Calls shouldn't hold socket refs | David Howells | 1 | -136/+88 |
| 2016-09-07 | rxrpc: Cache the security index in the rxrpc_call struct | David Howells | 1 | -0/+1 |
| 2016-09-07 | rxrpc: Use call->peer rather than call->conn->params.peer | David Howells | 1 | -3/+5 |
| 2016-09-07 | rxrpc: Improve the call tracking tracepoint | David Howells | 1 | -17/+31 |
| 2016-09-04 | rxrpc: The client call state must be changed before attachment to conn | David Howells | 1 | -2/+0 |
| 2016-09-02 | rxrpc: fix undefined behavior in rxrpc_mark_call_released | Arnd Bergmann | 1 | -1/+1 |
| 2016-09-01 | rxrpc: Don't expose skbs to in-kernel users [ver #2] | David Howells | 1 | -2/+3 |
| 2016-08-30 | rxrpc: Trace rxrpc_call usage | David Howells | 1 | -7/+83 |
| 2016-08-30 | rxrpc: Calls should only have one terminal state | David Howells | 1 | -26/+17 |
| 2016-08-24 | rxrpc: Improve management and caching of client connection objects | David Howells | 1 | -2/+3 |
| 2016-08-24 | rxrpc: Make /proc/net/rxrpc_calls safer | David Howells | 1 | -0/+3 |
| 2016-08-23 | rxrpc: Drop channel number field from rxrpc_call struct | David Howells | 1 | -4/+3 |
| 2016-08-23 | rxrpc: When clearing a socket, clear the call sets in the right order | David Howells | 1 | -6/+6 |
| 2016-08-23 | rxrpc: Tidy up the rxrpc_call struct a bit | David Howells | 1 | -6/+1 |
| 2016-08-09 | rxrpc: Need to flag call as being released on connect failure | David Howells | 1 | -0/+2 |
| 2016-08-09 | rxrpc: fix uninitialized pointer dereference in debug code | Arnd Bergmann | 1 | -0/+1 |
| 2016-08-06 | rxrpc: Fix races between skb free, ACK generation and replying | David Howells | 1 | -7/+1 |
| 2016-07-06 | rxrpc: Kill off the call hash table | David Howells | 1 | -173/+0 |
| 2016-07-06 | rxrpc: Prune the contents of the rxrpc_conn_proto struct | David Howells | 1 | -1/+1 |
| 2016-07-06 | rxrpc: Call channels should have separate call number spaces | David Howells | 1 | -37/+23 |
| 2016-07-06 | rxrpc: Add RCU destruction for connections and calls | David Howells | 1 | -3/+15 |
| 2016-07-06 | rxrpc: Release a call's connection ref on call disconnection | David Howells | 1 | -17/+9 |
| 2016-07-06 | rxrpc: Fix handling of connection failure in client call creation | David Howells | 1 | -1/+3 |
| 2016-06-22 | rxrpc: Kill off the rxrpc_transport struct | David Howells | 1 | -10/+6 |
| 2016-06-22 | rxrpc: Kill the client connection bundle concept | David Howells | 1 | -59/+65 |
| 2016-06-22 | rxrpc: Provide more refcount helper functions | David Howells | 1 | -1/+1 |
| 2016-06-22 | rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions | David Howells | 1 | -10/+11 |
| 2016-06-22 | rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} | David Howells | 1 | -14/+14 |
| 2016-06-22 | rxrpc: Use structs to hold connection params and protocol info | David Howells | 1 | -21/+23 |
| 2016-06-15 | rxrpc: Use the peer record to distribute network errors | David Howells | 1 | -3/+3 |
| 2016-06-13 | rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix | David Howells | 1 | -0/+980 |