aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2016-08-09rxrpc: Free packets discarded in data_readyGravatar David Howells 1-0/+2
2016-08-09rxrpc: Fix a use-after-push in data_ready handlerGravatar David Howells 1-6/+11
2016-08-09rxrpc: Once packet posted in data_ready, don't retry postingGravatar David Howells 1-5/+3
2016-08-09rxrpc: Don't access connection from call if pointer is NULLGravatar David Howells 1-0/+4
2016-08-09rxrpc: Need to flag call as being released on connect failureGravatar David Howells 1-0/+2
2016-08-09rxrpc: fix uninitialized pointer dereference in debug codeGravatar Arnd Bergmann 1-0/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 7-46/+45
2016-07-15rxrpc: checking for IS_ERR() instead of NULLGravatar Dan Carpenter 1-1/+1
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Gravatar Wei Yongjun 1-2/+2
2016-07-06rxrpc: Kill off the call hash tableGravatar David Howells 2-184/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeGravatar David Howells 6-180/+224
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()Gravatar David Howells 4-74/+59
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structGravatar David Howells 4-27/+8
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listGravatar David Howells 4-58/+97
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connGravatar David Howells 4-26/+51
2016-07-06rxrpc: Split service connection code out into its own fileGravatar David Howells 4-135/+156
2016-07-06rxrpc: Split client connection code out into its own fileGravatar David Howells 3-250/+251
2016-07-06rxrpc: Call channels should have separate call number spacesGravatar David Howells 6-117/+104
2016-07-06rxrpc: Access socket accept queue under right lockGravatar David Howells 1-2/+2
2016-07-06rxrpc: Add RCU destruction for connections and callsGravatar David Howells 6-36/+60
2016-07-06rxrpc: Release a call's connection ref on call disconnectionGravatar David Howells 3-22/+22
2016-07-06rxrpc: Fix handling of connection failure in client call creationGravatar David Howells 1-1/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()Gravatar David Howells 4-10/+9
2016-07-06rxrpc: Check that the client conns cache is empty before module removalGravatar David Howells 3-2/+21
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defGravatar David Howells 5-29/+47
2016-07-06rxrpc: Provide queuing helper functionsGravatar David Howells 3-3/+13
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadGravatar Herbert Xu 5-111/+65
2016-07-06rxrpc: Check the source of a packet to a client connGravatar David Howells 1-1/+3
2016-07-06rxrpc: Fix some sparse errorsGravatar David Howells 1-3/+2
2016-07-01rxrpc: Fix processing of authenticated/encrypted jumbo packetsGravatar David Howells 1-1/+1
2016-06-22rxrpc: Kill off the rxrpc_transport structGravatar David Howells 11-451/+65
2016-06-22rxrpc: Kill the client connection bundle conceptGravatar David Howells 8-480/+288
2016-06-22rxrpc: Provide more refcount helper functionsGravatar David Howells 8-18/+26
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportGravatar David Howells 3-24/+31
2016-06-22rxrpc: Calls displayed in /proc may in future lack a connectionGravatar David Howells 1-8/+11
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()Gravatar David Howells 1-0/+5
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisGravatar David Howells 6-152/+196
2016-06-22rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isGravatar David Howells 1-8/+8
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsGravatar David Howells 5-43/+44
2016-06-22rxrpc: Fix exclusive connection handlingGravatar David Howells 4-72/+58
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}Gravatar David Howells 9-46/+44
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 13-163/+226
2016-06-22rxrpc: fix uninitialized variable useGravatar Arnd Bergmann 1-0/+3
2016-06-22rxrpc: checking for IS_ERR() instead of NULLGravatar Dan Carpenter 3-4/+4
2016-06-15rxrpc: Rework local endpoint managementGravatar David Howells 7-230/+276
2016-06-15rxrpc: Separate local endpoint event handling out into its own fileGravatar David Howells 4-102/+129
2016-06-15rxrpc: Use the peer record to distribute network errorsGravatar David Howells 7-94/+79
2016-06-15rxrpc: Do a little bit of tidying in the ICMP processingGravatar David Howells 1-4/+2
2016-06-15rxrpc: Don't assume anything about the address in an ICMP packetGravatar David Howells 1-8/+0
2016-06-15rxrpc: Break MTU determination from ICMP into its own functionGravatar David Howells 1-39/+54