summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-019-38/+39
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-0112-63/+93
* rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells2022-12-012-23/+20
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-0114-108/+131
* rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-019-82/+3
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-017-46/+3
* rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells2022-12-011-18/+0
* rxrpc: Fix call leakDavid Howells2022-12-011-1/+0
* rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells2022-12-014-0/+654
* rxrpc: Fix checker warningDavid Howells2022-12-011-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-15/+24
|\
| * rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-182-15/+24
* | Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-183-11/+19
|\ \
| * | rxrpc: Fix network address validationDavid Howells2022-11-161-4/+5
| * | rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells2022-11-161-6/+12
| * | rxrpc: Fix missing IPV6 #ifdefDavid Howells2022-11-141-1/+2
* | | rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter2022-11-181-2/+0
* | | rxrpc: fix rxkad_verify_response()Dan Carpenter2022-11-181-2/+4
|/ /
* | rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2022-11-082-26/+28
* | rxrpc: Fix congestion managementDavid Howells2022-11-0810-20/+59
* | rxrpc: Remove the rxtx ringDavid Howells2022-11-082-39/+0
* | rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-085-116/+180
* | rxrpc: Remove call->lockDavid Howells2022-11-085-32/+3
* | rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-0811-423/+309
* | rxrpc: Get rid of the Rx ringDavid Howells2022-11-0810-199/+279
* | rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-087-410/+240
* | rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells2022-11-081-19/+18
* | rxrpc: Clean up ACK handlingDavid Howells2022-11-0810-122/+50
* | rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-089-256/+250
* | rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells2022-11-084-1/+156
* | rxrpc: Remove call->tx_phaseDavid Howells2022-11-084-7/+1
* | rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells2022-11-083-15/+7
* | rxrpc: Remove unnecessary header inclusionsDavid Howells2022-11-081-14/+0
* | rxrpc: Call udp_sendmsg() directlyDavid Howells2022-11-081-10/+27
* | rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells2022-11-083-217/+42
* | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-082-55/+18
* | rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells2022-11-081-1/+1
* | rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells2022-11-083-0/+17
* | rxrpc: Record statistics about ACK typesDavid Howells2022-11-085-1/+48
* | rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-087-0/+78
* | rxrpc: Track highest acked serialDavid Howells2022-11-082-0/+5
* | rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells2022-11-081-1/+1
* | rxrpc: Trace setting of the request-ack flagDavid Howells2022-11-081-9/+23
|/
* rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui2022-09-191-1/+0
* rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells2022-09-011-43/+0
* rxrpc: Fix calc of resend ageDavid Howells2022-09-011-1/+1
* rxrpc: Fix local destruction being repeatedDavid Howells2022-09-011-0/+3
* rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells2022-09-011-1/+1
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-013-37/+258
* rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-252-39/+57