summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-02rxrpc: Lock around calling a kernel service Rx notificationDavid Howells
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells
2017-06-14rxrpc: Cache the congestion window settingDavid Howells
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells
2017-05-25rxrpc: Support network namespacingDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells
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