aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp: When rack or bbr get a pullup failure in the common code, don't free the...Randall Stewart2021-07-161-2/+0
* tcp: Lro needs to validate that it does not go beyond the end of the mbuf as ...Randall Stewart2021-07-161-5/+27
* tcp: TCP_LRO getting bad checksums and sending it in to TCP incorrectly.Randall Stewart2021-07-133-4/+28
* libalias: fix divide by zero causing panicStefan Eßer2021-07-101-1/+1
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-0910-54/+69
* sctp: provide consistent stream information in case of early errorsMichael Tuexen2021-07-091-3/+9
* sctp: provide sac_error also for ABORT chunk being sentMichael Tuexen2021-07-091-3/+22
* tcp: Fix 32 bit platform breakageRandall Stewart2021-07-081-2/+2
* tcp: fix alternate stack build with LINT-NO{INET,INET6,IP}Andrew Gallatin2021-07-073-15/+45
* tcp: HPTS performance enhancementsRandall Stewart2021-07-077-557/+921
* tcp: Address goodput and TLP edge cases.Randall Stewart2021-07-062-89/+251
* ktls: auto-disable ifnet (inline hw) kTLSAndrew Gallatin2021-07-061-1/+12
* libalias: Remove a stray directiveLutz Donnerhacke2021-07-041-1/+0
* libalias: Rewrite HISTORYLutz Donnerhacke2021-07-041-2/+3
* libalias: Fix API bug on initializationLutz Donnerhacke2021-07-031-3/+9
* libalias: Avoid uninitialized expirationLutz Donnerhacke2021-07-021-2/+0
* libalias: Fix splay comparsion bugLutz Donnerhacke2021-07-021-6/+7
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-277-26/+25
* sctp: Fix length check for ECNE chunksMichael Tuexen2021-06-271-5/+2
* tcp: tolerate missing timestampsMichael Tuexen2021-06-271-1/+8
* tcp: Preparation for allowing hardware TLS to be able to kick a tcp connectio...Randall Stewart2021-06-255-21/+63
* tcp: Rack not being very friendly with V6:4 socket and having a connection fr...Randall Stewart2021-06-241-1/+4
* ip_mroute: initialize vif ifnet properlyWojciech Macek2021-06-231-6/+9
* libalias: Fix compile time warning about unused functionsLutz Donnerhacke2021-06-232-403/+444
* toe: Read-lock the inp in toe_4tuple_check().John Baldwin2021-06-221-4/+4
* Unbreak TFO, that was broken with 8d5719aa74f. These two assignmentsGleb Smirnoff2021-06-221-4/+0
* libalias: Switch to efficient data structure for incoming trafficLutz Donnerhacke2021-06-192-45/+36
* libalias: Switch to efficient data structure for outgoing trafficLutz Donnerhacke2021-06-192-49/+36
* libalias: Restructure - FinalizeLutz Donnerhacke2021-06-191-0/+1
* libalias: Restructure - Remove temporary state deleteAllLinks from global structLutz Donnerhacke2021-06-192-36/+25
* libalias: Restructure - Use AliasRange instead of PORT_BASELutz Donnerhacke2021-06-191-97/+74
* libalias: Restructure - Table for PPTPLutz Donnerhacke2021-06-192-167/+187
* libalias: Restructure - Group expire handling entriesLutz Donnerhacke2021-06-191-21/+23
* libalias: Restructure - Group incoming linksLutz Donnerhacke2021-06-192-96/+136
* libalias: Restructure - Cleanup and Use for linksLutz Donnerhacke2021-06-191-16/+17
* libalias: Restructure - Outgoing searchLutz Donnerhacke2021-06-191-27/+40
* libalias: Restructure - Cleanup _FindLinkInLutz Donnerhacke2021-06-191-25/+19
* libalias: Restructure - Table for partially linksLutz Donnerhacke2021-06-192-24/+52
* tcp: Add PRR cwnd reduction for non-SACK lossRichard Scheffenegger2021-06-191-15/+41
* libalias: Restructure - Separate fully qualified searchLutz Donnerhacke2021-06-191-12/+17
* libalias: Restructure - Common search termsLutz Donnerhacke2021-06-191-24/+24
* libalias: Promote per instance global variable timeStampLutz Donnerhacke2021-06-193-31/+50
* libalias: Stats are unsignedLutz Donnerhacke2021-06-191-8/+8
* Consistently use the SOCKBUF_MTX() and SOCK_MTX() macrosMark Johnston2021-06-141-3/+3
* Consistently use the SOLISTENING() macroMark Johnston2021-06-142-6/+5
* tcp: remove debug output from RACKMichael Tuexen2021-06-111-2/+0
* tcp: Missing mfree in rack and bbrRandall Stewart2021-06-112-1/+6
* tcp: fix two bugs in new renoMichael Tuexen2021-06-111-2/+4
* tcp: fix compilation of IPv4-only buildsMichael Tuexen2021-06-111-0/+2
* libalias: tidy up housekeepingLutz Donnerhacke2021-06-102-63/+47