aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/rxrpc.c
Commit message (Expand)AuthorAge
...
* afs: Potentially return call->reply[0] from afs_make_call()David Howells2017-11-13
* afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells2017-11-13
* afs: Consolidate abort_to_error translatorsDavid Howells2017-11-13
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-13
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-13
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-13
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-13
* rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-18
* rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-18
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-29
* rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-21
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-07
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-06
* afs: Fix abort on signal while waiting for call completionDavid Howells2017-03-16
* afs: Fix an off-by-one error in afs_send_pages()David Howells2017-03-16
* afs: Better abort and net error handlingDavid Howells2017-03-16
* afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2017-03-16
* afs: Use a bvec rather than a kvec in afs_send_pages()David Howells2017-03-16
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-02
|\ \ | |/ |/|
| * afs_send_pages(): use ITER_BVECAl Viro2016-12-26
* | afs: Refcount the afs_call structDavid Howells2017-01-09
* | afs: Kill afs_wait_modeDavid Howells2017-01-09
* | afs: Add some tracepointsDavid Howells2017-01-09
|/
* afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells2016-10-13
* afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-06
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-08
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-08
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-07
* fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-04
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-01
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-30
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-30
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-06
* rxrpc: Limit the listening backlogDavid Howells2016-06-10
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-11
* afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells2016-04-11
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
* AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-01
* rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-04
* put iov_iter into msghdrAl Viro2014-12-09
* AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells2014-05-23
* AFS: Fix kafs module unloadingNathaniel Wesley Filardo2014-05-23
* AFS: Part of afs_end_call() is identical to code elsewhere, so split itNathaniel Wesley Filardo2014-05-23
* AFS: Fix cache manager service handlersDavid Howells2014-05-21
* afs: don't use PREPARE_WORKTejun Heo2014-03-07
* afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard2012-03-16
* afs: add afs_wq and use it instead of the system workqueueTejun Heo2011-01-14
* afs: destroy work queue on init failureDan Carpenter2010-08-11