summaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-9/+12
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-5/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-9/+32
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-2/+14
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-10/+0
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-10/+0
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells1-0/+1
2022-11-08rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells1-2/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells1-4/+5
2022-11-08rxrpc: Remove the rxtx ringDavid Howells1-15/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-7/+5
2022-11-08rxrpc: Remove call->lockDavid Howells1-1/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-18/+13
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-11/+18
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells1-23/+9
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-5/+5
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-6/+15
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells1-0/+53
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells1-1/+0
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells1-1/+0
2022-11-08rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells1-1/+0
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells1-1/+1
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells1-0/+2
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells1-0/+6
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells1-0/+17
2022-11-08rxrpc: Track highest acked serialDavid Howells1-0/+1
2022-09-20rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui1-1/+0
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells1-0/+1
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-2/+2
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells1-2/+2
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells1-3/+4
2022-05-22rxrpc: Fix locking issueDavid Howells1-1/+1
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-13/+5
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells1-2/+3
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells1-8/+7
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-09Merge 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