aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-1/+1
* sctp: minor cleanup, no functional changeMichael Tuexen2021-09-121-6/+2
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-111-34/+62
* sctp: add explicit cast, no functional change intendedMichael Tuexen2021-09-091-1/+1
* sctp: Clear assoc socket references when freeing a PCBMark Johnston2021-09-091-0/+1
* sctp: cleanup timewait handling for vtagsMichael Tuexen2021-09-081-114/+47
* sctp: Fix a lock order reversal in sctp_swap_inpcb_for_listen()Mark Johnston2021-09-081-3/+2
* sctp: Fix lock recursion in sctp_swap_inpcb_for_listen()Mark Johnston2021-09-081-2/+2
* sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-081-1/+1
* sctp: Fix races around sctp_inpcb_free()Mark Johnston2021-09-071-10/+6
* sctp: Hold association locks across socket wakeups when freeingMark Johnston2021-09-011-2/+2
* sctp: Release the socket reference when detaching an associationMark Johnston2021-09-011-0/+3
* sctp: Implement sctp_inpcb_bind_locked()Mark Johnston2021-09-011-18/+35
* sctp: Fix racy UNBOUND flag check in sctp_inpcb_bind()Mark Johnston2021-08-311-55/+53
* sctp: Simplify the free port search in sctp_inpcb_bind()Mark Johnston2021-08-311-16/+12
* sctp: Avoid unnecessary refcount bumps in sctp_inpcb_bind()Mark Johnston2021-08-311-6/+4
* sctp: Remove always-false checks in sctp_inpcb_bind()Mark Johnston2021-08-311-13/+7
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-2/+2
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-271-3/+3
* sctp: improve address list scanningMichael Tuexen2021-05-031-1/+5
* Don't pass RFPROC to kproc_create(), it is redundant.John Baldwin2021-03-121-1/+1
* sctp: clear a pointer to a net which will be removedMichael Tuexen2021-02-211-0/+4
* Ensure variables are initialized before used.Michael Tuexen2020-10-061-0/+1
* Remove dead stores reported by clang static code analysisMichael Tuexen2020-10-061-1/+1
* Improve the input validation and processing of cookies.Michael Tuexen2020-09-291-2/+5
* Minor cleanup.Michael Tuexen2020-09-281-1/+1
* Whitespace changes.Michael Tuexen2020-09-241-3/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-54/+0
* Improve the handling of concurrent send() calls for SCTP sockets,Michael Tuexen2020-08-161-2/+7
* Clear the pointer to the socket when closing it also in case ofMichael Tuexen2020-07-231-0/+5
* Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-191-26/+47
* Remove code which is not needed.Michael Tuexen2020-07-181-3/+0
* Improve the locking of address lists by adding some asserts andMichael Tuexen2020-07-171-23/+41
* Move the definition of SCTP's system_base_info into sctp_crc32.c.Mark Johnston2020-06-221-2/+0
* Remove usage of empty macro.Michael Tuexen2020-06-131-8/+0
* More cleanups due to ifdef cleanup done upstreamMichael Tuexen2020-06-121-10/+6
* Non-functional changes due to upstream cleanup.Michael Tuexen2020-06-111-1/+0
* Whitespace cleanups and removal of a stale comment.Michael Tuexen2020-06-081-2/+0
* Fix typo in comment.Michael Tuexen2020-06-061-1/+1
* Non-functional changes due to cleanup (upstream removing of Panda support)Michael Tuexen2020-06-061-10/+3
* Replace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPRINTF() mapMichael Tuexen2020-05-191-4/+4
* Revert r361209:Michael Tuexen2020-05-191-14/+6
* Cleanup, no functional change intended.Michael Tuexen2020-05-181-5/+1
* Handle failures of snprintf().Michael Tuexen2020-05-181-6/+14
* Non-functional changes, cleanups.Michael Tuexen2020-05-171-2/+0
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-22/+9
* Handle integer overflows correctly when converting msecs and secs toMichael Tuexen2020-03-281-8/+8
* Revert https://svnweb.freebsd.org/changeset/base/357829Michael Tuexen2020-03-251-25/+25
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-191-4/+2
* Don't panic under INVARIANTS when we can't allocate memory for storingMichael Tuexen2020-02-121-3/+0