| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-24 | rxrpc: Remove deadcode | Dr. David Alan Gilbert | 1 | -3/+0 |
| 2025-04-14 | rxrpc: Display security params in the afs_cb_call tracepoint | David Howells | 1 | -0/+2 |
| 2025-04-14 | rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE | David Howells | 1 | -0/+24 |
| 2025-04-14 | rxrpc: Pull out certain app callback funcs into an ops table | David Howells | 1 | -10/+15 |
| 2025-03-10 | rxrpc: Allow the app to store private data on peer structs | David Howells | 1 | -0/+2 |
| 2023-12-24 | rxrpc, afs: Allow afs to pin rxrpc_peer objects | David Howells | 1 | -4/+11 |
| 2023-05-01 | rxrpc: Fix timeout of a call that hasn't yet been granted a channel | David Howells | 1 | -10/+11 |
| 2023-04-22 | rxrpc: Fix potential race in error handling in afs_make_call() | David Howells | 1 | -1/+2 |
| 2023-01-06 | rxrpc: Tidy up abort generation infrastructure | David Howells | 1 | -1/+2 |
| 2022-12-01 | rxrpc: Remove decl for rxrpc_kernel_call_is_complete() | David Howells | 1 | -1/+0 |
| 2022-12-01 | rxrpc: Implement an in-kernel rxperf server for testing purposes | David Howells | 1 | -0/+1 |
| 2022-09-01 | rxrpc: Remove rxrpc_get_reply_time() which is no longer used | David Howells | 1 | -2/+0 |
| 2021-04-23 | afs: Don't truncate iter during data fetch | David Howells | 1 | -1/+1 |
| 2020-08-20 | rxrpc: Make rxrpc_kernel_get_srtt() indicate validity | David Howells | 1 | -1/+1 |
| 2020-05-28 | rxrpc: add rxrpc_sock_set_min_security_level | Christoph Hellwig | 1 | -0/+2 |
| 2020-05-11 | rxrpc: Fix the excessive initial retransmission timeout | David Howells | 1 | -1/+1 |
| 2020-03-13 | afs: Fix client call Rx-phase signal handling | David Howells | 1 | -3/+1 |
| 2020-03-13 | rxrpc: Fix call interruptibility handling | David Howells | 1 | -1/+7 |
| 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/+1 |
| 2019-05-16 | rxrpc: Provide kernel interface to set max lifespan on a call | David Howells | 1 | -0/+2 |
| 2019-04-12 | rxrpc: Make rxrpc_kernel_check_life() indicate if call completed | Marc Dionne | 1 | -1/+3 |
| 2019-01-15 | Revert "rxrpc: Allow failed client calls to be retried" | David Howells | 1 | -16/+0 |
| 2018-11-15 | rxrpc: Fix life check | David Howells | 1 | -1/+2 |
| 2018-10-04 | rxrpc: Allow the reply time to be obtained on a client call | David Howells | 1 | -0/+1 |
| 2018-10-04 | rxrpc: Allow the reply time to be obtained on a client call | David Howells | 1 | -0/+3 |
| 2018-08-03 | rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller | David Howells | 1 | -1/+1 |
| 2018-03-27 | rxrpc, afs: Use debug_ids rather than pointers in traces | David Howells | 1 | -2/+9 |
| 2017-10-18 | rxrpc: Provide functions for allowing cleaner handling of signals | David Howells | 1 | -0/+2 |
| 2017-10-18 | rxrpc: Support service upgrade from a kernel service | David Howells | 1 | -2/+3 |
| 2017-08-29 | rxrpc: Allow failed client calls to be retried | David Howells | 1 | -0/+16 |
| 2017-08-29 | rxrpc: Add notification of end-of-Tx phase | David Howells | 1 | -1/+4 |
| 2017-06-07 | rxrpc: Provide a cmsg to specify the amount of Tx data for a call | David Howells | 1 | -0/+2 |
| 2017-04-06 | rxrpc: Note a successfully aborted kernel operation | David Howells | 1 | -1/+1 |
| 2016-09-08 | rxrpc: Rewrite the data and ack handling code | David Howells | 1 | -3/+0 |
| 2016-09-08 | rxrpc: Preallocate peers, conns and calls for incoming service requests | David Howells | 1 | -2/+8 |
| 2016-09-07 | rxrpc: Add tracepoint for working out where aborts happen | David Howells | 1 | -1/+2 |
| 2016-09-01 | rxrpc: Don't expose skbs to in-kernel users [ver #2] | David Howells | 1 | -24/+11 |
| 2016-08-30 | rxrpc: Pass struct socket * to more rxrpc kernel interface functions | David Howells | 1 | -3/+7 |
| 2016-08-30 | rxrpc: Provide a way for AFS to ask for the peer address of a call | David Howells | 1 | -0/+2 |
| 2016-08-06 | rxrpc: Fix races between skb free, ACK generation and replying | David Howells | 1 | -1/+1 |
| 2016-04-11 | rxrpc: Differentiate local and remote abort codes in structs | David Howells | 1 | -1/+2 |
| 2016-04-11 | rxrpc: Move some miscellaneous bits out into their own file | David Howells | 1 | -0/+1 |
| 2013-07-31 | af_rxrpc.h: Remove extern from function prototypes | Joe Perches | 1 | -19/+16 |
| 2011-04-24 | net: Remove __KERNEL__ cpp checks from include/net | David S. Miller | 1 | -3/+0 |
| 2007-04-26 | [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to... | David Howells | 1 | -2/+42 |
| 2007-04-26 | [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both | David Howells | 1 | -0/+17 |