aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-6/+7
|\
| * rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-221-2/+2
| * rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-221-2/+2
| * rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-221-3/+4
* | rxrpc: Fix locking issueDavid Howells2022-05-221-1/+1
* | rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-13/+5
* | rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-05-221-2/+3
|/
* rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-311-8/+7
* rxrpc: Ask the security class how much space to allow in a packetDavid Howells2020-11-231-2/+5
* rxrpc: Organise connection security to use a unionDavid Howells2020-11-231-3/+8
* rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells2020-11-231-4/+1
* rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells2020-11-231-2/+0
* rxrpc: Allow security classes to give more info on server keysDavid Howells2020-11-231-0/+3
* rxrpc: Hand server key parsing off to the security classDavid Howells2020-11-231-0/+11
* rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells2020-11-231-2/+7
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-231-6/+5
* rxrpc: Support keys with multiple authentication tokensDavid Howells2020-11-231-1/+3
* rxrpc: Fix loss of final ack on shutdownDavid Howells2020-10-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-5/+2
|\
| * rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-051-5/+2
* | rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells2020-09-141-1/+1
* | rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-36/+32
* | rxrpc: Impose a maximum number of client callsDavid Howells2020-09-081-0/+2
|/
* rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-201-5/+8
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* rxrpc: Move the call completion handling out of lineDavid Howells2020-06-051-94/+25
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-8/+17
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-131-1/+0
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-2/+2
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-031-0/+1
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-301-0/+10
* rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-201-3/+7
* rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2019-10-311-0/+1
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-5/+12
|\
| * rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2019-08-301-0/+1
| * rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-271-0/+1
| * rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-0/+1
| * rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells2019-08-271-0/+1
| * rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells2019-08-271-2/+1
| * rxrpc: Improve jumbo packet countingDavid Howells2019-08-271-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-3/+5
|\|
| * rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-091-2/+1
| * rxrpc: Fix local endpoint refcountingDavid Howells2019-08-091-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-0/+1
|\|
| * rxrpc: Fix potential deadlockDavid Howells2019-07-301-0/+1
* | rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells2019-07-301-0/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-0/+2