summaryrefslogtreecommitdiff
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: delete extra space and tab in blank lineWilliam Dean2022-07-251-1/+1
* net: rxrpc: fix clang -Wformat warningJustin Stitt2022-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-236-33/+46
|\
| * rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-224-16/+25
| * rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-223-4/+6
| * rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-222-11/+12
| * rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-05-221-1/+2
| * rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-05-221-2/+2
* | afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-221-0/+27
* | rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-222-3/+3
* | rxrpc: Return an error to sendmsg if call failedDavid Howells2022-05-221-0/+6
* | rxrpc: Fix locking issueDavid Howells2022-05-225-22/+16