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_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
1
-6
/
+6
*
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
tuexen
2013-02-09
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-7
/
+7
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
1
-0
/
+1
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
1
-0
/
+7
*
Move from early SSN assignment to late SSN assignment.
tuexen
2012-11-05
1
-3
/
+3
*
Do not reduce ip_len by size of IP header in the ip_input()
glebius
2012-10-23
1
-1
/
+1
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-1
/
+1
*
Fix a bug related to handling Re-config chunks. It is not true that
tuexen
2012-09-22
1
-17
/
+0
*
s/teh/the/g
eadler
2012-09-14
1
-1
/
+1
*
Don't include a structure containing a flexible array in another
tuexen
2012-09-07
1
-10
/
+9
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-14
/
+14
*
Fix a bug found by dim@:
tuexen
2012-08-06
1
-1
/
+1
*
Use case for selecting the address family (as in other places).
tuexen
2012-07-14
1
-8
/
+6
*
Iniitialize a variable.
tuexen
2012-07-03
1
-1
/
+1
*
Move common code parts to sctp_common_input_processing().
tuexen
2012-07-02
1
-163
/
+168
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-117
/
+117
*
Unify sctp_input() and sctp6_input().
tuexen
2012-06-25
1
-77
/
+35
*
Whitespace cleanup.
tuexen
2012-06-25
1
-53
/
+53
*
Pass the packet length explicitly around.
tuexen
2012-06-24
1
-1
/
+1
*
Remove redundant check.
tuexen
2012-06-24
1
-11
/
+3
*
Do packet logging in a consistent way.
tuexen
2012-06-24
1
-2
/
+2
*
Add rate limitation for SCTP OOTB responses.
tuexen
2012-06-18
1
-8
/
+1
*
Pass flowid explicitly through the stack instead of taking it from
tuexen
2012-06-14
1
-47
/
+141
*
Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.
tuexen
2012-06-12
1
-2
/
+2
*
Remove an unused parameter.
tuexen
2012-06-02
1
-5
/
+5
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+2
*
Support SCTP_REMOTE_ERROR notification.
tuexen
2012-05-13
1
-1
/
+7
*
Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications
tuexen
2012-05-13
1
-7
/
+6
*
Provide the error code in SCTP_PEER_ADDR_CHANGE notifications as
tuexen
2012-05-13
1
-1
/
+1
*
Use ECONNABORTED in cases where the ABORT was sent to the peer.
tuexen
2012-05-13
1
-2
/
+2
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-15
/
+14
*
Fix a bug in the handling of association reset request.
tuexen
2012-05-11
1
-37
/
+31
*
Remove debug code.
tuexen
2012-05-06
1
-9
/
+0
*
Provide the flags in the SCTP stream reconfig related notification
tuexen
2012-05-05
1
-5
/
+19
*
Honor SCTP_ENABLE_STREAM_RESET socket option when processing incoming
tuexen
2012-05-05
1
-63
/
+66
*
Use SCTP_PRINTF() instead of printf() in all SCTP sources.
tuexen
2012-05-04
1
-4
/
+4
*
Use the same pattern for mbuf logging everywhere.
tuexen
2012-04-19
1
-10
/
+4
*
Fix a bug where we copy out more data from a mbuf chain that are
tuexen
2012-04-19
1
-12
/
+15
*
Make stream our stream reset implementation
rrs
2012-03-29
1
-32
/
+106
*
Fix a problem when using the CBAPI.
tuexen
2012-01-20
1
-2
/
+1
*
Add an SCTP sysctl "blackhole", similar to the one for TCP.
tuexen
2012-01-08
1
-4
/
+10
*
Retire the SCTP sysctl "strict_init". We always perform the validation
tuexen
2012-01-07
1
-3
/
+3
*
Improve the handling of received INITs. Send an ABORT when
tuexen
2012-01-07
1
-100
/
+65
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-32
/
+27
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-43
/
+33
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-40
/
+58
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
1
-10
/
+14
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-31
/
+82
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-5
/
+8
[next]