aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_bsd_addr.c
Commit message (Expand)AuthorAgeFilesLines
* Use __func__ instead of __FUNCTION__ for consistency.Michael Tuexen2020-10-041-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-9/+0
* Remove unused function.Michael Tuexen2020-02-181-17/+0
* Use an event handler to notify the SCTP about IP address changesMichael Tuexen2019-10-131-0/+6
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-4/+3
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-2/+4
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+2
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-5/+4
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-4/+5
* UDP: further performance improvements on txMatt Macy2018-05-231-2/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* sctp_get_mbuf_for_msg() should honor the allinone parameter.Michael Tuexen2018-05-141-4/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Whitespace changes.Michael Tuexen2016-12-261-2/+2
* 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