aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8Mike Karels2022-07-133-4/+68
* bbr: check proper flag for connection had been closedGleb Smirnoff2022-07-091-1/+1
* tcp: remove a condition in tcp_usr_detach() that never happensGleb Smirnoff2022-07-071-16/+8
* ddb: use _FLAGS command macros where appropriateMitchell Horne2022-07-051-1/+1
* sockets: use only soref()/sorele() as socket reference countGleb Smirnoff2022-07-043-21/+5
* tcp: use a TCP flag to check if connection has been close(2)dGleb Smirnoff2022-07-045-54/+35
* blackhole(4): fix operator precedenceGleb Smirnoff2022-06-281-2/+2
* sctp: add KASSERTs to ensure correct handling of listenersMichael Tuexen2022-06-271-5/+10
* sctp: do not clobber listening socket with sockbuf operationsGleb Smirnoff2022-06-271-7/+4
* tcp: Correctly compute the TCP goodput in bits per second by using SEQ_SUB().Hans Petter Selasky2022-06-231-1/+1
* Unlock inp when handling TCP_MD5SIG socket optionsClaudio Jeker2022-06-231-6/+5
* tcp: fix TCPPCAP for kernels enabling VNETMichael Tuexen2022-06-151-1/+1
* sctp: remove book keeping not needed anymoreMichael Tuexen2022-06-081-36/+2
* sctp: cleanup, no functional changeMichael Tuexen2022-06-082-87/+89
* tcp: exclude KASSERTS when rescue retransmissions are in play.Richard Scheffenegger2022-06-081-10/+12
* tcp: remove goto and address another NULL deref in SACKRichard Scheffenegger2022-06-081-7/+9
* tcp: skip sackhole checks on NULLRichard Scheffenegger2022-06-071-1/+3
* tcp: Sanity check of SACK holes on retransmissionsRichard Scheffenegger2022-06-071-0/+12
* ipfw: add support radix tables and table lookup for MAC addressesArseny Smalyuk2022-06-041-5/+28
* rack: Fix a common typo in comments and a sysctl descriptionGordon Bergling2022-06-041-10/+10
* rack: Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* rack: Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* sctp: improve handling of sctp inpcb flagsMichael Tuexen2022-06-045-10/+27
* tcp_rack: Fix two typos in sysctl descriptionsGordon Bergling2022-06-041-2/+2
* tcp: Correctly compute the retransmit length for all 64-bit platforms.Hans Petter Selasky2022-06-032-5/+9
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2022-05-312-19/+5
* lltable: introduce the llt_post_resolved callbackKUROSAWA Takahiro2022-05-301-0/+12
* sctp: improve handling of listen() callMichael Tuexen2022-05-291-0/+9
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-281-1/+0
* sctp: use a consistent view of the send parametersMichael Tuexen2022-05-281-1/+4
* sctp: ignore SCTP_SENDALL flag on 1-to-1 style socketsMichael Tuexen2022-05-281-6/+8
* sctp: improve handling of send() when association is shutdownMichael Tuexen2022-05-281-20/+25
* sctp: cleanup of error pathsMichael Tuexen2022-05-281-9/+8
* sctp: cleanup, no functional change except on error pathsMichael Tuexen2022-05-281-84/+79
* arp: Implement sticky ARP mode for interfaces.Konrad Sewiłło-Jopek2022-05-271-4/+7
* sctp: more sb_cc related cleanupsMichael Tuexen2022-05-233-33/+8
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-172-30/+31
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2022-05-146-22/+23
* sctp: cleanup, no functional change intendedMichael Tuexen2022-05-143-8/+4
* sctp: improve path verificationMichael Tuexen2022-05-141-1/+3
* sctp: improve path verificationMichael Tuexen2022-05-141-1/+2
* sctp: improve consistencyMichael Tuexen2022-05-148-57/+50
* netdump: check the support status of the interfaceMitchell Horne2022-05-141-0/+4
* mbuf: remove PH_vt alias for mbuf packet header persistent shared dataGleb Smirnoff2022-05-131-13/+13
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-4/+2
* sockets: fix build, convert missed sbreserve_locked() callsGleb Smirnoff2022-05-122-5/+3
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-124-10/+10
* tcp: Rack idle reduce not working.Randall Stewart2022-05-101-3/+3
* in_rss: fix set but not used warningKristof Provost2022-05-071-2/+0
* sctp: improve lockingMichael Tuexen2022-04-271-6/+9