summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller3-11/+19
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter1-2/+0
2022-11-18rxrpc: fix rxkad_verify_response()Dan Carpenter1-2/+4
2022-11-16rxrpc: Fix network address validationDavid Howells1-4/+5
2022-11-16rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socketDavid Howells1-6/+12
2022-11-14rxrpc: Fix missing IPV6 #ifdefDavid Howells1-1/+2
2022-11-08rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2-26/+28
2022-11-08rxrpc: Fix congestion managementDavid Howells10-20/+59
2022-11-08rxrpc: Remove the rxtx ringDavid Howells2-39/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells5-116/+180
2022-11-08rxrpc: Remove call->lockDavid Howells5-32/+3
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells11-423/+309
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells10-199/+279
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells7-410/+240
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells1-19/+18
2022-11-08rxrpc: Clean up ACK handlingDavid Howells10-122/+50
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells9-256/+250
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells4-1/+156
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells4-7/+1
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells3-15/+7
2022-11-08rxrpc: Remove unnecessary header inclusionsDavid Howells1-14/+0
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid Howells1-10/+27
2022-11-08rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells3-217/+42
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2-55/+18
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 Howells3-0/+17
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells5-1/+48
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells7-0/+78
2022-11-08rxrpc: Track highest acked serialDavid Howells2-0/+5
2022-11-08rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells1-1/+1
2022-11-08rxrpc: Trace setting of the request-ack flagDavid Howells1-9/+23
2022-09-20rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui1-1/+0
2022-09-01rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells1-43/+0
2022-09-01rxrpc: Fix calc of resend ageDavid Howells1-1/+1
2022-09-01rxrpc: Fix local destruction being repeatedDavid Howells1-0/+3
2022-09-01rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells1-1/+1
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells3-37/+258
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2-39/+57
2022-07-26net: delete extra space and tab in blank lineWilliam Dean1-1/+1
2022-07-09net: rxrpc: fix clang -Wformat warningJustin Stitt1-1/+1
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-33/+46
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells4-16/+25
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells3-4/+6
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells2-11/+12
2022-05-22rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-05-22rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells1-0/+27
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells2-3/+3
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-05-22rxrpc: Fix locking issueDavid Howells5-22/+16