summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix the packet reception routineDavid Howells2018-10-081-0/+1
* rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-2/+2
* rxrpc: Fix error distributionDavid Howells2018-09-281-1/+1
* atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-9/+23
|\
| * rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-301-3/+13
| * rxrpc: Fix checker warnings and errorsDavid Howells2018-03-301-0/+1
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-6/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-291-23/+39
|\
| * rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-0/+1
| * rxrpc: Fix call timeoutsDavid Howells2017-11-241-11/+16
| * rxrpc: Split the call params from the operation paramsDavid Howells2017-11-241-8/+7
| * rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2017-11-241-4/+15
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
|/
* rxrpc: Lock around calling a kernel service Rx notificationDavid Howells2017-11-021-0/+1
* 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