aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-231-3/+3
* netinet: allow per protocol random IP id control, single out IPSECacazuc2025-03-041-2/+2
* netinet: use in_broadcast() inlineGleb Smirnoff2025-02-221-4/+2
* sctp: improve debug outputMichael Tuexen2024-10-241-4/+4
* sctp: store heartbeat creation time as time_tMichael Tuexen2024-05-101-1/+1
* sctp: fix sctp_sendall() when an mbuf chain is providedMichael Tuexen2024-05-081-15/+16
* sctp: add missing checkMichael Tuexen2024-05-081-1/+3
* sctp: improve sending of packets containing an INIT ACK chunkMichael Tuexen2024-02-241-4/+32
* sctp: improve consistencyMichael Tuexen2024-02-231-2/+7
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2023-07-281-1/+1
* sctp: update zero checksum supportMichael Tuexen2023-07-231-19/+74
* Update various sys/netinet source files to conform with the style(9)Richard Scheffenegger2023-06-201-1/+1
* sctp: only start shutdown guard timer when sending SHUTDOWN chunkMichael Tuexen2023-05-031-4/+0
* sctp: fix typo in assignmentMichael Tuexen2023-03-181-1/+1
* sctp: improve negotiation of zero checksum featureMichael Tuexen2023-03-151-0/+5
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-101-9/+62
* sctp: improve handling of send() calls with no user data`Michael Tuexen2022-08-081-88/+98
* Fix unused variable warning in sctp_output.cDimitry Andric2022-07-251-3/+1
* sctp: remove book keeping not needed anymoreMichael Tuexen2022-06-081-36/+2
* sctp: cleanup, no functional changeMichael Tuexen2022-06-081-66/+68
* 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
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2022-05-141-1/+1
* sctp: improve consistencyMichael Tuexen2022-05-141-5/+4
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-121-2/+2
* sctp: don't refer to a potentially outdated streamMichael Tuexen2022-04-021-0/+2
* sctp: cleanup, no functional changeMichael Tuexen2022-04-021-16/+10
* sctp: remove a test, which isn't safeMichael Tuexen2022-04-021-5/+0
* Revert "sctp: remove a test, which isn't safe"Michael Tuexen2022-04-021-0/+5
* sctp: remove a test, which isn't safeMichael Tuexen2022-04-021-5/+0
* sctp: clear pointer to stack when returning from function.Michael Tuexen2022-04-011-20/+18
* sctp: fix typosMichael Tuexen2022-03-291-13/+13
* sctp: don't lock an already locked stcb.Michael Tuexen2022-03-291-14/+17
* sctp: get rid of stcb send lockMichael Tuexen2022-03-281-307/+249
* sctp: remove KASSERT() which not always holdsMichael Tuexen2022-02-201-2/+0
* sctp: make sure new locking requirements are satisfied.Michael Tuexen2022-02-201-1/+6
* sctp: don't hold the assoc create lock longer than neededMichael Tuexen2022-02-201-0/+2
* sctp: cleanup sctp_lower_sosendMichael Tuexen2022-02-201-239/+242
* sctp(4): Fix a typo in an INVARIANTS panic messageGordon Bergling2022-01-281-2/+2
* sctp: retire sctp_mtu_size_reset()Michael Tuexen2021-12-301-9/+7
* sctp: minor improvements in sctp_get_frag_pointMichael Tuexen2021-12-281-2/+4
* sctp: check that the computed frag point is a multiple of 4Michael Tuexen2021-12-281-3/+2
* sctp: cleanup the SCTP_MAXSEG socket option.Michael Tuexen2021-12-271-42/+51
* sctp: use the correct traffic class when sending SCTP/IPv6 packetsMichael Tuexen2021-12-031-2/+2
* sctp: improve consistency, no functional change intendedMichael Tuexen2021-11-261-6/+6