summary refs log tree commit diff
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)Author
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells
2022-09-19rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells
2022-05-22rxrpc: Fix locking issueDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-09-14rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells
2019-08-27rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells
2019-08-27rxrpc: Improve jumbo packet countingDavid Howells
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells
2019-08-09rxrpc: Fix local endpoint refcountingDavid Howells
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells
2019-07-30rxrpc: Fix potential deadlockDavid Howells