summaryrefslogtreecommitdiff
path: root/net/rxrpc/output.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells1-65/+40
2024-03-06rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-24/+16
2024-03-06rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells1-34/+31
2024-03-04rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells1-41/+38
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells1-1/+38
2024-02-29rxrpc: Split up the DATA packet transmission functionDavid Howells1-29/+69
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells1-21/+12
2024-02-29rxrpc: Merge together DF/non-DF branches of data Tx functionDavid Howells1-39/+15
2024-02-29rxrpc: Do lazy DF flag resettingDavid Howells1-2/+2
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells1-5/+3
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells1-10/+8
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells1-7/+7
2024-02-29rxrpc: Note cksum in txbufDavid Howells1-0/+1
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-14/+13
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells1-19/+17
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells1-4/+4
2024-01-12rxrpc: Fix use of Don't Fragment flagDavid Howells1-4/+2
2023-02-08rxrpc: Trace ack.rwindDavid Howells1-3/+7
2023-01-31rxrpc: Remove local->defrag_semDavid Howells1-7/+0
2023-01-31rxrpc: Simplify ACK handlingDavid Howells1-33/+13
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-8/+5
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells1-2/+5
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-2/+2
2023-01-06rxrpc: Clean up connection abortDavid Howells1-0/+56
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-40/+2
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells1-0/+2
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-4/+4
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-55/+37
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells1-6/+0
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-0/+48
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-3/+3
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-2/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-16/+16
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-2/+0
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-6/+12
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter1-2/+0
2022-11-16rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells1-6/+12
2022-11-08rxrpc: Fix congestion managementDavid Howells1-0/+1
2022-11-08rxrpc: Remove call->lockDavid Howells1-5/+1
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-53/+36
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-37/+58
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells1-1/+1
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-0/+7
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-85/+72
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid Howells1-10/+27
2022-11-08rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells1-0/+1
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells1-1/+6