aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/af_rxrpc.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Gravatar Wei Yongjun 1-2/+2
2016-07-06rxrpc: Add RCU destruction for connections and callsGravatar David Howells 1-19/+0
2016-07-06rxrpc: Check that the client conns cache is empty before module removalGravatar David Howells 1-2/+1
2016-06-22rxrpc: Kill off the rxrpc_transport structGravatar David Howells 1-45/+1
2016-06-22rxrpc: Kill the client connection bundle conceptGravatar David Howells 1-10/+1
2016-06-22rxrpc: Provide more refcount helper functionsGravatar David Howells 1-5/+2
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()Gravatar David Howells 1-0/+5
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisGravatar David Howells 1-0/+2
2016-06-22rxrpc: Fix exclusive connection handlingGravatar David Howells 1-6/+1
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 1-24/+31
2016-06-22rxrpc: checking for IS_ERR() instead of NULLGravatar Dan Carpenter 1-2/+2
2016-06-15rxrpc: Rework local endpoint managementGravatar David Howells 1-1/+18
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUGravatar David Howells 1-2/+1
2016-06-10rxrpc: Limit the listening backlogGravatar David Howells 1-8/+11
2016-06-09rxrpc: Simplify connect() implementation and simplify sendmsg() opGravatar David Howells 1-114/+63
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBGravatar Joe Perches 1-8/+10
2016-04-11rxrpc: Absorb the rxkad security moduleGravatar David Howells 1-0/+9
2016-03-13rxrpc: Replace all unsigned with unsigned intGravatar David Howells 1-1/+1
2016-03-04rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useGravatar David Howells 1-3/+5
2016-03-04rxrpc: Adjust some whitespace and commentsGravatar David Howells 1-6/+3
2016-03-04rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXGravatar David Howells 1-1/+1
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderGravatar David Howells 1-13/+7
2015-11-30net: Generalise wq_has_sleeper helperGravatar Herbert Xu 1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-1/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-4/+3
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersGravatar David Howells 1-0/+9
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-2/+3
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-2/+2
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-4/+4
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimGravatar Tejun Heo 1-1/+1
2010-05-01net: sock_def_readable() and friends RCU conversionGravatar Eric Dumazet 1-4/+6
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-07-09net: adding memory barrier to the poll and receive callbacksGravatar Jiri Olsa 1-2/+2
2009-02-06RxRPC: Fix a potential NULL dereferenceGravatar David Howells 1-2/+3
2008-10-31net: replace NIPQUAD() in net/*/Gravatar Harvey Harrison 1-2/+2
2008-07-25net: convert BUG_TRAP to generic WARN_ONGravatar Ilpo Järvinen 1-3/+3
2008-04-16AFS: Do not describe debug parameters with their valueGravatar Paul Bolle 1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-3/+3
2008-01-28[NET]: Name magic constants in sock_wake_async()Gravatar Pavel Emelyanov 1-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousGravatar David Howells 1-0/+1
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-2/+5
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-4/+5