summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)AuthorLines
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells-0/+1
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells-1/+1
2016-09-30rxrpc: Fix the call timer handlingDavid Howells-5/+2
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells-10/+6
2016-09-24rxrpc: Implement slow-startDavid Howells-0/+13
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells-2/+4
2016-09-23rxrpc: Fix call timerDavid Howells-2/+2
2016-09-17rxrpc: Improve skb tracingDavid Howells-3/+8
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells-2/+0
2016-09-17rxrpc: Add some additional call tracingDavid Howells-4/+14
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells-24/+12
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells-0/+10
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells-1/+1
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells-3/+0
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells-0/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells-388/+147
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells-3/+9
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callDavid Howells-22/+12
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells-1/+1
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells-136/+88
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells-0/+1
2016-09-07rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells-3/+5
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells-17/+31
2016-09-04rxrpc: The client call state must be changed before attachment to connDavid Howells-2/+0
2016-09-02rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells-2/+3
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells-7/+83
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells-26/+17
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells-2/+3
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells-0/+3
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells-4/+3
2016-08-23rxrpc: When clearing a socket, clear the call sets in the right orderDavid Howells-6/+6
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells-6/+1
2016-08-09rxrpc: Need to flag call as being released on connect failureDavid Howells-0/+2
2016-08-09rxrpc: fix uninitialized pointer dereference in debug codeArnd Bergmann-0/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells-7/+1
2016-07-06rxrpc: Kill off the call hash tableDavid Howells-173/+0
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells-1/+1
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells-37/+23
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells-3/+15
2016-07-06rxrpc: Release a call's connection ref on call disconnectionDavid Howells-17/+9
2016-07-06rxrpc: Fix handling of connection failure in client call creationDavid Howells-1/+3
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells-10/+6
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells-59/+65
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells-1/+1
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells-10/+11
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells-14/+14
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells-21/+23
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells-3/+3
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells-0/+980