aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells7-46/+45
2016-07-15rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun1-2/+2
2016-07-06rxrpc: Kill off the call hash tableDavid Howells2-184/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells6-180/+224
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells4-74/+59
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells4-27/+8
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells4-58/+97
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells4-26/+51
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells4-135/+156
2016-07-06rxrpc: Split client connection code out into its own fileDavid Howells3-250/+251
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells6-117/+104
2016-07-06rxrpc: Access socket accept queue under right lockDavid Howells1-2/+2
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells6-36/+60
2016-07-06rxrpc: Release a call's connection ref on call disconnectionDavid Howells3-22/+22
2016-07-06rxrpc: Fix handling of connection failure in client call creationDavid Howells1-1/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells4-10/+9
2016-07-06rxrpc: Check that the client conns cache is empty before module removalDavid Howells3-2/+21
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells5-29/+47
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells3-3/+13
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu5-111/+65
2016-07-06rxrpc: Check the source of a packet to a client connDavid Howells1-1/+3
2016-07-06rxrpc: Fix some sparse errorsDavid Howells1-3/+2
2016-07-01rxrpc: Fix processing of authenticated/encrypted jumbo packetsDavid Howells1-1/+1
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