summaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+2Star
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-6/+5Star
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-14/+4Star
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-67/+65Star
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-7/+1Star
* 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/+0Star
* 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/+6Star
* 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-031-8/+7Star
|\ \ | |/ |/|
| * afs_send_pages(): use ITER_BVECAl Viro2016-12-271-8/+7Star
* | afs: Refcount the afs_call structDavid Howells2017-01-091-59/+94
* | afs: Kill afs_wait_modeDavid Howells2017-01-091-39/+12Star
* | 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/+3Star
* 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-021-281/+158Star
* 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-111-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/+1Star
* rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-041-7/+7
* put iov_iter into msghdrAl Viro2014-12-091-8/+6Star
* AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells2014-05-231-10/+4Star
* AFS: Fix kafs module unloadingNathaniel Wesley Filardo2014-05-231-8/+9
* AFS: Part of afs_end_call() is identical to code elsewhere, so split itNathaniel Wesley Filardo2014-05-231-7/+13
* AFS: Fix cache manager service handlersDavid Howells2014-05-211-22/+21Star
* afs: don't use PREPARE_WORKTejun Heo2014-03-071-2/+10
* afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard2012-03-171-0/+3
* afs: add afs_wq and use it instead of the system workqueueTejun Heo2011-01-141-1/+1
* afs: destroy work queue on init failureDan Carpenter2010-08-111-0/+1