aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-9/+23
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceGravatar David Howells 1-3/+13
2018-03-30rxrpc: Fix checker warnings and errorsGravatar David Howells 1-0/+1
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesGravatar David Howells 1-6/+9
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-23/+39
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATAGravatar David Howells 1-0/+1
2017-11-24rxrpc: Fix call timeoutsGravatar David Howells 1-11/+16
2017-11-24rxrpc: Split the call params from the operation paramsGravatar David Howells 1-8/+7
2017-11-24rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsGravatar David Howells 1-4/+15
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+3
2017-11-02rxrpc: Lock around calling a kernel service Rx notificationGravatar David Howells 1-0/+1
2017-08-29rxrpc: Allow failed client calls to be retriedGravatar David Howells 1-5/+97
2017-06-14rxrpc: Cache the congestion window settingGravatar David Howells 1-6/+1
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callGravatar David Howells 1-0/+3
2017-05-25rxrpc: Support network namespacingGravatar David Howells 1-17/+22
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-2/+2
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgGravatar David Howells 1-2/+16
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingGravatar David Howells 1-18/+0
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()Gravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 1-0/+1
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 1-1/+1
2016-09-30rxrpc: Fix the call timer handlingGravatar David Howells 1-5/+2
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 1-10/+6
2016-09-24rxrpc: Implement slow-startGravatar David Howells 1-0/+13
2016-09-23rxrpc: Add a tracepoint for the call timerGravatar David Howells 1-2/+4
2016-09-23rxrpc: Fix call timerGravatar David Howells 1-2/+2
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-3/+8
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointGravatar David Howells 1-2/+0
2016-09-17rxrpc: Add some additional call tracingGravatar David Howells 1-4/+14
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()Gravatar David Howells 1-24/+12
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseGravatar David Howells 1-0/+10
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeGravatar David Howells 1-1/+1
2016-09-13rxrpc: Fix prealloc refcountingGravatar David Howells 1-3/+0
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsGravatar David Howells 1-0/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-388/+147
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-3/+9
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callGravatar David Howells 1-22/+12
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-1/+1
2016-09-07rxrpc: Calls shouldn't hold socket refsGravatar David Howells 1-136/+88
2016-09-07rxrpc: Cache the security index in the rxrpc_call structGravatar David Howells 1-0/+1
2016-09-07rxrpc: Use call->peer rather than call->conn->params.peerGravatar David Howells 1-3/+5
2016-09-07rxrpc: Improve the call tracking tracepointGravatar David Howells 1-17/+31
2016-09-04rxrpc: The client call state must be changed before attachment to connGravatar David Howells 1-2/+0
2016-09-02rxrpc: fix undefined behavior in rxrpc_mark_call_releasedGravatar Arnd Bergmann 1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 1-2/+3
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 1-7/+83
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 1-26/+17
2016-08-24rxrpc: Improve management and caching of client connection objectsGravatar David Howells 1-2/+3
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferGravatar David Howells 1-0/+3
2016-08-23rxrpc: Drop channel number field from rxrpc_call structGravatar David Howells 1-4/+3