summaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)Author
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells
2022-11-08rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells
2022-11-08rxrpc: Fix congestion managementDavid Howells
2022-11-08rxrpc: Remove the rxtx ringDavid 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: Get rid of the Rx ringDavid Howells
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid 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: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells
2022-11-08rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells
2022-11-08rxrpc: Track highest acked serialDavid 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