aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_bsd_addr.c
Commit message (Expand)AuthorAgeFilesLines
* No functional changes, mostly getting the whitespace changes resultingMichael Tuexen2016-10-221-3/+0
* Remove an alias if_list, use if_link consistently.Kevin Lo2016-10-061-2/+2
* Remove ifa_list, use ifa_link (structure field) instead.Kevin Lo2016-09-281-2/+2
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Whitespace changes.Michael Tuexen2016-02-161-1/+0
* Improve the teardown of the SCTP stack.Michael Tuexen2016-02-161-0/+4
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-3/+1
* Retire SCTP_BUF_EXTEND_SIZE. This patch was suggested byMichael Tuexen2015-01-101-11/+1
* InMichael Tuexen2013-11-301-0/+3
* Cleanups which result in fixes which have been made upstreamMichael Tuexen2013-11-161-12/+2
* Testing an interface property should depend on the interface, notMichael Tuexen2012-08-041-15/+13
* Do packet logging in a consistent way.Michael Tuexen2012-06-241-1/+3
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.Michael Tuexen2012-05-041-1/+1
* This fixes PR 165210. Basically we justRandall Stewart2012-03-121-0/+1
* Add support for stf interfaces.Michael Tuexen2012-03-091-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-2/+2
* Fix unused parameter warnings.Michael Tuexen2011-12-171-4/+4
* Cleanup the iterator code, remove code that is never executed.Michael Tuexen2011-09-191-28/+6
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-21/+46
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Adds an experimental option to create a pool ofRandall Stewart2011-02-031-0/+1
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,Michael Tuexen2010-12-301-2/+2
* Remove unused variable/assignment.Michael Tuexen2010-09-151-2/+1
* Spacing issuesRandall Stewart2010-06-051-1/+0
* This adds back the Iterator to the sctpRandall Stewart2010-05-161-21/+42
* Fix a race condition where a mutex was destroyed while sleeping on it.Michael Tuexen2009-10-111-0/+1
* Use appropriate locking when using interface list.Michael Tuexen2009-09-191-8/+0
* Get SCTP working in combination with VIMAGE.Michael Tuexen2009-09-191-1/+15
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-171-3/+3
* Fix a bug where vlan interfaces are not supported by SCTP.Michael Tuexen2009-08-281-0/+1
* Add missing address lock when we look at the ifa listRandall Stewart2009-04-141-4/+4
* NitDag-Erling Smørgrav2008-08-091-2/+1
* Fix build breakage - kthread_exit() in 8 now has no argumentsRandall Stewart2008-07-291-1/+2
* - Out with some printfs.Randall Stewart2008-07-291-0/+3
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-5/+8
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-75/+72
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-1/+2
* - Change back to using prioity 0. Which means don't change theRandall Stewart2008-01-281-1/+1
* - sctp-iterator should run at PI_NET priority ...not 0.Randall Stewart2007-12-181-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-1/+5
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-1/+0
* - The packet log needs to copy all of the buffer not to the end.Randall Stewart2007-06-171-2/+3
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-2/+4
* - Fix a memory overwrite when the mapping arrayRandall Stewart2007-05-301-106/+96
* - Fix spelling errors in comments per Ruslan (.. thanks... )Randall Stewart2007-05-291-3/+3
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-0/+193
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-49/+39