summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+1
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells2014-02-261-0/+9
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-2/+2
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+3
* rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-4/+4
* rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo2011-01-141-1/+1
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-4/+6
* net: sk_sleep() helperEric Dumazet2010-04-201-2/+2