summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Create a null security type and get rid of conditional callsDavid Howells2016-04-111-4/+6
* rxrpc: Absorb the rxkad security moduleDavid Howells2016-04-111-5/+16
* rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells2016-04-111-3/+2Star
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-3/+7
* rxrpc: Static arrays of strings should be const char *const[]David Howells2016-04-111-1/+1
* rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-111-9/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-93/+125
|\
| * rxrpc: Replace all unsigned with unsigned intDavid Howells2016-03-131-11/+11
| * rxrpc: Adjust some whitespace and commentsDavid Howells2016-03-041-11/+11
| * rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-041-25/+40
| * rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells2016-03-041-18/+18
| * rxrpc: Convert call flag and event numbers into enumsDavid Howells2016-03-041-45/+62
* | rxrpc: Use skcipherHerbert Xu2016-01-271-1/+1
|/
* rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic2015-09-211-2/+2
* Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-111-0/+2
|\
| * RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-011-0/+2
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-6/+4Star
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith2014-03-041-0/+13
* af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells2014-02-261-0/+3
* af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells2014-02-261-2/+22
* net: misc: Remove extern from function prototypesJoe Perches2013-10-201-80/+70Star
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-8/+8
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-11/+5Star
* RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells2009-09-161-8/+8
* RxRPC: Allow key payloads to be passed in XDR formDavid Howells2009-09-151-16/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-181-1/+1
|\
| * rxrpc: remove smp_processor_id() from debug macroSven Schnelle2008-04-041-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-1/+1
|\|
| * net/rxrpc trivial annotationsAl Viro2008-03-301-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-4/+4
|/
* [AF_RXRPC]: constify function pointer tablesJan Engelhardt2008-02-011-3/+3
* [RXRPC]: Remove bogus atomic_* overrides.David S. Miller2007-04-271-24/+0Star
* [AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to...David Howells2007-04-271-27/+17Star
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-271-0/+842