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
/
sctputil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the add-stream capability. Still needs more
rrs
2009-02-20
1
-1
/
+68
*
Fix INET only build breakage with SCTP - pointy hat to me :-)
rrs
2009-02-09
1
-0
/
+2
*
- Cleanup checksum code.
rrs
2009-02-03
1
-172
/
+160
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-103
/
+169
*
-Improvement: Add '\n' on debug output in sctp_lower_sosend().
rrs
2008-11-12
1
-3
/
+3
*
The flags value was not always being copied out in the recv routine like it
rrs
2008-10-18
1
-2
/
+3
*
- Make strict-sacks be the default.
rrs
2008-08-28
1
-0
/
+15
*
Adds support for the SCTP_PORT_REUSE option
rrs
2008-07-31
1
-1
/
+1
*
- Out with some printfs.
rrs
2008-07-29
1
-3
/
+3
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-11
/
+25
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-50
/
+50
*
- sctputil.c - If debug is on, the INPKILL timer can deref a freed value.
rrs
2008-05-21
1
-4
/
+4
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-11
/
+29
*
- Define changes in sctp.h
rrs
2008-05-20
1
-0
/
+5
*
Allow SCTP to compile without INET6.
rrs
2008-04-16
1
-121
/
+203
*
Correct two problems relating to sorflush(), which is called to flush
rwatson
2008-01-31
1
-1
/
+1
*
- More fixes for lock misses on the transfer of data to
rrs
2007-12-07
1
-2
/
+2
*
- optimize the initialization of the SB max variables.
rrs
2007-12-06
1
-2
/
+9
*
- Found a problem in non-blocking sends. When
rrs
2007-12-04
1
-8
/
+9
*
- Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.
rrs
2007-11-10
1
-1
/
+1
*
- Change the Time Wait of vtags value to match the cookie-life
rrs
2007-10-30
1
-6
/
+12
*
- fix sctp_ifn initial refcount issue (prevents deletion)
rrs
2007-10-16
1
-5
/
+9
*
Spelling fix for interupt -> interrupt
kevlo
2007-10-12
1
-1
/
+1
*
- We should return error = 0 and the upper processing would
rrs
2007-10-04
1
-1
/
+2
*
- Bug fix managing congestion parameter on immediate
rrs
2007-10-01
1
-3
/
+12
*
- fix (global) address handling in the presence of duplicates, the
rrs
2007-09-21
1
-2
/
+6
*
- The address lock is changed to a rwlock. This
rrs
2007-09-18
1
-12
/
+12
*
- DF bit was on for COOKIE-ECHO chunks. This is
rrs
2007-09-13
1
-22
/
+12
*
- Incorrect error EAGAIN returned for invalid send on a locked
rrs
2007-09-13
1
-3
/
+1
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-11
/
+50
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-48
/
+266
*
- During shutdown pending, when the last sack came in and
rrs
2007-08-27
1
-16
/
+5
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-40
/
+124
*
- Remove extra comment for 7.0 (no GIANT here).
rrs
2007-08-16
1
-5
/
+4
*
- change number assignments for SHA225-512 (match artisync
rrs
2007-08-06
1
-0
/
+3
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-10
/
+120
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-23
/
+60
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-2
/
+83
*
- Consolidate the code that free's chunks to actually also
rrs
2007-07-02
1
-6
/
+0
*
- Update bindx address checking to properly screen out address
rrs
2007-06-25
1
-1
/
+11
*
- Fix stream reset so it limits the number of streams that can be listed
rrs
2007-06-22
1
-2
/
+2
*
- Fixes cstatic issues found by cisco sa tool (missing frees and such
rrs
2007-06-18
1
-0
/
+10
*
- Matthew's changes to get inlines out, plus a few of my own
rrs
2007-06-16
1
-2
/
+2
*
Name change SCTP_KTR_SUBSYS -> KTR_SCTP
rrs
2007-06-15
1
-21
/
+21
*
KTR_GEN -> KTR_SUBSYS (for Kris).
rrs
2007-06-15
1
-1
/
+1
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-530
/
+398
*
- fix bindx to check addresses against socket's protocol family
rrs
2007-06-13
1
-0
/
+34
*
- Fixed cookie handling to calc an RTO when
rrs
2007-06-13
1
-1
/
+2
*
- Restructure so bindx functions are not done inline to socket option
rrs
2007-06-12
1
-0
/
+144
*
- fix send_failed notification contents
rrs
2007-06-09
1
-42
/
+46
[next]