summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_bsd_addr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r310590:tuexen2016-12-291-2/+2
* MFC r307779:tuexen2016-12-181-3/+0
* netinet/sctp*: minor spelling fixes in comments.pfg2016-05-021-1/+1
* Whitespace changes.tuexen2016-02-161-1/+0
* Improve the teardown of the SCTP stack.tuexen2016-02-161-0/+4
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-3/+1
* Retire SCTP_BUF_EXTEND_SIZE. This patch was suggested bytuexen2015-01-101-11/+1
* Intuexen2013-11-301-0/+3
* Cleanups which result in fixes which have been made upstreamtuexen2013-11-161-12/+2
* Testing an interface property should depend on the interface, nottuexen2012-08-041-15/+13
* Do packet logging in a consistent way.tuexen2012-06-241-1/+3
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-1/+1
* This fixes PR 165210. Basically we justrrs2012-03-121-0/+1
* Add support for stf interfaces.tuexen2012-03-091-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-2/+2
* Fix unused parameter warnings.tuexen2011-12-171-4/+4
* Cleanup the iterator code, remove code that is never executed.tuexen2011-09-191-28/+6
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-21/+46
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Adds an experimental option to create a pool ofrrs2011-02-031-0/+1
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-2/+2
* Remove unused variable/assignment.tuexen2010-09-151-2/+1
* Spacing issuesrrs2010-06-051-1/+0
* This adds back the Iterator to the sctprrs2010-05-161-21/+42
* Fix a race condition where a mutex was destroyed while sleeping on it.tuexen2009-10-111-0/+1
* Use appropriate locking when using interface list.tuexen2009-09-191-8/+0
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-1/+15
* Support for VNET in SCTP (hopefully)rrs2009-09-171-3/+3
* Fix a bug where vlan interfaces are not supported by SCTP.tuexen2009-08-281-0/+1
* Add missing address lock when we look at the ifa listrrs2009-04-141-4/+4
* Nitdes2008-08-091-2/+1
* Fix build breakage - kthread_exit() in 8 now has no argumentsrrs2008-07-291-1/+2
* - Out with some printfs.rrs2008-07-291-0/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-5/+8
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-75/+72
* Allow SCTP to compile without INET6.rrs2008-04-161-1/+2
* - Change back to using prioity 0. Which means don't change therrs2008-01-281-1/+1
* - sctp-iterator should run at PI_NET priority ...not 0.rrs2007-12-181-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* - send call has a reference to uio->uio_resid inrrs2007-09-081-1/+5
* - Locking compatiability changes. This involves addingrrs2007-09-081-1/+0
* - The packet log needs to copy all of the buffer not to the end.rrs2007-06-171-2/+3
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-2/+4
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-106/+96
* - Fix spelling errors in comments per Ruslan (.. thanks... )rrs2007-05-291-3/+3
* - Fixes so we won't try to start a timer when werrs2007-05-291-0/+193
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-49/+39
* - Sysctl's move to seperate filerrs2007-03-151-1833/+214
OpenPOWER on IntegriCloud