summaryrefslogtreecommitdiff
path: root/net/rxrpc/af_rxrpc.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-24rxrpc: Fix conn expiry timersDavid Howells
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells
2017-11-24rxrpc: Split the call params from the operation paramsDavid Howells
2017-11-02rxrpc: Lock around calling a kernel service Rx notificationDavid Howells
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22rxrpc: Don't release call mutex on error pointerDavid Howells
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells
2017-08-29rxrpc: Remove some excess whitespaceDavid Howells
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells
2017-06-07rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells
2017-06-05rxrpc: Implement service upgradeDavid Howells
2017-06-05rxrpc: Permit multiple service bindingDavid Howells
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-05-25rxrpc: Support network namespacingDavid Howells
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells
2016-09-13rxrpc: Add IPv6 supportDavid Howells
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-04rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells
2016-07-06rxrpc: Check that the client conns cache is empty before module removalDavid Howells
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells