aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FIB support for SCTP.Michael Tuexen2015-06-171-1/+3
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-2/+4
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-7/+1
* Plug a memory leak in an error code path.Michael Tuexen2014-12-171-1/+4
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-9/+4
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-4/+0
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-4/+4
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-1/+3
* Provide human readable debug output.Michael Tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.Andre Oppermann2013-08-251-1/+1
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYMichael Tuexen2013-05-101-22/+7
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-171-2/+7
* Changes which improve compilation if neither INET nor INET6 is defined.Michael Tuexen2012-07-151-0/+3