aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_os_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-191-6/+11
* Whitespace changes due to upstreaming r363079.Michael Tuexen2020-07-101-2/+2
* Provide support for building SCTP as a loadable module.Mark Johnston2020-07-101-1/+6
* Remove usage of empty macro.Michael Tuexen2020-06-131-5/+0
* Replace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPRINTF() mapMichael Tuexen2020-05-191-0/+2
* Non-functional changes, cleanups.Michael Tuexen2020-05-171-2/+0
* Fix NOINET[6] build by using af-independent route lookup function.Alexander V. Chernikov2020-05-111-4/+1
* Fix order of arguments in fib[46]_lookup calls in SCTP.Alexander V. Chernikov2020-04-261-2/+2
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-12/+19
* Epochify SCTP.Michael Tuexen2020-02-181-6/+0
* Plug possible calls into ip6?_output() without network epoch from SCTPGleb Smirnoff2020-01-221-0/+6
* Improve consistency. No functional change.Michael Tuexen2019-08-051-2/+2
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-5/+2
* Use arc4rand() instead of read_random() in the SCTP and TCP code.Michael Tuexen2018-08-231-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove code not used on any platform currently supported.Michael Tuexen2017-09-161-5/+0
* Deal with listening socket correctly.Michael Tuexen2017-07-201-2/+2
* Use the SCTP_PCB_FLAGS_ACCEPTING flags to check for listeners.Michael Tuexen2017-05-261-2/+4
* Remove IPsec related PCB code from SCTP.Andrey V. Elsukov2017-02-131-4/+0
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-7/+1
* Whitespace changes.Michael Tuexen2016-12-061-1/+0
* A couple of minor changes that I missed that Michael had done, most notedRandall Stewart2016-04-071-2/+2
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-2/+2
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+1
* Move including netinet/icmp6.h around to avoid a problem when includingMichael Tuexen2015-07-251-1/+0
* Add FIB support for SCTP.Michael Tuexen2015-06-171-7/+2
* Update a comment to get it aligned with the code change.Michael Tuexen2015-03-111-1/+4
* It seems that sb_acc is a better replacement for sb_cc than sb_ccc. AtMichael Tuexen2015-03-111-1/+1
* Retire SCTP_BUF_EXTEND_SIZE. This patch was suggested byMichael Tuexen2015-01-101-1/+1
* To ease changes to underlying mbuf structure and the mbuf allocator, reduceRobert Watson2015-01-051-5/+1
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-1/+3
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+1
* The MTU is handled as a 32-bit entity within the SCTP stack.Michael Tuexen2014-09-161-1/+1
* Fix the handling of sysctl variables when used with VIMAGE.Michael Tuexen2014-09-061-11/+5
* Whitespace changes.Michael Tuexen2014-07-111-16/+16
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-1/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-2/+2
* All changes affect only SCTP-AUTH:Michael Tuexen2013-09-021-14/+12
* Reorder the mbuf defines to make more sense and group related flagsAndre Oppermann2013-08-191-1/+1
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-191-0/+2
* Move the SCTP specific definition of M_NOTIFICATION onto a protocolAndre Oppermann2013-08-191-0/+5
* Withdraw http://svnweb.freebsd.org/changeset/base/250809Michael Tuexen2013-05-241-2/+0
* Initialize the fibnum for outgoing packets to 0. This avoidsMichael Tuexen2013-05-191-0/+2
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-13/+0
* Do packet logging in a consistent way.Michael Tuexen2012-06-241-1/+1
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+6
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.Michael Tuexen2012-05-041-8/+10
* Document the fact that multi-FIB support for SCTP had been backed outBjoern A. Zeeb2012-02-031-0/+6