aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c
Commit message (Expand)AuthorAge
* rxrpc: Fix the packet reception routineDavid Howells2018-10-08
* rxrpc: Fix some missed refs to init_netDavid Howells2018-10-05
* rxrpc: Fix error distributionDavid Howells2018-09-28
* atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03
|\
| * rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-30
| * rxrpc: Fix checker warnings and errorsDavid Howells2018-03-30
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-29
|\
| * rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-24
| * rxrpc: Fix call timeoutsDavid Howells2017-11-24
| * rxrpc: Split the call params from the operation paramsDavid Howells2017-11-24
| * rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2017-11-24
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
|/
* rxrpc: Lock around calling a kernel service Rx notificationDavid Howells2017-11-02
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-29
* rxrpc: Cache the congestion window settingDavid Howells2017-06-14
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-07
* rxrpc: Support network namespacingDavid Howells2017-05-25
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-06
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-01
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-05
* rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells2016-10-13
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-06
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-06
* rxrpc: Fix the call timer handlingDavid Howells2016-09-30
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-30
* rxrpc: Implement slow-startDavid Howells2016-09-24
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-23
* rxrpc: Fix call timerDavid Howells2016-09-23
* rxrpc: Improve skb tracingDavid Howells2016-09-17
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-17
* rxrpc: Add some additional call tracingDavid Howells2016-09-17
* rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells2016-09-17
* rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells2016-09-17
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-13
* rxrpc: Fix prealloc refcountingDavid Howells2016-09-13
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-13
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-08
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-08
* rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-08
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-07
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-07
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-07
* rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells2016-09-07
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-07
* rxrpc: The client call state must be changed before attachment to connDavid Howells2016-09-04
* rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann2016-09-02
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-01
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-30