aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells1-2/+5
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells1-3/+8
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells1-4/+1
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells1-2/+0
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells1-0/+3
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells1-0/+11
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells1-2/+7
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells1-6/+5
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells1-1/+3
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells1-0/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+2
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells1-5/+2
2020-09-14rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells1-1/+1
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-36/+32
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells1-0/+2
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells1-5/+8
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells1-94/+25
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-8/+17
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells1-1/+0
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells1-2/+2
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells1-0/+1
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells1-0/+10
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells1-3/+7
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells1-0/+1
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells1-0/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+12
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells1-0/+1
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells1-0/+1
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-0/+1
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells1-0/+1
2019-08-27rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells1-2/+1
2019-08-27rxrpc: Improve jumbo packet countingDavid Howells1-3/+7
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells1-2/+1
2019-08-09rxrpc: Fix local endpoint refcountingDavid Howells1-1/+4
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells1-0/+4
2019-07-30rxrpc: Fix potential deadlockDavid Howells1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells1-0/+2
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman1-0/+1
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells1-7/+12
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells1-0/+1
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-10-15rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells1-0/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+13
2018-10-08rxrpc: Fix the packet reception routineDavid Howells1-3/+4
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells1-2/+2
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells1-1/+1