aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-04rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells1-1/+8
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-14/+15
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells1-2/+3
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells1-0/+1
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun1-2/+2
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells1-19/+0
2016-07-06rxrpc: Check that the client conns cache is empty before module removalDavid Howells1-2/+1
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-45/+1
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells1-10/+1
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-5/+2
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells1-0/+5
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells1-0/+2