summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)Author
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-09-30rxrpc: Fix the call timer handlingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Fix call timerDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-17rxrpc: Add some additional call tracingDavid Howells
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells
2016-09-07rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-04rxrpc: The client call state must be changed before attachment to connDavid Howells
2016-09-02rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells
2016-08-23rxrpc: When clearing a socket, clear the call sets in the right orderDavid Howells
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells
2016-08-09rxrpc: Need to flag call as being released on connect failureDavid Howells
2016-08-09rxrpc: fix uninitialized pointer dereference in debug codeArnd Bergmann
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells
2016-07-06rxrpc: Kill off the call hash tableDavid Howells
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells
2016-07-06rxrpc: Call channels should have separate call number spacesDavid 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-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: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid 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-15rxrpc: Use the peer record to distribute network errorsDavid Howells