aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* ip_reass: drop the volatile keyword from nfrags and mark with __exclusive_cac...Mateusz Guzik2021-08-141-2/+2
* mroute: fix locking issuesWojciech Macek2021-08-131-29/+29
* netdump: send key before dump, in case dump failsEric van Gyzen2021-08-111-14/+28
* sctp: remove some set, but unused variablesMichael Tuexen2021-08-092-6/+2
* ipsec: Handle ICMP NEEDFRAG message.Wojciech Macek2021-08-091-0/+6
* Simplify nhop operations in ip_output().Alexander V. Chernikov2021-08-081-14/+13
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* sctp: improve input validation of mapped addresses in sctp_connectx()Michael Tuexen2021-08-071-4/+4
* sctp: improve input validation of mapped addresses in send()Michael Tuexen2021-08-071-1/+5
* Update the TCP LRO code to handle both encrypted and un-encrypted traffic.Hans Petter Selasky2021-08-062-2/+7
* ktls: Move KERN_TLS ifdef to tcp_var.hAndrew Gallatin2021-08-051-3/+3
* Use lltable calculated header when sending lle holdchain after successful lle...Alexander V. Chernikov2021-08-051-13/+42
* tcp, udp: improve input validation in handling bind()Michael Tuexen2021-08-052-0/+2
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-042-32/+8
* udp: Fix soroverflow SOCKBUF unlockingKonstantin Kukushkin2021-08-011-1/+1
* socket: Implement SO_RERRORRoy Marples2021-07-284-5/+4
* netdump: Fix leaking debugnet state on errors.Bryan Drewery2021-07-271-6/+26
* rip: Add missing minimum length validation in rip_output()Mark Johnston2021-07-261-1/+8
* pf: syncookie supportKristof Provost2021-07-201-0/+2
* tcp: fix RACK and BBR when using VIMAGE enabled kernelMichael Tuexen2021-07-191-2/+4
* 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