aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata1-5/+9
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells1-6/+0
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells1-0/+3
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells1-2/+3
2020-09-14rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells1-1/+0
2020-09-14rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells1-0/+1
2020-09-14rxrpc: Fix an error goto in rxrpc_connect_call()David Howells1-2/+3
2020-09-08rxrpc: Allow multiple client connections to the same peerDavid Howells1-0/+6
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-594/+487
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells1-3/+10
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells1-2/+1
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells1-0/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells1-2/+4
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells1-0/+44
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-6/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells1-2/+6
2019-03-08rxrpc: Fix client call queueing, waiting for channelDavid Howells1-2/+2
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells1-5/+15
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells1-4/+1
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells1-4/+6
2018-09-28rxrpc: Fix error distributionDavid Howells1-2/+2
2018-08-01rxrpc: Trace packet transmissionDavid Howells1-0/+1
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing1-2/+0
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells1-0/+1
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells1-1/+1
2018-02-07rxrpc: Fix received abort handlingDavid Howells1-1/+2
2017-11-24rxrpc: Fix conn expiry timersDavid Howells1-11/+19
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells1-0/+2
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-2/+2
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells1-0/+18
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells1-3/+14
2017-06-14rxrpc: Cache the congestion window settingDavid Howells1-0/+6
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells1-8/+35
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-0/+4
2017-05-25rxrpc: Support network namespacingDavid Howells1-78/+75
2017-04-06rxrpc: Trace client call connectionDavid Howells1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells1-8/+0
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox1-2/+2
2016-09-29rxrpc: When activating client conn channels, do state check inside lockDavid Howells1-11/+25
2016-09-29rxrpc: Fix exclusive client connectionsDavid Howells1-1/+1
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells1-25/+57
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells1-1/+0
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells1-15/+13
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells1-0/+3
2016-09-04rxrpc: Don't change the epochDavid Howells1-24/+8
2016-09-04rxrpc: The client call state must be changed before attachment to connDavid Howells1-0/+4
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-0/+1
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-1/+1