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
*
Address warnings generated by the clang analyzer.
tuexen
2014-09-07
1
-2
/
+2
*
Address another warnings reported by Patrick Laimbock when compiling
tuexen
2014-09-07
1
-4
/
+2
*
Use union sctp_sockstore instead of struct sockaddr_storage. This
tuexen
2014-09-07
1
-46
/
+24
*
Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUS
tuexen
2014-08-13
1
-0
/
+14
*
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED
tuexen
2014-08-12
1
-19
/
+34
*
Small modification of the sctp_input() cleanup to avoid having
tuexen
2014-08-09
1
-7
/
+7
*
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
kevlo
2014-08-08
1
-4
/
+10
*
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding
tuexen
2014-08-04
1
-2
/
+3
*
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
tuexen
2014-08-03
1
-0
/
+1
*
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
tuexen
2014-08-03
1
-2
/
+2
*
Add support for the SCTP_PR_SUPPORTED socket option as specified in
tuexen
2014-08-02
1
-2
/
+3
*
Cleanup the ECN configuration handling and provide an SCTP socket
tuexen
2014-08-02
1
-2
/
+2
*
Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to be
tuexen
2014-08-01
1
-1
/
+1
*
Integrate upstream changes.
tuexen
2014-07-11
1
-0
/
+8
*
* Provide information in error causes in ASCII instead of
tuexen
2014-03-16
1
-65
/
+57
*
Remove redundant code and fix a style error.
tuexen
2014-02-20
1
-4
/
+2
*
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
*
Remove the large part of struct ipsecstat. Only few fields of this
ae
2013-07-23
1
-2
/
+2
*
Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics
tuexen
2013-07-09
1
-2
/
+2
*
Fix a bug were only 2048 streams where usable even though more than
tuexen
2013-07-05
1
-8
/
+4
*
When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related)
tuexen
2013-07-04
1
-2
/
+4
*
Code cleanups.
tuexen
2013-07-03
1
-22
/
+36
*
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
[next]