summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Protect call->state changes against signalsDavid Howells2017-11-131-46/+54
* afs: Use a dynamic port if 7001 is in useMarc Dionne2017-11-131-0/+4
* afs: Trace the sending of pagesDavid Howells2017-11-131-0/+3
* afs: Trace the initiation and completion of client callsDavid Howells2017-11-131-7/+18
* afs: Fix total-length calculation for multiple-page sendDavid Howells2017-11-131-2/+11
* afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells2017-11-131-9/+0
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-19/+26
* afs: Add an address list conceptDavid Howells2017-11-131-1/+2
* afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-131-0/+1
* afs: Potentially return call->reply[0] from afs_make_call()David Howells2017-11-131-10/+16
* afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells2017-11-131-1/+1
* afs: Consolidate abort_to_error translatorsDavid Howells2017-11-131-3/+2
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-6/+5
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-14/+4
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-67/+65
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-7/+1
* rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-5/+26
* rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-181-4/+7
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-291-11/+35
* rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-211-1/+0
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-1/+17
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-6/+6
* afs: Fix abort on signal while waiting for call completionDavid Howells2017-03-161-13/+6
* afs: Fix an off-by-one error in afs_send_pages()David Howells2017-03-161-1/+1
* afs: Better abort and net error handlingDavid Howells2017-03-161-8/+27
* afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2017-03-161-1/+1
* afs: Use a bvec rather than a kvec in afs_send_pages()David Howells2017-03-161-45/+52
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+2
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-021-8/+7
|\ \ | |/ |/|
| * afs_send_pages(): use ITER_BVECAl Viro2016-12-261-8/+7
* | afs: Refcount the afs_call structDavid Howells2017-01-091-59/+94
* | afs: Kill afs_wait_modeDavid Howells2017-01-091-39/+12
* | afs: Add some tracepointsDavid Howells2017-01-091-0/+6
|/
* afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells2016-10-131-1/+2
* afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-061-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-48/+3
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-3/+68
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-7/+10
* fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-041-1/+1
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-281/+158
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-301-11/+15
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-1/+1
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-28/+45
* rxrpc: Limit the listening backlogDavid Howells2016-06-101-15/+19
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-3/+11
* afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells2016-04-111-3/+13
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-011-4/+1
* rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-041-7/+7