summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells
2022-12-01rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells
2022-12-01rxrpc: Fix call leakDavid Howells
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells
2022-12-01rxrpc: Fix checker warningDavid Howells
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter
2022-11-18rxrpc: fix rxkad_verify_response()Dan Carpenter
2022-11-16rxrpc: Fix network address validationDavid Howells
2022-11-16rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells
2022-11-14rxrpc: Fix missing IPV6 #ifdefDavid 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: Split the rxrpc_recvmsg tracepointDavid 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: Remove unnecessary header inclusionsDavid Howells
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid 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: Fix ack.bufferSize to be 0 when generating an ackDavid 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-11-08rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells
2022-11-08rxrpc: Trace setting of the request-ack flagDavid Howells
2022-09-19rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui