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
/
netinet6
/
sctp6_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes from upstream to improve compilation when INET or INET6
tuexen
2013-11-02
1
-1
/
+3
*
Provide human readable debug output.
tuexen
2013-08-25
1
-2
/
+2
*
For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.
andre
2013-08-25
1
-1
/
+1
*
Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLY
tuexen
2013-05-10
1
-22
/
+7
*
Add support for SCTP/UDP/IPV6.
tuexen
2012-11-17
1
-2
/
+7
*
Changes which improve compilation if neither INET nor INET6 is defined.
tuexen
2012-07-15
1
-0
/
+3
*
#ifdef INET and INET6 consistently. This also fixes a bug, where
tuexen
2012-07-15
1
-2
/
+2
*
Move common code parts to sctp_common_input_processing().
tuexen
2012-07-02
1
-146
/
+28
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-9
/
+37
*
Unify sctp_input() and sctp6_input().
tuexen
2012-06-25
1
-105
/
+79
*
Whitespace cleanup.
tuexen
2012-06-25
1
-3
/
+3
*
Pass the packet length explicitly around.
tuexen
2012-06-24
1
-1
/
+1
*
Do packet logging in a consistent way.
tuexen
2012-06-24
1
-3
/
+5
*
Pass flowid explicitly through the stack instead of taking it from
tuexen
2012-06-14
1
-7
/
+22
*
Get rid of SCTP specific code to avoid CRC32C computations on loopback.
tuexen
2012-05-26
1
-5
/
+0
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-3
/
+2
*
Missed to commit this in r235414.
tuexen
2012-05-13
1
-2
/
+1
*
Use ECONNABORTED in cases where the ABORT was sent to the peer.
tuexen
2012-05-13
1
-1
/
+1
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-5
/
+2
*
Clean up, no functional change.
tuexen
2012-03-15
1
-3
/
+3
*
Remove two clang warnings.
tuexen
2012-02-18
1
-1
/
+1
*
Add an SCTP sysctl "blackhole", similar to the one for TCP.
tuexen
2012-01-08
1
-2
/
+7
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-47
/
+39
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-8
/
+8
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-26
/
+1
*
Remove code with any effect.
tuexen
2011-05-03
1
-3
/
+1
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-40
/
+90
*
Fix bugs related to M_FLOWID:
tuexen
2011-02-07
1
-0
/
+12
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-0
/
+2
*
Improve plausibility check in sctp_handle_sack().
tuexen
2010-12-22
1
-1
/
+1
*
Remove unused variables.
tuexen
2010-09-15
1
-3
/
+5
*
Fix the the SCTP_WITH_NO_CSUM option when used in combination with
tuexen
2010-08-29
1
-1
/
+9
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-1
/
+6
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-1
/
+1
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-4
/
+4
*
- Cleanup checksum code.
rrs
2009-02-03
1
-4
/
+17
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-0
/
+3
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-4
/
+4
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-6
/
+20
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-3
/
+3
*
- Have SCTP use the new pru_flush functionality
rrs
2008-04-14
1
-0
/
+1
*
Clean up VCS Ids.
obrien
2007-12-10
1
-1
/
+1
*
- Incorrect error EAGAIN returned for invalid send on a locked
rrs
2007-09-13
1
-1
/
+1
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-10
/
+119
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-2
/
+2
*
- During shutdown pending, when the last sack came in and
rrs
2007-08-27
1
-196
/
+25
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-14
/
+53
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-2
/
+2
*
- remove duplicate code from sctp_asconf.c
rrs
2007-07-21
1
-1
/
+1
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-2
/
+2
[next]