aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c
AgeCommit message (Expand)Author
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells
2016-07-06rxrpc: Check that the client conns cache is empty before module removalDavid Howells
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter
2016-06-15rxrpc: Rework local endpoint managementDavid Howells
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells
2016-06-10rxrpc: Limit the listening backlogDavid Howells
2016-06-09rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells
2016-03-04rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells
2016-03-04rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-02-06RxRPC: Fix a potential NULL dereferenceDavid Howells
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman