aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* sysctl net.inet.tcp.ktlslist: allow snd_tag_status_str() to sleepKonstantin Belousov2025-07-101-0/+20
* in_pcb: add in_pcbrele_rlock()Konstantin Belousov2025-07-102-0/+18
* tcp: don't allow to connect a TCP/IPv6 endpoint in TIME WAIT stateMichael Tuexen2025-07-071-1/+2
* tcp: remove an invalid KASSERTMichael Tuexen2025-07-011-4/+0
* ddb: print FIN flag only one when printing BBLog entriesMichael Tuexen2025-06-291-6/+0
* tcp: improve name of functionMichael Tuexen2025-06-271-3/+3
* tcp: set net.inet.tcp.nolocaltimewait to 0 and deprecate itMichael Tuexen2025-06-271-3/+21
* tcp: use 0 as the value being ignoredMichael Tuexen2025-06-261-1/+1
* tcp: allow specifying a MSL for local communicationsMichael Tuexen2025-06-264-2/+34
* tcp: cleanup timer initialisationsMichael Tuexen2025-06-262-16/+12
* tcp: restrict the contents of tcp_timer.h to the kernel contextMichael Tuexen2025-06-261-2/+2
* tcp rack: simplify expressionPeter Lei2025-06-261-1/+1
* tcp: remove references to Lock(b)Peter Lei2025-06-262-4/+0
* tcp rack: move unused field from struct tcp_rackPeter Lei2025-06-261-1/+0
* counter(9): rate limit periods may be more than 1 secondKristof Provost2025-06-251-5/+4
* sysctl net.inet.tcp.ktlslist: do not rely on global generation for ktls sessionsKonstantin Belousov2025-06-241-12/+29
* Fix a warning in the rack stack.Randall Stewart2025-06-181-11/+17
* tcp: fixup wording in commentGleb Smirnoff2025-06-181-3/+3
* tcp: provide a useful comment for struct tcpstatGleb Smirnoff2025-06-171-3/+6
* tcp: add missing SDT probesGleb Smirnoff2025-06-172-0/+4
* tcp: provide sysctl for the maximum retransmission timeoutGleb Smirnoff2025-06-177-8/+15
* tcp: remove CTLFLAG_NEEDGIANT from sysctl(9) handlers related to timersGleb Smirnoff2025-06-171-22/+11
* tcp: count two previously ignored kinds of syncookie failuresGleb Smirnoff2025-06-172-0/+5
* tcp: unlock before syncookie_expand()Gleb Smirnoff2025-06-171-4/+3
* tcp: increase tcps_sc_recvcookie only in the syncache_expand()Gleb Smirnoff2025-06-171-2/+3
* tcp: refactor debug function syncookie_cmp()Gleb Smirnoff2025-06-171-21/+22
* tcp: rename syncookie_lookup() into syncookie_expand() and make it boolGleb Smirnoff2025-06-171-11/+13
* tcp: remove TCPTV_TWTRUNCMichael Tuexen2025-06-171-2/+0
* tcp: Fix the SO_REUSEPORT_LB checkMark Johnston2025-06-171-2/+6
* Revert "tcp: cleanup timer initialisations"Michael Tuexen2025-06-162-12/+16
* tcp: cleanup timer initialisationsMichael Tuexen2025-06-162-16/+12
* cc_cubic: sync to the new specification of RFC9438 for TCP CUBIC.Cheng Cui2025-06-162-143/+181
* TCP without LRO doing static pacing does not always pace as expected.Randall Stewart2025-06-151-20/+36
* tcp: fix handling of TIME WAIT for local TCP connectionsMichael Tuexen2025-06-131-1/+1
* tcp: fix local blackholingMichael Tuexen2025-06-131-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-113-3/+3
* ddb: fix handling of BBLog entries when BBLog is disabledMichael Tuexen2025-06-102-4/+8
* ddb: add optional printing of BBLog entriesMichael Tuexen2025-06-103-4/+396
* netinet/in_prot.c: normalize includesKonstantin Belousov2025-06-091-7/+2
* sysctl net.inet.tcp.ktlslistKonstantin Belousov2025-06-092-0/+215
* inpcb: provide policy cr_canexport_ktlskeys() and the privilege PRIV_NETINET_...Konstantin Belousov2025-06-092-0/+16
* ktls: define struct xktls_session and converter from ktls_session into extern...Konstantin Belousov2025-06-091-0/+24
* ddb: add show all tcpcbsMichael Tuexen2025-05-281-0/+23
* ddb: improve show tcpcbMichael Tuexen2025-05-281-0/+52
* netinet: Disallow connections to INADDR_ANYEd Maste2025-05-241-1/+1
* carp: fix mbuf_tag usage in carp_macmatch6Andrey V. Elsukov2025-05-241-10/+17
* tcp: allow connections to IPv6 anycast addressLexi Winter2025-05-191-15/+0
* Remove remaining mentions of pr_usrreq.Dag-Erling Smørgrav2025-05-084-14/+5
* bridge: allow IP addresses on members to be disabledLexi Winter2025-05-051-0/+8
* sctp: ensure correct sctp_gather_internal_ifa_flags usageMichael Tuexen2025-05-051-0/+3