aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-call.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-6/+6
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells1-4/+3
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells1-2/+2
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells1-2/+2
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells1-36/+32
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells1-7/+7
2016-03-04rxrpc: Convert call flag and event numbers into enumsDavid Howells1-1/+1
2014-03-04af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith1-2/+191
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells1-1/+1
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells1-5/+13
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2010-08-04RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells1-4/+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-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2008-01-31[AF_RXRPC]: constify function pointer tablesJan Engelhardt1-1/+1
2007-05-22[AF_RXRPC]: Make call state names available if CONFIG_PROC_FS=nDavid Howells1-0/+19
2007-04-26[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to useDavid Howells1-29/+46
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-0/+787