summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-291-5/+97
* rxrpc: Cache the congestion window settingDavid Howells2017-06-141-6/+1
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-0/+3
* rxrpc: Support network namespacingDavid Howells2017-05-251-17/+22
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-2/+2
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-2/+16
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-051-18/+0
* rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells2016-10-131-1/+1
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-061-0/+1
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-061-1/+1
* rxrpc: Fix the call timer handlingDavid Howells2016-09-301-5/+2
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-10/+6
* rxrpc: Implement slow-startDavid Howells2016-09-241-0/+13
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-2/+4
* rxrpc: Fix call timerDavid Howells2016-09-231-2/+2
* rxrpc: Improve skb tracingDavid Howells2016-09-171-3/+8
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-2/+0
* rxrpc: Add some additional call tracingDavid Howells2016-09-171-4/+14
* rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells2016-09-171-24/+12
* rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells2016-09-171-0/+10
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-131-1/+1
* rxrpc: Fix prealloc refcountingDavid Howells2016-09-131-3/+0
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-131-0/+2
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-388/+147
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-3/+9
* rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-081-22/+12
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-1/+1
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-071-136/+88
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-071-0/+1
* rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells2016-09-071-3/+5
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-17/+31
* rxrpc: The client call state must be changed before attachment to connDavid Howells2016-09-041-2/+0
* rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann2016-09-021-1/+1
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-2/+3
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-7/+83
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-26/+17
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-241-2/+3
* rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells2016-08-241-0/+3
* rxrpc: Drop channel number field from rxrpc_call structDavid Howells2016-08-231-4/+3
* rxrpc: When clearing a socket, clear the call sets in the right orderDavid Howells2016-08-231-6/+6
* rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells2016-08-231-6/+1
* rxrpc: Need to flag call as being released on connect failureDavid Howells2016-08-091-0/+2
* rxrpc: fix uninitialized pointer dereference in debug codeArnd Bergmann2016-08-091-0/+1
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-7/+1
* rxrpc: Kill off the call hash tableDavid Howells2016-07-061-173/+0
* rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells2016-07-061-1/+1
* rxrpc: Call channels should have separate call number spacesDavid Howells2016-07-061-37/+23
* rxrpc: Add RCU destruction for connections and callsDavid Howells2016-07-061-3/+15
* rxrpc: Release a call's connection ref on call disconnectionDavid Howells2016-07-061-17/+9
* rxrpc: Fix handling of connection failure in client call creationDavid Howells2016-07-061-1/+3
OpenPOWER on IntegriCloud