summaryrefslogtreecommitdiffstats
path: root/include/net/af_rxrpc.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-4/+11
* rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-011-10/+11
* rxrpc: Fix potential race in error handling in afs_make_call()David Howells2023-04-221-1/+2
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-1/+2
* rxrpc: Remove decl for rxrpc_kernel_call_is_complete()David Howells2022-12-011-1/+0
* rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells2022-12-011-0/+1
* rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells2022-09-011-2/+0
* afs: Don't truncate iter during data fetchDavid Howells2021-04-231-1/+1
* rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-201-1/+1
* rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig2020-05-281-0/+2
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-1/+1
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-131-3/+1
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-1/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-0/+1
* rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells2019-05-161-0/+2
* rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-121-1/+3
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-151-16/+0
* rxrpc: Fix life checkDavid Howells2018-11-151-1/+2
* rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+1
* rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+3
* rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-1/+1
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-2/+9
* rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells2017-10-181-0/+2
* rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-181-2/+3
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-291-0/+16
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-291-1/+4
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-0/+2
* rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-061-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-3/+0
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-2/+8
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-1/+2
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-24/+11
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-301-3/+7
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-0/+2
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-1/+1
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-1/+2
* rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-111-0/+1
* af_rxrpc.h: Remove extern from function prototypesJoe Perches2013-07-311-19/+16
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0
* [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...David Howells2007-04-261-2/+42
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-261-0/+17