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