| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-14 | rxrpc: rxgk: Implement connection rekeying | David Howells | 1 | -0/+1 |
| 2025-04-14 | rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE | David Howells | 1 | -0/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -4/+4 |
| 2025-02-04 | rxrpc: Fix the rxrpc_connection attend queue handling | David Howells | 1 | -0/+1 |
| 2024-12-09 | rxrpc: Use irq-disabling spinlocks between app and I/O thread | David Howells | 1 | -4/+4 |
| 2024-12-09 | rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899) | David Howells | 1 | -0/+6 |
| 2024-11-11 | mm: page_frag: avoid caller accessing 'page_frag_cache' directly | Yunsheng Lin | 1 | -3/+1 |
| 2024-05-01 | rxrpc: Clients must accept conn from any address | Jeffrey Altman | 1 | -7/+2 |
| 2024-03-05 | rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags | David Howells | 1 | -0/+4 |
| 2023-11-01 | rxrpc: Fix two connection reaping bugs | David Howells | 1 | -1/+1 |
| 2023-01-06 | rxrpc: Move client call connection to the I/O thread | David Howells | 1 | -12/+7 |
| 2023-01-06 | rxrpc: Move the client conn cache management to the I/O thread | David Howells | 1 | -1/+0 |
| 2023-01-06 | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters | David Howells | 1 | -1/+1 |
| 2023-01-06 | rxrpc: Make the set of connection IDs per local endpoint | David Howells | 1 | -3/+3 |
| 2023-01-06 | rxrpc: Implement a mechanism to send an event notification to a connection | David Howells | 1 | -1/+19 |
| 2023-01-06 | rxrpc: Make the local endpoint hold a ref on a connected call | David Howells | 1 | -10/+15 |
| 2022-12-01 | rxrpc: Make the I/O thread take over the call and local processor work | David Howells | 1 | -57/+36 |
| 2022-12-01 | rxrpc: Extract the peer address from an incoming packet earlier | David Howells | 1 | -21/+8 |
| 2022-12-01 | rxrpc: Remove RCU from peer->error_targets list | David Howells | 1 | -3/+3 |
| 2022-12-01 | rxrpc: Don't hold a ref for connection workqueue | David Howells | 1 | -75/+94 |
| 2022-12-01 | rxrpc: Trace rxrpc_bundle refcount | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing | David Howells | 1 | -19/+21 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle | David Howells | 1 | -11/+11 |
| 2022-12-01 | rxrpc: Remove the [_k]net() debugging macros | David Howells | 1 | -2/+0 |
| 2022-11-08 | rxrpc: Fix congestion management | David Howells | 1 | -1/+1 |
| 2022-11-08 | rxrpc: Get rid of the Rx ring | David Howells | 1 | -1/+1 |
| 2022-05-22 | rxrpc, afs: Fix selection of abort codes | David Howells | 1 | -1/+1 |
| 2022-05-22 | rxrpc: Use refcount_t rather than atomic_t | David Howells | 1 | -24/+25 |
| 2020-11-23 | rxrpc: Ask the security class how much space to allow in a packet | David Howells | 1 | -1/+0 |
| 2020-11-23 | rxrpc: Don't retain the server key in the connection | David Howells | 1 | -1/+0 |
| 2020-09-08 | rxrpc: Rewrite the client connection manager | David Howells | 1 | -6/+6 |
| 2020-07-30 | rxrpc: Fix race between recvmsg and sendmsg on immediate call failure | David Howells | 1 | -3/+5 |
| 2020-02-07 | rxrpc: Fix service call disconnection | David Howells | 1 | -2/+1 |
| 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 trace-after-put looking at the put connection record | David Howells | 1 | -6/+7 |
| 2019-08-30 | rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2] | David Howells | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2018-10-04 | rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb() | David Howells | 1 | -1/+1 |
| 2018-10-04 | rxrpc: Use IPv4 addresses throught the IPv6 | David Howells | 1 | -2/+3 |
| 2018-09-28 | rxrpc: Fix error distribution | David Howells | 1 | -1/+1 |
| 2018-09-28 | rxrpc: Make service call handling more robust | David Howells | 1 | -1/+6 |
| 2018-09-28 | rxrpc: Fix checks as to whether we should set up a new call | David Howells | 1 | -1/+1 |
| 2018-09-27 | rxrpc: Remove dup code from rxrpc_find_connection_rcu() | David Howells | 1 | -3/+0 |
| 2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -2/+2 |
| 2018-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+9 |
| 2018-03-30 | rxrpc: Fix apparent leak of rxrpc_local objects | David Howells | 1 | -0/+8 |
| 2018-03-30 | rxrpc: Fix checker warnings and errors | David Howells | 1 | -1/+1 |
| 2018-02-07 | rxrpc: Fix received abort handling | David Howells | 1 | -4/+12 |
| 2017-11-29 | rxrpc: Clean up whitespace | David Howells | 1 | -1/+1 |
| 2017-11-24 | rxrpc: Fix conn expiry timers | David Howells | 1 | -11/+17 |
| 2017-11-24 | rxrpc: Fix service endpoint expiry | David Howells | 1 | -18/+24 |
| 2017-11-24 | rxrpc: Delay terminal ACK transmission on a client call | David Howells | 1 | -0/+10 |
| 2017-08-29 | rxrpc: Fix IPv6 support | David Howells | 1 | -1/+1 |
| 2017-06-14 | rxrpc: Cache the congestion window setting | David Howells | 1 | -0/+2 |
| 2017-06-05 | rxrpc: Separate the connection's protocol service ID from the lookup ID | David Howells | 1 | -1/+0 |
| 2017-05-25 | rxrpc: Support network namespacing | David Howells | 1 | -30/+25 |
| 2017-01-05 | rxrpc: Add some more tracing | David Howells | 1 | -0/+1 |
| 2016-09-22 | rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs | David Howells | 1 | -1/+0 |
| 2016-09-17 | rxrpc: Add connection tracepoint and client conn state tracepoint | David Howells | 1 | -3/+69 |
| 2016-09-17 | rxrpc: Make IPv6 support conditional on CONFIG_IPV6 | David Howells | 1 | -0/+2 |
| 2016-09-13 | rxrpc: Add IPv6 support | David Howells | 1 | -0/+8 |
| 2016-09-08 | rxrpc: Rewrite the data and ack handling code | David Howells | 1 | -1/+5 |
| 2016-09-08 | rxrpc: Preallocate peers, conns and calls for incoming service requests | David Howells | 1 | -0/+2 |
| 2016-08-30 | rxrpc: Calls should only have one terminal state | David Howells | 1 | -2/+2 |
| 2016-08-24 | rxrpc: Improve management and caching of client connection objects | David Howells | 1 | -22/+49 |
| 2016-08-24 | rxrpc: Dup the main conn list for the proc interface | David Howells | 1 | -0/+3 |
| 2016-08-23 | rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor | David Howells | 1 | -1/+9 |
| 2016-08-23 | rxrpc: Set connection expiry on idle, not put | David Howells | 1 | -25/+17 |
| 2016-08-23 | rxrpc: Drop channel number field from rxrpc_call struct | David Howells | 1 | -2/+3 |
| 2016-07-06 | rxrpc: Use RCU to access a peer's service connection tree | David Howells | 1 | -38/+27 |
| 2016-07-06 | rxrpc: Move data_ready peer lookup into rxrpc_find_connection() | David Howells | 1 | -17/+56 |
| 2016-07-06 | rxrpc: Maintain an extra ref on a conn for the cache list | David Howells | 1 | -45/+29 |
| 2016-07-06 | rxrpc: Split service connection code out into its own file | David Howells | 1 | -132/+0 |
| 2016-07-06 | rxrpc: Split client connection code out into its own file | David Howells | 1 | -246/+1 |
| 2016-07-06 | rxrpc: Call channels should have separate call number spaces | David Howells | 1 | -47/+30 |
| 2016-07-06 | rxrpc: Add RCU destruction for connections and calls | David Howells | 1 | -4/+27 |
| 2016-07-06 | rxrpc: Release a call's connection ref on call disconnection | David Howells | 1 | -0/+8 |
| 2016-07-06 | rxrpc: Turn connection #defines into enums and put outside struct def | David Howells | 1 | -2/+2 |
| 2016-07-06 | rxrpc: Avoid using stack memory in SG lists in rxkad | Herbert Xu | 1 | -1/+5 |
| 2016-07-06 | rxrpc: Check the source of a packet to a client conn | David Howells | 1 | -1/+3 |
| 2016-07-06 | rxrpc: Fix some sparse errors | David Howells | 1 | -3/+2 |
| 2016-06-22 | rxrpc: Kill off the rxrpc_transport struct | David Howells | 1 | -35/+43 |
| 2016-06-22 | rxrpc: Kill the client connection bundle concept | David Howells | 1 | -355/+197 |
| 2016-06-22 | rxrpc: Provide more refcount helper functions | David Howells | 1 | -6/+6 |
| 2016-06-22 | rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis | David Howells | 1 | -148/+83 |
| 2016-06-22 | rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock is | David Howells | 1 | -8/+8 |
| 2016-06-22 | rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions | David Howells | 1 | -24/+25 |
| 2016-06-22 | rxrpc: Fix exclusive connection handling | David Howells | 1 | -58/+39 |
| 2016-06-22 | rxrpc: Use structs to hold connection params and protocol info | David Howells | 1 | -48/+55 |
| 2016-06-13 | rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix | David Howells | 1 | -0/+912 |