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