summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* carp: carp_master_down_locked() requires net epochZhenlei Huang2023-03-221-0/+3
* carp: turn net.inet.carp.allow into a RW tunableBoris Lytochkin2023-02-091-2/+11
* sctp: improve delivery of stream reset notificationsMichael Tuexen2023-02-061-2/+16
* tcp: improve error handling of net.inet.tcp.udp_tunneling_portMichael Tuexen2023-02-061-0/+3
* BBLog: improve sysctl variablesCheng Cui2023-02-021-4/+4
* tcp: remove unused t_rttbestMichael Tuexen2023-02-025-15/+2
* libalias: improve handling of invalid SCTP packetsMichael Tuexen2023-02-021-4/+7
* Unbreak builds having SCTP support compiled inMichael Tuexen2023-02-021-0/+1
* sctp: improve sending of ABORT packets in response to INIT-ACKsMichael Tuexen2023-02-011-1/+4
* tcp: improve handling of SYN-ACK segments in TIMEWAIT stateMichael Tuexen2023-02-011-1/+2
* tcp: honor drop_synfin sysctl variable in TIME-WAITMichael Tuexen2023-02-011-2/+12
* tcp: fix stats counter for SYN_RCVD state when TCP-FO is usedMichael Tuexen2023-02-011-0/+1
* tcp: improve BBLog for output events when using the FreeBSD stackMichael Tuexen2023-02-011-6/+12
* sctp: improve handling of send() calls with no user data`Michael Tuexen2023-02-011-88/+98
* sctp: tweak panic messageMichael Tuexen2023-02-011-10/+3
* tcp rack: simplify computation of rsm start and endMichael Tuexen2023-02-011-7/+4
* tcp rack: fix switching to RACK when FIN has been sentMichael Tuexen2023-02-011-5/+2
* sctp: do not clobber listening socket with sockbuf operationsGleb Smirnoff2023-02-011-7/+4
* sctp: add KASSERTs to ensure correct handling of listenersMichael Tuexen2023-02-011-5/+10
* tcp: fix TCPPCAP for kernels enabling VNETMichael Tuexen2023-02-011-1/+1
* sctp: remove book keeping not needed anymoreMichael Tuexen2023-02-011-36/+2
* sctp: cleanup, no functional changeMichael Tuexen2023-02-012-87/+89
* sctp: improve handling of sctp inpcb flagsMichael Tuexen2023-02-015-10/+27
* sctp: use a consistent view of the send parametersMichael Tuexen2023-02-011-1/+4
* sctp: ignore SCTP_SENDALL flag on 1-to-1 style socketsMichael Tuexen2023-02-011-6/+8
* sctp: improve handling of send() when association is shutdownMichael Tuexen2023-02-011-20/+25
* sctp: cleanup of error pathsMichael Tuexen2023-02-011-9/+8
* sctp: cleanup, no functional change except on error pathsMichael Tuexen2023-02-011-84/+79
* sctp: more sb_cc related cleanupsMichael Tuexen2023-02-013-33/+8
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2023-02-016-22/+23
* sctp: cleanup, no functional change intendedMichael Tuexen2023-02-013-8/+4
* sctp: improve path verificationMichael Tuexen2023-02-011-1/+3
* sctp: improve path verificationMichael Tuexen2023-02-011-1/+2
* sctp: improve consistencyMichael Tuexen2023-02-018-57/+50
* sctp: improve lockingMichael Tuexen2023-02-011-6/+9
* sctp: cleanupMichael Tuexen2023-02-011-1/+1
* sctp: improve stopping of timersMichael Tuexen2023-02-011-3/+6
* sctp: hold the inp lock while calling ip6_outputMichael Tuexen2023-02-011-0/+2
* sctp: cleanupMichael Tuexen2023-02-011-1/+1
* sctp: fix typo introcuded in last commitMichael Tuexen2023-02-011-1/+1
* sctp: don't wakeup 1-to-1 listening sockets for data or notificationsMichael Tuexen2023-02-012-7/+8
* sctp: don't keep a pointer to a freed stcb aroundMichael Tuexen2023-02-011-4/+3
* sctp: improve lockingMichael Tuexen2023-02-011-4/+11
* sctp: cleanupMichael Tuexen2023-02-011-25/+42
* sctp: #ifdef INET-only and INET6-only variables.John Baldwin2023-02-011-12/+25
* sctp: fix parameter type in NAT status messageMichael Tuexen2023-02-011-1/+1
* sctp: remove a mutex not used anymoreMichael Tuexen2023-02-011-1/+0
* sctp: use variable names in a consistent wayMichael Tuexen2023-02-011-75/+75
* sctp: don't refer to a potentially outdated streamMichael Tuexen2023-02-011-0/+2
* sctp: cleanup, no functional changeMichael Tuexen2023-02-011-16/+10