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_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't implicitly terminate a user message when moving it to the
tuexen
2015-12-25
1
-4
/
+1
*
Retire sctp_validate_no_locks().
tuexen
2015-12-10
1
-7
/
+0
*
Fix the allocation of outgoing streams:
tuexen
2015-12-06
1
-2
/
+4
*
Ensure that outgoing streams get reset when they run dry.
tuexen
2015-12-03
1
-2
/
+3
*
Minor cleanup. No functional change.
tuexen
2015-12-02
1
-1
/
+1
*
Take also the send queue and sent queue into account when triggering
tuexen
2015-11-27
1
-4
/
+8
*
Use __func__ instead of __FUNCTION__.
tuexen
2015-10-19
1
-5
/
+5
*
Ensure that ERROR chunks are always padded by implementing this
tuexen
2015-09-11
1
-13
/
+31
*
Don't leak memory in an error case.
tuexen
2015-09-04
1
-0
/
+5
*
Provide consistent error causes whenever an ABORT chunk is sent.
tuexen
2015-07-27
1
-8
/
+26
*
Fix an issue with MAC OS locking and also optimize the case
rrs
2015-07-24
1
-4
/
+11
*
Fix several problems with Stream Reset.
rrs
2015-07-22
1
-29
/
+212
*
Add FIB support for SCTP.
tuexen
2015-06-17
1
-12
/
+13
*
Code cleanup.
tuexen
2015-06-12
1
-68
/
+45
*
In case of an output error, continue with the next net, don't try to
tuexen
2015-06-12
1
-2
/
+11
*
Remove printf() noise...
tuexen
2015-05-29
1
-2
/
+0
*
Take source and destination address into account when determining
tuexen
2015-05-28
1
-14
/
+18
*
Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined.
tuexen
2015-05-28
1
-8
/
+0
*
Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state.
tuexen
2015-05-28
1
-1
/
+2
*
Use macros for overhead in a consistent way. No functional change.
tuexen
2015-05-28
1
-14
/
+17
*
Fix and cleanup the debug information. This has no user-visible changes.
tuexen
2015-05-28
1
-5
/
+9
*
Address some compiler warnings. No functional change.
tuexen
2015-05-28
1
-3
/
+0
*
o Use new function ip_fillid() in all places throughout the kernel,
glebius
2015-04-01
1
-2
/
+2
*
Improve the selection of the destination address of SACK chunks.
tuexen
2015-03-26
1
-19
/
+4
*
Remove a useless assignment.
tuexen
2015-03-23
1
-2
/
+0
*
Fix a bug which only shows up when an mbuf allocation failed.
tuexen
2015-01-18
1
-1
/
+1
*
Do not go one layer down to check ifqueue length. First, not all drivers
glebius
2015-01-12
1
-16
/
+0
*
Remove dead code.
tuexen
2015-01-12
1
-8
/
+2
*
Minimize the usage of SCTP_BUF_IS_EXTENDED.
tuexen
2015-01-10
1
-56
/
+8
*
This is the SCTP specific companion of
tuexen
2014-12-04
1
-36
/
+20
*
Do the renaming of sb_cc to sb_ccc in a way with less code changes by
tuexen
2014-12-02
1
-2
/
+2
*
Merge from projects/sendfile:
glebius
2014-11-30
1
-2
/
+2
*
Fix a use of an uninitialized variable by makeing sure
tuexen
2014-10-25
1
-2
/
+3
*
Ensure that the flags field of sctp_tmit_chunks is initialized.
tuexen
2014-10-09
1
-24
/
+27
*
Ensure that the list of streams sent in a stream reset parameter fits
tuexen
2014-10-08
1
-1
/
+9
*
Remove unused MC_ALIGN macro as suggested by Robert.
tuexen
2014-10-05
1
-7
/
+0
*
Make a type conversion explicit. When compiling this code on
tuexen
2014-09-16
1
-1
/
+1
*
Address warnings generated by the clang analyzer.
tuexen
2014-09-07
1
-2
/
+2
*
Use union sctp_sockstore instead of struct sockaddr_storage. This
tuexen
2014-09-07
1
-5
/
+5
*
Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUS
tuexen
2014-08-13
1
-0
/
+28
*
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED
tuexen
2014-08-12
1
-45
/
+41
*
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding
tuexen
2014-08-04
1
-2
/
+7
*
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
tuexen
2014-08-03
1
-3
/
+8
*
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
tuexen
2014-08-03
1
-4
/
+4
*
Add support for the SCTP_PR_SUPPORTED socket option as specified in
tuexen
2014-08-02
1
-18
/
+26
*
Cleanup the ECN configuration handling and provide an SCTP socket
tuexen
2014-08-02
1
-4
/
+4
*
Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to be
tuexen
2014-08-01
1
-225
/
+194
*
Integrate upstream changes.
tuexen
2014-07-11
1
-2
/
+9
*
Honor jails for unbound SCTP sockets when selecting source addresses,
tuexen
2014-06-20
1
-6
/
+152
*
Use ENOBUFS instead of ENOMEM in error situations related to m_uiotombuf().
tuexen
2014-06-05
1
-4
/
+4
[next]