summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Split the receive codeDavid Howells2022-12-011-0/+7
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-17/+8
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-011-4/+2
* rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-011-2/+2
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-4/+4
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-011-9/+12
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-5/+6
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-9/+32
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-2/+14
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-011-10/+0
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+1
|\
| * rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-181-0/+1
* | rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2022-11-081-2/+0
* | rxrpc: Fix congestion managementDavid Howells2022-11-081-4/+5
* | rxrpc: Remove the rxtx ringDavid Howells2022-11-081-15/+0
* | rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-7/+5
* | rxrpc: Remove call->lockDavid Howells2022-11-081-1/+0
* | rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-18/+13
* | rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-11/+18
* | rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-081-23/+9
* | rxrpc: Clean up ACK handlingDavid Howells2022-11-081-5/+5
* | rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-6/+15
* | rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells2022-11-081-0/+53
* | rxrpc: Remove call->tx_phaseDavid Howells2022-11-081-1/+0
* | rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells2022-11-081-1/+0
* | rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells2022-11-081-1/+0
* | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-1/+1
* | rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells2022-11-081-0/+2
* | rxrpc: Record statistics about ACK typesDavid Howells2022-11-081-0/+6
* | rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-081-0/+17
* | rxrpc: Track highest acked serialDavid Howells2022-11-081-0/+1
|/
* rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui2022-09-191-1/+0
* 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