aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-4/+6
2010-04-20net: sk_sleep() helperEric Dumazet1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-2/+2
2009-02-06RxRPC: Fix a potential NULL dereferenceDavid Howells1-2/+3
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-2/+2
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-3/+3
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-3/+3
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells1-0/+1
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+5
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-4/+5