aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp: add TH_AE capabilities to ppp and pfRichard Scheffenegger2024-11-291-1/+1
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-297-17/+18
* udp: Prefer memcpy() over bcopy()Zhenlei Huang2024-11-281-2/+2
* tcp: avoid bcopy() in tcp_mss_update()Gleb Smirnoff2024-11-211-8/+5
* tcp: remove so != NULL checkGleb Smirnoff2024-11-211-6/+1
* tcp: use const argument in the TCP hostcache KPIGleb Smirnoff2024-11-212-11/+12
* tcp: mechanically rename hostcache metrics structure fieldsGleb Smirnoff2024-11-214-117/+117
* netinet: handle blackhole routesKristof Provost2024-11-201-0/+12
* netinet: default mib counter probe points offKristof Provost2024-11-202-2/+2
* tcp: define tcp_lro_log() only when TCP_BLACKBOX is definedMichael Tuexen2024-11-171-0/+16
* Change the SOCKBUF_LOCK calls to use the more refined SOCK_XXXBUF_LOCK/UNLOCK.Randall Stewart2024-11-152-37/+37
* inpcb: gc unused argument of in_pcbconnect()Gleb Smirnoff2024-11-145-7/+5
* tcp: remove the looping on pcb count in tcp_destroy()Gleb Smirnoff2024-11-141-15/+0
* siftr: remove pointless assertionGleb Smirnoff2024-11-141-3/+0
* tcp: Use segment size excluding tcp options for all cwnd calculationsRichard Scheffenegger2024-11-149-54/+61
* tcp: fix cwnd recalculation during limited transmitRichard Scheffenegger2024-11-142-2/+3
* tcp: allow TSO even while RX path is unorderedRichard Scheffenegger2024-11-143-9/+5
* inpcb: Make some cosmetic improvements to in_pcbbind()Mark Johnston2024-11-141-24/+20
* tcp: change SOCKBUF_* macros to SOCK_[RECV|SEND]BUF_* macrosRichard Scheffenegger2024-11-145-34/+34
* net: Include private header in more needed placesJustin Hibbits2024-11-131-0/+1
* inpcb: Remove some unused parameters in internal hash lookup functionsMark Johnston2024-11-081-9/+8
* tcp: fix the initial CWND when a SYN retransmission happenedMichael Tuexen2024-11-051-1/+3
* sctp: fix debug messageMichael Tuexen2024-11-031-1/+1
* sctp: improve handling of address changesMichael Tuexen2024-11-033-11/+15
* sctp: garbage collect two unused functionsMichael Tuexen2024-11-022-96/+0
* sctp: don't consider the interface name when removing an addressMichael Tuexen2024-11-023-27/+5
* sctp: editorial cleanupMichael Tuexen2024-11-021-2/+2
* netinet*: Add assertions for some places that don't support M_EXTPG mbufsJohn Baldwin2024-10-313-0/+7
* tcp: refactor cwnd during SACK transmissions to allow TSORichard Scheffenegger2024-10-293-74/+97
* sctp: another cleanupMichael Tuexen2024-10-271-9/+9
* sctp: cleanup the addition of addresses which are already knownMichael Tuexen2024-10-251-37/+42
* sctp: further cleanupMichael Tuexen2024-10-251-11/+5
* sctp garbage collect sctp_update_ifn_mtuMichael Tuexen2024-10-242-13/+0
* tcp: get rid of TDP_INTCPCALLOUTGleb Smirnoff2024-10-241-8/+1
* tcp: use CALLOUT_TRYLOCK for the TCP calloutGleb Smirnoff2024-10-242-25/+17
* tcp cc: Remove a stray semicolonZhenlei Huang2024-10-241-1/+1
* sctp: cleanupMichael Tuexen2024-10-241-8/+4
* sctp: improve debug outputMichael Tuexen2024-10-243-8/+8
* tcp: garbage collect unused macrosGleb Smirnoff2024-10-181-2/+0
* tcp: fix duplicate retransmissions when RTO happens during SACK loss recoveryRichard Scheffenegger2024-10-104-26/+41
* sctp: check locking requirementsMichael Tuexen2024-10-101-2/+2
* sctp: make sctp_free_ifn() staticMichael Tuexen2024-10-102-2/+1
* sctp: cleanup sctp_delete_ifnMichael Tuexen2024-10-101-14/+5
* sctp: propagate cap rights on sctp_peeloffEd Maste2024-10-091-3/+4
* tcp_output: Clear FIN if tcp_m_copym truncates output lengthJohn Baldwin2024-10-021-0/+5
* tcp: small cleanupMichael Tuexen2024-10-011-31/+28
* tcp: further cleanup old optionsGleb Smirnoff2024-09-301-25/+24
* tcp: improve mbuf handling when processing SYN segmentsMichael Tuexen2024-09-301-2/+2
* tcp: whitespace cleanupMichael Tuexen2024-09-301-3/+3
* tcp: improve ref count handling when processing SYNMichael Tuexen2024-09-281-6/+14