summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix life checkDavid Howells2018-11-151-4/+23
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+14
* rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-041-1/+2
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+7
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-7/+3
|\
| * net/rxrpc: convert to ->poll_maskChristoph Hellwig2018-05-261-7/+3
* | rxrpc: Fix the min security level for kernel callsDavid Howells2018-05-101-1/+1
|/
* rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-301-0/+2
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-0/+4
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-2/+5
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | rxrpc: Use correct netns source in rxrpc_release_sock()David Howells2017-12-031-2/+3
* | rxrpc: Fix conn expiry timersDavid Howells2017-11-241-0/+2
* | rxrpc: Fix service endpoint expiryDavid Howells2017-11-241-0/+13
* | rxrpc: Split the call params from the operation paramsDavid Howells2017-11-241-2/+6
|/
* rxrpc: Lock around calling a kernel service Rx notificationDavid Howells2017-11-021-0/+16
* net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-2/+3
|\
| * rxrpc: Don't release call mutex on error pointerDavid Howells2017-10-221-2/+3
* | rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells2017-10-181-0/+19
* | rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-181-1/+4
|/
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-291-0/+69
* rxrpc: Remove some excess whitespaceDavid Howells2017-08-291-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-1/+4
* rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells2017-06-071-1/+29
* rxrpc: Implement service upgradeDavid Howells2017-06-051-0/+23
* rxrpc: Permit multiple service bindingDavid Howells2017-06-051-22/+40
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-051-3/+2
* rxrpc: Support network namespacingDavid Howells2017-05-251-20/+15
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-3/+9
* rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-091-0/+8
* rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2016-12-141-5/+6
* rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-291-13/+8
* rxrpc: Improve skb tracingDavid Howells2016-09-171-2/+3
* rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-171-1/+6
* rxrpc: Add IPv6 supportDavid Howells2016-09-131-4/+11
* rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells2016-09-131-0/+12
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-131-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-10/+47
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-4/+12
* rxrpc: Convert rxrpc_local::services to an hlistDavid Howells2016-09-081-5/+5
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-071-2/+2
OpenPOWER on IntegriCloud