summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.h
AgeCommit message (Expand)Author
2023-08-18sctp: cleanup cdefs.h includeMichael Tuexen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-21More timer cleanups, no functional change.Michael Tuexen
2020-03-19Cleanup the stream reset and asconf timer.Michael Tuexen
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-02-17Code cleanup which will silence a warning in PVS / D5245.Michael Tuexen
2012-05-23Use consistent text at the begining of the files.Michael Tuexen
2011-12-17Fix unused parameter warnings.Michael Tuexen
2011-08-03The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen
2011-02-051) Typo correction in comments and one spacing change.Randall Stewart
2010-11-07Remove two functions which are not used.Michael Tuexen
2008-10-27Invariants changes that make more sense.Randall Stewart
2008-08-28ok, non static the function and put in the .h soRandall Stewart
2008-07-091) Adds the rest of the VIMAGE change macrosRandall Stewart
2007-09-13- Incorrect error EAGAIN returned for invalid send on a lockedRandall Stewart
2007-09-08- send call has a reference to uio->uio_resid inRandall Stewart
2007-07-14- Modular congestion control, with RFC2581 being the default.Randall Stewart
2007-06-08- RTO was not being initialized to 0, thus the rtt calculationRandall Stewart
2007-05-08- Copyright change, cisco's silly tool wants it to say:Randall Stewart
2007-01-18 - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart
2006-11-03Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart