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_os_bsd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update a comment to get it aligned with the code change.
tuexen
2015-03-11
1
-1
/
+4
*
It seems that sb_acc is a better replacement for sb_cc than sb_ccc. At
tuexen
2015-03-11
1
-1
/
+1
*
Retire SCTP_BUF_EXTEND_SIZE. This patch was suggested by
tuexen
2015-01-10
1
-1
/
+1
*
To ease changes to underlying mbuf structure and the mbuf allocator, reduce
rwatson
2015-01-05
1
-5
/
+1
*
Do the renaming of sb_cc to sb_ccc in a way with less code changes by
tuexen
2014-12-02
1
-1
/
+3
*
Merge from projects/sendfile:
glebius
2014-11-30
1
-1
/
+1
*
The MTU is handled as a 32-bit entity within the SCTP stack.
tuexen
2014-09-16
1
-1
/
+1
*
Fix the handling of sysctl variables when used with VIMAGE.
tuexen
2014-09-06
1
-11
/
+5
*
Whitespace changes.
tuexen
2014-07-11
1
-16
/
+16
*
Fix style bug: rename the refcount field of m_ext to ext_cnt, to match
glebius
2014-07-11
1
-1
/
+1
*
- Remove rt_metrics_lite and simply put its members into rtentry.
glebius
2014-03-05
1
-2
/
+2
*
All changes affect only SCTP-AUTH:
tuexen
2013-09-02
1
-14
/
+12
*
Reorder the mbuf defines to make more sense and group related flags
andre
2013-08-19
1
-1
/
+1
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
1
-0
/
+2
*
Move the SCTP specific definition of M_NOTIFICATION onto a protocol
andre
2013-08-19
1
-0
/
+5
*
Withdraw http://svnweb.freebsd.org/changeset/base/250809
tuexen
2013-05-24
1
-2
/
+0
*
Initialize the fibnum for outgoing packets to 0. This avoids
tuexen
2013-05-19
1
-0
/
+2
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-13
/
+0
*
Do packet logging in a consistent way.
tuexen
2012-06-24
1
-1
/
+1
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+6
*
Use SCTP_PRINTF() instead of printf() in all SCTP sources.
tuexen
2012-05-04
1
-8
/
+10
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-0
/
+6
*
Remove some leftover debug code.
tuexen
2011-04-30
1
-2
/
+0
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-0
/
+2
*
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
*
Fix typos.
brucec
2010-11-09
1
-2
/
+2
*
Fix the the SCTP_WITH_NO_CSUM option when used in combination with
tuexen
2010-08-29
1
-8
/
+9
*
Get rid of support of an old version of the SCTP-AUTH draft.
tuexen
2010-01-16
1
-6
/
+0
*
Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,
tuexen
2009-11-17
1
-1
/
+0
*
Allow the UMA to free data. This resolves the UMA related bug reported
tuexen
2009-11-17
1
-2
/
+1
*
Correct include order as indicated by bz.
tuexen
2009-10-10
1
-2
/
+1
*
Do not include vnet.h twice.
tuexen
2009-10-09
1
-1
/
+0
*
Get SCTP working in combination with VIMAGE.
tuexen
2009-09-19
1
-3
/
+4
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-16
/
+9
*
SCTP is not yet compatible with options VIMAGE kernels although it compiles
zec
2009-08-14
1
-0
/
+4
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-3
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
Unbreak options VIMAGE kernel builds.
zec
2009-05-06
1
-0
/
+1
*
- PR-SCTP bug, where the CUM-ACK was not being updated
rrs
2009-03-04
1
-1
/
+1
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+1
*
- Cleanup checksum code.
rrs
2009-02-03
1
-4
/
+1
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
1
-6
/
+3
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-0
/
+21
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-1
/
+1
*
Get rid of ifdef for vimage on version 8 comparison. Now the
rrs
2008-10-27
1
-2
/
+0
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-4
/
+4
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-5
/
+8
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-0
/
+23
[next]