summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2016-07-15rxrpc: checking for IS_ERR() instead of NULLDan Carpenter
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun
2016-07-06rxrpc: Kill off the call hash tableDavid Howells
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells
2016-07-06rxrpc: Split client connection code out into its own fileDavid Howells
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells
2016-07-06rxrpc: Access socket accept queue under right lockDavid Howells
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells
2016-07-06rxrpc: Release a call's connection ref on call disconnectionDavid Howells
2016-07-06rxrpc: Fix handling of connection failure in client call creationDavid Howells
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells
2016-07-06rxrpc: Check that the client conns cache is empty before module removalDavid Howells
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu
2016-07-06rxrpc: Check the source of a packet to a client connDavid Howells
2016-07-06rxrpc: Fix some sparse errorsDavid Howells
2016-07-01rxrpc: Fix processing of authenticated/encrypted jumbo packetsDavid Howells
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells
2016-06-22rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells
2016-06-22rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells
2016-06-22rxrpc: fix uninitialized variable useArnd Bergmann
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter
2016-06-15rxrpc: Rework local endpoint managementDavid Howells
2016-06-15rxrpc: Separate local endpoint event handling out into its own fileDavid Howells
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells
2016-06-15rxrpc: Do a little bit of tidying in the ICMP processingDavid Howells
2016-06-15rxrpc: Don't assume anything about the address in an ICMP packetDavid Howells
2016-06-15rxrpc: Break MTU determination from ICMP into its own functionDavid Howells
2016-06-15rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()David Howells
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells
2016-06-13rxrpc: Update the comments in ar-internal.h to reflect renamesDavid Howells
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells
2016-06-10rxrpc: Limit the listening backlogDavid Howells
2016-06-10rxrpc: Trim line-terminal whitespaceDavid Howells
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller