aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+1
2020-10-05rxrpc: Fix accept on a connection that need securingGravatar David Howells 1-4/+1
2020-09-08rxrpc: Impose a maximum number of client callsGravatar David Howells 1-0/+43
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKGravatar David Howells 1-0/+1
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureGravatar David Howells 1-8/+19
2020-03-13rxrpc: Fix call interruptibility handlingGravatar David Howells 1-2/+1
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksGravatar David Howells 1-3/+19
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectGravatar David Howells 1-2/+2
2019-10-07rxrpc: Fix call crypto state cleanupGravatar David Howells 1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordGravatar David Howells 1-11/+17
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-17/+16
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingGravatar David Howells 1-4/+2
2019-08-27rxrpc: Abstract out rxtx ring cleanupGravatar David Howells 1-16/+17
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoGravatar David Howells 1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleGravatar David Howells 1-0/+2
2019-04-30rxrpc: Fix net namespace cleanupGravatar David Howells 1-16/+16
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"Gravatar David Howells 1-97/+0
2018-10-08rxrpc: Fix the packet reception routineGravatar David Howells 1-0/+1
2018-10-05rxrpc: Fix some missed refs to init_netGravatar David Howells 1-2/+2
2018-09-28rxrpc: Fix error distributionGravatar David Howells 1-1/+1
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-1/+1
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