aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells1-6/+1
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-24/+31
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-2/+2
2016-06-15rxrpc: Rework local endpoint managementDavid Howells1-1/+18
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells1-2/+1
2016-06-10rxrpc: Limit the listening backlogDavid Howells1-8/+11
2016-06-09rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells1-114/+63
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-8/+10
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells1-0/+9
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells1-1/+1
2016-03-04rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells1-3/+5
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells1-6/+3
2016-03-04rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells1-1/+1
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells1-13/+7
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-1/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells1-0/+9
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+3
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo1-1/+1