summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-47/+10
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells1-37/+20
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-2/+13
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells1-1/+1
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells1-2/+11
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells1-3/+3
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells1-3/+4
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-12/+49
2016-06-15rxrpc: Rework local endpoint managementDavid Howells1-24/+31
2016-06-15rxrpc: Separate local endpoint event handling out into its own fileDavid Howells1-0/+5
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells1-8/+8
2016-06-15rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells1-2/+2
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells1-9/+37
2016-06-13rxrpc: Update the comments in ar-internal.h to reflect renamesDavid Howells1-69/+69
2016-06-10rxrpc: Limit the listening backlogDavid Howells1-0/+1
2016-06-09rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells1-10/+12
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-18/+12
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells1-4/+6
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells1-5/+16
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells1-3/+2
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells1-3/+7
2016-04-11rxrpc: Static arrays of strings should be const char *const[]David Howells1-1/+1
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileDavid Howells1-9/+15
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-93/+125
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells1-11/+11
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells1-11/+11
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells1-25/+40
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells1-18/+18
2016-03-04rxrpc: Convert call flag and event numbers into enumsDavid Howells1-45/+62
2016-01-27rxrpc: Use skcipherHerbert Xu1-1/+1
2015-09-20rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic1-2/+2
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro1-0/+2
2015-04-01RxRPC: Handle VERSION Rx protocol packetsDavid Howells1-0/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-6/+4
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-04af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith1-0/+13
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells1-0/+3
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells1-2/+22
2013-10-19net: misc: Remove extern from function prototypesJoe Perches1-80/+70
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-8/+8
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-11/+5
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells1-8/+8
2009-09-15RxRPC: Allow key payloads to be passed in XDR formDavid Howells1-16/+0
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2008-04-03rxrpc: remove smp_processor_id() from debug macroSven Schnelle1-1/+1
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+1
2008-03-30net/rxrpc trivial annotationsAl Viro1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-01-31[AF_RXRPC]: constify function pointer tablesJan Engelhardt1-3/+3
2007-04-26[RXRPC]: Remove bogus atomic_* overrides.David S. Miller1-24/+0