summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-1/+1
* rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells2016-09-041-1/+8
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-14/+15
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-301-2/+3
* rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-231-0/+1
* rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun2016-07-121-2/+2
* rxrpc: Add RCU destruction for connections and callsDavid Howells2016-07-061-19/+0
* rxrpc: Check that the client conns cache is empty before module removalDavid Howells2016-07-061-2/+1
* rxrpc: Kill off the rxrpc_transport structDavid Howells2016-06-221-45/+1
* rxrpc: Kill the client connection bundle conceptDavid Howells2016-06-221-10/+1
* rxrpc: Provide more refcount helper functionsDavid Howells2016-06-221-5/+2
* rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells2016-06-221-0/+5
* rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells2016-06-221-0/+2
* rxrpc: Fix exclusive connection handlingDavid Howells2016-06-221-6/+1
* rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-221-24/+31
* rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-06-221-2/+2
* rxrpc: Rework local endpoint managementDavid Howells2016-06-151-1/+18
* rxrpc: Rework peer object handling to use hash table and RCUDavid Howells2016-06-151-2/+1
* rxrpc: Limit the listening backlogDavid Howells2016-06-101-8/+11
* rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells2016-06-091-114/+63
* rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-031-8/+10
* rxrpc: Absorb the rxkad security moduleDavid Howells2016-04-111-0/+9
* rxrpc: Replace all unsigned with unsigned intDavid Howells2016-03-131-1/+1
* rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells2016-03-041-3/+5
* rxrpc: Adjust some whitespace and commentsDavid Howells2016-03-041-6/+3
* rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells2016-03-041-1/+1
* rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-041-13/+7
* net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-1/+1