aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-2/+2
* RxRPC: Fix a potential NULL dereferenceDavid Howells2009-02-061-2/+3
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-2/+2
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-3/+3
* AFS: Do not describe debug parameters with their valuePaul Bolle2008-04-161-1/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-3/+3
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-1/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2007-10-171-0/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+5
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-4/+5
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-251-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [NET] RXRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-5/+5
* [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...David Howells2007-04-261-8/+133
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-261-0/+754