aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sctp: compute address flags only for IPv6 addressesMichael Tuexen2025-05-051-3/+16
* sctp: clear the SCTP_ADDR_VALID flag when removing an addressMichael Tuexen2025-05-041-1/+1
* sctp: initilize local address flags correctlyMichael Tuexen2025-05-041-1/+3
* sctp: don't report unusable addresses via sysctl interfaceMichael Tuexen2025-05-041-0/+4
* sctp: report address unavailability consistentlyMichael Tuexen2025-05-041-1/+1
* sctp: fix mapping of interface address flagsMichael Tuexen2025-05-041-11/+9
* Decorate IPv4 structures used for byte buffer overlays as packed.Michal Meloun2025-05-046-7/+7
* netinet: Make in_systm.h self-containedMark Johnston2025-05-031-0/+2
* tcp: improve KASSERT in limited retransmitMichael Tuexen2025-05-011-3/+5
* igmp: apply net.inet.igmp.default_version to existing interfacesOlivier BLANC2025-05-011-11/+22
* sendfile: factor out socket send buffer space sensing into a methodGleb Smirnoff2025-04-301-0/+2
* libalias: Handle GetNewPort() errors properlyMark Johnston2025-04-186-112/+178
* netinet: Make ip.h self-containedMark Johnston2025-04-101-1/+2
* bridge: store a bridge_iflist pointer in ifnetLexi Winter2025-04-091-3/+4
* tcp: cleanupMichael Tuexen2025-04-071-29/+25
* tcp: remove struct tcp_log_rackMichael Tuexen2025-04-041-10/+0
* tcp: clear blackbox logging unionPeter Lei2025-04-044-37/+37
* tcp: clear sendfile logging structPeter Lei2025-04-041-0/+1
* tcp: fix typos in commentPeter Lei2025-04-041-1/+1
* tcp: improve initializing the fields in tcp_log_bufferMichael Tuexen2025-04-031-3/+8
* tcp: remove support for TCPPCAPMichael Tuexen2025-03-318-573/+2
* tcp rack: cleanup storing values for beta and beta_ecnMichael Tuexen2025-03-312-28/+24
* sctp: fix double unlock in case adding a remote address failsMichael Tuexen2025-03-311-1/+0