aboutsummaryrefslogtreecommitdiff
path: root/include/net/af_rxrpc.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsGravatar David Howells 1-4/+11
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelGravatar David Howells 1-10/+11
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()Gravatar David Howells 1-1/+2
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-1/+2
2022-12-01rxrpc: Remove decl for rxrpc_kernel_call_is_complete()Gravatar David Howells 1-1/+0
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesGravatar David Howells 1-0/+1
2022-09-01rxrpc: Remove rxrpc_get_reply_time() which is no longer usedGravatar David Howells 1-2/+0
2021-04-23afs: Don't truncate iter during data fetchGravatar David Howells 1-1/+1
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityGravatar David Howells 1-1/+1
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelGravatar Christoph Hellwig 1-0/+2
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutGravatar David Howells 1-1/+1
2020-03-13afs: Fix client call Rx-phase signal handlingGravatar David Howells 1-3/+1
2020-03-13rxrpc: Fix call interruptibility handlingGravatar David Howells 1-1/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleGravatar David Howells 1-0/+1
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callGravatar David Howells 1-0/+2
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedGravatar Marc Dionne 1-1/+3
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"Gravatar David Howells 1-16/+0
2018-11-15rxrpc: Fix life checkGravatar David Howells 1-1/+2
2018-10-04rxrpc: Allow the reply time to be obtained on a client callGravatar David Howells 1-0/+1
2018-10-04rxrpc: Allow the reply time to be obtained on a client callGravatar David Howells 1-0/+3
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerGravatar David Howells 1-1/+1
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesGravatar David Howells 1-2/+9
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsGravatar David Howells 1-0/+2
2017-10-18rxrpc: Support service upgrade from a kernel serviceGravatar David Howells 1-2/+3
2017-08-29rxrpc: Allow failed client calls to be retriedGravatar David Howells 1-0/+16
2017-08-29rxrpc: Add notification of end-of-Tx phaseGravatar David Howells 1-1/+4
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callGravatar David Howells 1-0/+2
2017-04-06rxrpc: Note a successfully aborted kernel operationGravatar David Howells 1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-3/+0
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-2/+8
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-1/+2
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 1-24/+11
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsGravatar David Howells 1-3/+7
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callGravatar David Howells 1-0/+2
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 1-1/+1
2016-04-11rxrpc: Differentiate local and remote abort codes in structsGravatar David Howells 1-1/+2
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileGravatar David Howells 1-0/+1
2013-07-31af_rxrpc.h: Remove extern from function prototypesGravatar Joe Perches 1-19/+16
2011-04-24net: Remove __KERNEL__ cpp checks from include/netGravatar David S. Miller 1-3/+0
2007-04-26[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...Gravatar David Howells 1-2/+42
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothGravatar David Howells 1-0/+17