summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_event.c
AgeCommit message (Expand)Author
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-12-01rxrpc: Fix call leakDavid Howells
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells
2022-11-08rxrpc: Remove call->lockDavid Howells
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells
2022-11-08rxrpc: Clean up ACK handlingDavid Howells
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells
2022-09-01rxrpc: Fix calc of resend ageDavid Howells
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-22rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells
2020-06-05rxrpc: Fix missing notificationDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne
2018-03-30rxrpc: Fix a bit of time confusionDavid Howells
2018-03-27rxrpc: Trace resendDavid Howells
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva
2017-11-29rxrpc: Clean up whitespaceDavid Howells
2017-11-24rxrpc: Add keepalive for a callDavid Howells
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells
2017-11-24rxrpc: Express protocol timeouts in terms of RTTDavid Howells
2017-11-24rxrpc: Fix call timeoutsDavid Howells
2017-11-02rxrpc: Fix call expiry handlingDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Add missing notificationDavid Howells
2016-10-06rxrpc: Queue the call on expiryDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-09-30rxrpc: Fix the call timer handlingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells