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_asconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r295549:
tuexen
2016-02-25
1
-1
/
+8
*
MFC r285925:
tuexen
2016-01-16
1
-1
/
+7
*
MFC r284515:
tuexen
2015-06-20
1
-1
/
+2
*
MFC r284393:
tuexen
2015-06-17
1
-9
/
+16
*
MFC r283662:
tuexen
2015-05-31
1
-4
/
+8
*
MFC r283650:
tuexen
2015-05-31
1
-4
/
+6
*
MFC r277347:
tuexen
2015-05-29
1
-0
/
+10
*
MFC r277046:
tuexen
2015-05-29
1
-8
/
+1
*
MFC r277033:
tuexen
2015-05-29
1
-14
/
+2
*
MFC r270673:
tuexen
2014-09-18
1
-47
/
+35
*
MFC r269858:
tuexen
2014-08-22
1
-18
/
+8
*
MFC r267674:
tuexen
2014-06-23
1
-1
/
+41
*
MFC r256556:
tuexen
2013-11-21
1
-10
/
+31
*
Allow the code to be compiled without warnings for any combination
tuexen
2013-07-20
1
-6
/
+3
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
1
-18
/
+12
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-5
/
+5
*
Whitespace cleanup.
tuexen
2012-09-08
1
-1
/
+0
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-3
/
+3
*
Changes which improve compilation if neither INET nor INET6 is defined.
tuexen
2012-07-15
1
-6
/
+8
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-77
/
+18
*
Use an existing function to get the source address.
tuexen
2012-06-03
1
-60
/
+10
*
Small cleanups. No functional change.
tuexen
2012-06-01
1
-2
/
+0
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+3
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-2
/
+1
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-23
/
+23
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-15
/
+47
*
Fix a typo introduced in
tuexen
2011-09-15
1
-1
/
+1
*
Make sure that SCTP rejects broadcast, multicast and wildcard addresses
tuexen
2011-09-15
1
-6
/
+14
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-20
/
+25
*
Remove code with any effect.
tuexen
2011-05-03
1
-2
/
+0
*
Add a missing break. This bug was introduced in r221249.
tuexen
2011-05-03
1
-0
/
+1
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-345
/
+506
*
Remove addresses from endpoint when there are no associations.
tuexen
2011-02-10
1
-3
/
+10
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-3
/
+2
*
1) Move per John Baldwin to mp_maxid
rrs
2011-02-03
1
-1
/
+4
*
Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros
tuexen
2010-12-30
1
-2
/
+1
*
Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,
tuexen
2010-12-30
1
-28
/
+9
*
Fix three bugs related to the sequence number wrap-around affecting
tuexen
2010-12-30
1
-1
/
+1
*
Delay the assignment of a path for DATA chunk until they hit
tuexen
2010-09-15
1
-45
/
+2
*
* Fix a bug where the length of the ASCONF-ACK was calculated wrong due
tuexen
2010-06-14
1
-1
/
+3
*
* Fix compilation when using SCTP_AUDITING_ENABLED.
tuexen
2010-04-23
1
-1
/
+1
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-5
/
+5
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Do not start the iterator when there are no associations.
tuexen
2009-11-17
1
-36
/
+38
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-1
/
+1
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-0
/
+198
*
- Out with some printfs.
rrs
2008-07-29
1
-8
/
+3
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-1
/
+3
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-11
/
+11
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-55
/
+196
[next]