summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Kill off the rxrpc_transport structDavid Howells2016-06-2211-451/+65Star
* rxrpc: Kill the client connection bundle conceptDavid Howells2016-06-228-480/+288Star
* rxrpc: Provide more refcount helper functionsDavid Howells2016-06-228-18/+26
* rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells2016-06-223-24/+31
* rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells2016-06-221-8/+11
* rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells2016-06-221-0/+5
* rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells2016-06-226-152/+196
* rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells2016-06-221-8/+8
* rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells2016-06-225-43/+44
* rxrpc: Fix exclusive connection handlingDavid Howells2016-06-224-72/+58Star
* rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells2016-06-229-46/+44Star
* rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-2213-163/+226
* rxrpc: fix uninitialized variable useArnd Bergmann2016-06-221-0/+3
* rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-06-223-4/+4
* rxrpc: Rework local endpoint managementDavid Howells2016-06-157-230/+276
* rxrpc: Separate local endpoint event handling out into its own fileDavid Howells2016-06-154-102/+129
* rxrpc: Use the peer record to distribute network errorsDavid Howells2016-06-157-94/+79Star
* rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells2016-06-151-4/+2Star
* rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells2016-06-151-8/+0Star
* rxrpc: Break MTU determination from ICMP into its own functionDavid Howells2016-06-151-39/+54
* rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells2016-06-153-4/+4
* rxrpc: Rework peer object handling to use hash table and RCUDavid Howells2016-06-159-203/+335
* rxrpc: Update the comments in ar-internal.h to reflect renamesDavid Howells2016-06-131-69/+69
* rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-1317-17/+17
* rxrpc: Limit the listening backlogDavid Howells2016-06-114-8/+28
* rxrpc: Trim line-terminal whitespaceDavid Howells2016-06-112-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-3/+1Star
|\
| * rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-081-3/+1Star
* | rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells2016-06-105-336/+224Star
* | rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-0416-34/+56
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-2/+2
|\
| * KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-2/+2
* | net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-281-2/+2
* | rxrpc: Create a null security type and get rid of conditional callsDavid Howells2016-04-119-61/+105
* | rxrpc: Absorb the rxkad security moduleDavid Howells2016-04-116-134/+85Star
* | rxrpc: Don't assume transport address family and size when using itDavid Howells2016-04-112-4/+4
* | rxrpc: Don't pass gfp around in incoming call handling functionsDavid Howells2016-04-114-12/+9Star
* | rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-118-21/+37
* | rxrpc: Static arrays of strings should be const char *const[]David Howells2016-04-112-2/+2
* | rxrpc: Move some miscellaneous bits out into their own fileDavid Howells2016-04-115-84/+106
* | rxrpc: Disable a debugging statement that has been left enabled.David Howells2016-04-111-1/+1
* | rxrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1919-607/+665
|\
| * rxrpc: Replace all unsigned with unsigned intDavid Howells2016-03-138-39/+39
| * rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells2016-03-041-10/+0Star
| * rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells2016-03-041-3/+5
| * rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells2016-03-041-1/+1
| * rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells2016-03-041-8/+9
| * rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells2016-03-041-4/+7
| * rxrpc: Adjust some whitespace and commentsDavid Howells2016-03-047-29/+22Star