summaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_usrreq.c
AgeCommit message (Expand)Author
2025-08-01sctp, tcp, udp: improve deferred computation of checksumsTimo Völker
2025-03-20netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston
2025-02-02sctp: don't specify pr_poll = sopoll_genericGleb Smirnoff
2024-07-21sctp(4): Fix typos in source code commentsGordon Bergling
2024-01-16sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff
2023-11-30sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff
2023-08-18sctp: cleanup cdefs.h includeMichael Tuexen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-08sctp: remove duplicate codeMichael Tuexen
2023-08-08sctp: cleanupMichael Tuexen
2022-11-06sctp: minor changes due to upstreaming of Glebs recent changesMichael Tuexen
2022-10-03netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff
2022-10-03netinet*: remove dead code from TCP, UDP, SCTP control inputGleb Smirnoff
2022-10-03netinet*: de-void control input IP protocol methodsGleb Smirnoff
2022-08-17protosw: refactor protosw and domain static declaration and loadGleb Smirnoff
2021-12-30sctp: improve sctp_pathmtu_adjustment()Michael Tuexen
2021-09-11sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston
2021-08-07sctp: improve handling of IPv4 addresses on IPV6 socketsMichael Tuexen
2021-07-09sctp: Fix errno in case of association setup failuresMichael Tuexen
2021-06-27sctp: initialize sequence numbers for ECN correctlyMichael Tuexen
2021-05-12Fix mbuf leaks in various pru_send implementationsMark Johnston
2021-05-03Add missing sockaddr length and family validation to various protocolsMark Johnston
2021-03-04net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosKristof Provost
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-07Retire SCTP_SO_LOCK_TESTING.Michael Tuexen
2020-02-24Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki
2020-02-18Epochify SCTP.Michael Tuexen
2019-12-01Update the hostcache also for PTB messages received for SCTP/IPv6.Michael Tuexen
2019-12-01Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb
2019-11-15netinet*: replace IP6_EXTHDR_GET()Bjoern A. Zeeb
2019-10-24Ensure that the flags indicating IPv4/IPv6 are not changed by failingMichael Tuexen
2019-10-13Remove line not needed.Michael Tuexen
2019-08-05Improve consistency. No functional change.Michael Tuexen
2019-08-02IPv6 cleanup: kernelBjoern A. Zeeb
2019-07-14When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen
2018-08-14Use a macro to set the assoc state. I missed this in r337706.Michael Tuexen
2018-07-19Whitespace changes due to changes in ident.Michael Tuexen
2018-07-19Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen
2018-07-19Whitespace changes due to change if ident.Michael Tuexen
2018-04-08Fix a logical inversion bug.Michael Tuexen
2017-12-07Retire SCTP_WITH_NO_CSUM option.Michael Tuexen
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-03Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen
2017-09-09Fix a locking issue found by Coverity scanning the usrsctp library.Michael Tuexen
2017-07-19Use memset/memcpy instead of bzero/bcopy.Michael Tuexen
2017-04-26Fix an issue with MTU calculation if an ICMP messaeg is receivedMichael Tuexen
2017-04-26Use consistently uint32_t for mtu values.Michael Tuexen
2017-02-13Remove IPsec related PCB code from SCTP.Andrey V. Elsukov
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-12-26Whitespace changes.Michael Tuexen