aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* sctp(4): Fix typos in source code commentsGordon Bergling2024-08-121-3/+3
* sctp: cleanup cdefs.h includeMichael Tuexen2024-01-111-1/+0
* sctp: remove duplicate codeMichael Tuexen2024-01-111-47/+1
* sctp: cleanupMichael Tuexen2024-01-111-8/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2022-02-221-1/+1
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2022-02-221-6/+1
* sctp: improve handling of IPv4 addresses on IPV6 socketsMichael Tuexen2022-02-221-2/+4
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-131-1/+1
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-07-131-1/+1
* Fix mbuf leaks in various pru_send implementationsMark Johnston2021-05-261-0/+25
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-171-0/+21
* net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosHans Petter Selasky2021-05-101-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-14/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki2020-02-241-3/+4
* Epochify SCTP.Michael Tuexen2020-02-181-1/+10
* Update the hostcache also for PTB messages received for SCTP/IPv6.Michael Tuexen2019-12-011-0/+5
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-4/+6
* netinet*: replace IP6_EXTHDR_GET()Bjoern A. Zeeb2019-11-151-4/+4
* Ensure that the flags indicating IPv4/IPv6 are not changed by failingMichael Tuexen2019-10-241-3/+10
* Remove line not needed.Michael Tuexen2019-10-131-2/+0
* Improve consistency. No functional change.Michael Tuexen2019-08-051-1/+1
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-28/+18
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-5/+2
* Use a macro to set the assoc state. I missed this in r337706.Michael Tuexen2018-08-141-1/+1
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+7
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-9/+2
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-2/+9
* Fix a logical inversion bug.Michael Tuexen2018-04-081-1/+1
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-8/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-031-0/+4
* Fix a locking issue found by Coverity scanning the usrsctp library.Michael Tuexen2017-09-091-1/+1
* Use memset/memcpy instead of bzero/bcopy.Michael Tuexen2017-07-191-1/+1
* Fix an issue with MTU calculation if an ICMP messaeg is receivedMichael Tuexen2017-04-261-3/+3
* Use consistently uint32_t for mtu values.Michael Tuexen2017-04-261-2/+2
* Remove IPsec related PCB code from SCTP.Andrey V. Elsukov2017-02-131-4/+0
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-5/+0
* Whitespace changes.Michael Tuexen2016-12-261-3/+3
* Whitespace changes.Michael Tuexen2016-12-061-6/+0
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,Michael Tuexen2016-06-231-2/+1
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-011-1/+3
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-181-2/+1
* Fix the ICMP6 handling for SCTP.Michael Tuexen2016-04-161-194/+165
* Don't leak an address in an error path.Michael Tuexen2016-02-231-0/+2
* Fix reporting of mapped addressed in getpeername() and getsockname() forMichael Tuexen2016-02-181-25/+24
* Verify the packet length in sctp6_input().Gleb Smirnoff2016-01-141-1/+4
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+1
* Move including netinet/icmp6.h around to avoid a problem when includingMichael Tuexen2015-07-251-4/+1