index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
sctp_bsd_addr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-2
/
+2
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-4
/
+4
*
Cleanup the iterator code, remove code that is never executed.
tuexen
2011-09-19
1
-28
/
+6
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-21
/
+46
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-0
/
+2
*
Adds an experimental option to create a pool of
rrs
2011-02-03
1
-0
/
+1
*
Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,
tuexen
2010-12-30
1
-2
/
+2
*
Remove unused variable/assignment.
tuexen
2010-09-15
1
-2
/
+1
*
Spacing issues
rrs
2010-06-05
1
-1
/
+0
*
This adds back the Iterator to the sctp
rrs
2010-05-16
1
-21
/
+42
*
Fix a race condition where a mutex was destroyed while sleeping on it.
tuexen
2009-10-11
1
-0
/
+1
*
Use appropriate locking when using interface list.
tuexen
2009-09-19
1
-8
/
+0
*
Get SCTP working in combination with VIMAGE.
tuexen
2009-09-19
1
-1
/
+15
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-3
/
+3
*
Fix a bug where vlan interfaces are not supported by SCTP.
tuexen
2009-08-28
1
-0
/
+1
*
Add missing address lock when we look at the ifa list
rrs
2009-04-14
1
-4
/
+4
*
Nit
des
2008-08-09
1
-2
/
+1
*
Fix build breakage - kthread_exit() in 8 now has no arguments
rrs
2008-07-29
1
-1
/
+2
*
- Out with some printfs.
rrs
2008-07-29
1
-0
/
+3
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-5
/
+8
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-75
/
+72
*
Allow SCTP to compile without INET6.
rrs
2008-04-16
1
-1
/
+2
*
- Change back to using prioity 0. Which means don't change the
rrs
2008-01-28
1
-1
/
+1
*
- sctp-iterator should run at PI_NET priority ...not 0.
rrs
2007-12-18
1
-1
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-1
/
+5
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-1
/
+0
*
- The packet log needs to copy all of the buffer not to the end.
rrs
2007-06-17
1
-2
/
+3
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-2
/
+4
*
- Fix a memory overwrite when the mapping array
rrs
2007-05-30
1
-106
/
+96
*
- Fix spelling errors in comments per Ruslan (.. thanks... )
rrs
2007-05-29
1
-3
/
+3
*
- Fixes so we won't try to start a timer when we
rrs
2007-05-29
1
-0
/
+193
*
- Copyright change, cisco's silly tool wants it to say:
rrs
2007-05-08
1
-1
/
+1
*
- Somehow the disable fragment option got lost. We could
rrs
2007-05-02
1
-49
/
+39
*
- Sysctl's move to seperate file
rrs
2007-03-15
1
-1833
/
+214
*
- most all includes (#include <>) migrate to the sctp_os_bsd.h file
rrs
2007-01-18
1
-63
/
+1
*
a) macro-ization of all mbuf and random number
rrs
2006-12-29
1
-9
/
+8
*
Tons of fixes to get all the 64bit issues removed.
rrs
2006-11-05
1
-7
/
+7
*
Ok, here it is, we finally add SCTP to current. Note that this
rrs
2006-11-03
1
-0
/
+2032