aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells1-0/+14
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells1-1/+2
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+7
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2018-05-26net/rxrpc: convert to ->poll_maskChristoph Hellwig1-7/+3
2018-05-10rxrpc: Fix the min security level for kernel callsDavid Howells1-1/+1
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells1-0/+2
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells1-0/+4
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-2/+5
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells1-2/+3
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-24rxrpc: Fix conn expiry timersDavid Howells1-0/+2
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells1-0/+13
2017-11-24rxrpc: Split the call params from the operation paramsDavid Howells1-2/+6
2017-11-02rxrpc: Lock around calling a kernel service Rx notificationDavid Howells1-0/+16
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-10-22rxrpc: Don't release call mutex on error pointerDavid Howells1-2/+3
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells1-0/+19
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells1-1/+4
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells1-0/+69
2017-08-29rxrpc: Remove some excess whitespaceDavid Howells1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells1-1/+4
2017-06-07rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells1-1/+29
2017-06-05rxrpc: Implement service upgradeDavid Howells1-0/+23
2017-06-05rxrpc: Permit multiple service bindingDavid Howells1-22/+40
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-3/+2
2017-05-25rxrpc: Support network namespacingDavid Howells1-20/+15
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-3/+9
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells1-0/+8
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox1-5/+6
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells1-2/+2
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells1-13/+8
2016-09-17rxrpc: Improve skb tracingDavid Howells1-2/+3
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells1-1/+6
2016-09-13rxrpc: Add IPv6 supportDavid Howells1-4/+11
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells1-0/+12
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-10/+47
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-4/+12
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells1-5/+5
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-2/+2
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-1/+1