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
*
- 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
*
Allow SCTP to compile without INET6.
rrs
2008-04-16
1
-102
/
+138
*
- Bug fix managing congestion parameter on immediate
rrs
2007-10-01
1
-3
/
+10
*
- The address lock is changed to a rwlock. This
rrs
2007-09-18
1
-13
/
+10
*
- Get rid of unsused constants for sysctl variables.
rrs
2007-09-15
1
-73
/
+76
*
- DF bit was on for COOKIE-ECHO chunks. This is
rrs
2007-09-13
1
-9
/
+2
*
- Removed debug code and more C++ style comments in the mobility
rrs
2007-09-10
1
-14
/
+1
*
- Added some comments to tell where the htcp
rrs
2007-09-10
1
-9
/
+8
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-11
/
+167
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-6
/
+6
*
- During shutdown pending, when the last sack came in and
rrs
2007-08-27
1
-13
/
+158
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-1
/
+13
*
- Remove extra comment for 7.0 (no GIANT here).
rrs
2007-08-16
1
-2
/
+49
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-99
/
+203
*
- remove duplicate code from sctp_asconf.c
rrs
2007-07-21
1
-3
/
+0
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-28
/
+19
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-1
/
+1
*
- Fixes cstatic issues found by cisco sa tool (missing frees and such
rrs
2007-06-18
1
-0
/
+2
*
- Add VRF id to sctp_ifa structure, needed mainly in panda but useful
rrs
2007-06-15
1
-0
/
+5
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-2
/
+4
*
- RTO was not being initialized to 0, thus the rtt calculation
rrs
2007-06-08
1
-1
/
+1
*
- Fixes so we won't try to start a timer when we
rrs
2007-05-29
1
-11
/
+11
*
- Fixed 1-2-1 model to not worry about associd in sockopts
rrs
2007-05-17
1
-12
/
+26
*
Two major items here:
rrs
2007-05-09
1
-333
/
+155
*
- Copyright change, cisco's silly tool wants it to say:
rrs
2007-05-08
1
-1
/
+1
*
- More macros for OS compatabilty
rrs
2007-05-08
1
-1
/
+1
*
- fixed several places where we did not release INP locks.
rrs
2007-04-03
1
-5
/
+29
*
- Sysctl's move to seperate file
rrs
2007-03-15
1
-406
/
+354
*
- Copyright updates (aka 2007)
rrs
2007-02-12
1
-4
/
+4
*
- most all includes (#include <>) migrate to the sctp_os_bsd.h file
rrs
2007-01-18
1
-47
/
+0
*
- Macroizes the V6ONLY flag check.
rrs
2007-01-15
1
-4
/
+2
*
a) macro-ization of all mbuf and random number
rrs
2006-12-29
1
-25
/
+22
*
1) Fixes on a number of different collision case LOR's.
rrs
2006-12-14
1
-4
/
+5
*
-Fixes first of all the getcred on IPv6 and V4. The
rrs
2006-11-08
1
-0
/
+1
*
Somehow I missed this one. The sys/cdef.h was out
rrs
2006-11-03
1
-1
/
+2
*
Ok, here it is, we finally add SCTP to current. Note that this
rrs
2006-11-03
1
-0
/
+2856