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_pcb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a consistent type for the number of HMAC algorithms.
tuexen
2014-09-16
1
-2
/
+2
*
Address warnings generated by the clang analyzer.
tuexen
2014-09-07
1
-1
/
+0
*
Use union sctp_sockstore instead of struct sockaddr_storage. This
tuexen
2014-09-07
1
-27
/
+17
*
Fix a leak of an address, if the address is scheduled for removal
tuexen
2014-09-06
1
-0
/
+3
*
Change SCTP sysctl from auth_disable to auth_enable. This is
tuexen
2014-08-12
1
-5
/
+1
*
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED
tuexen
2014-08-12
1
-41
/
+73
*
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding
tuexen
2014-08-04
1
-3
/
+5
*
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
tuexen
2014-08-03
1
-2
/
+5
*
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
tuexen
2014-08-03
1
-2
/
+5
*
Add support for the SCTP_PR_SUPPORTED socket option as specified in
tuexen
2014-08-02
1
-3
/
+6
*
Cleanup the ECN configuration handling and provide an SCTP socket
tuexen
2014-08-02
1
-7
/
+5
*
Remove the asconf_auth_nochk sysctl. This was off by default and only
tuexen
2014-08-01
1
-2
/
+1
*
Bugfix: When a remote address was added to an endpoint,
tuexen
2014-07-11
1
-4
/
+10
*
Integrate upstream changes.
tuexen
2014-07-11
1
-0
/
+4
*
Honor jails for unbound SCTP sockets when selecting source addresses,
tuexen
2014-06-20
1
-13
/
+82
*
Remove unused code. This is triggered by the bugreport of Sylvestre Ledru
tuexen
2014-05-06
1
-8
/
+0
*
Handle an edge case of address management similar to TCP.
tuexen
2014-03-29
1
-1
/
+8
*
* Provide information in error causes in ASCII instead of
tuexen
2014-03-16
1
-36
/
+3
*
In
tuexen
2013-11-30
1
-8
/
+0
*
Only initialize some mutexes for the default VNET.
rodrigc
2013-11-25
1
-2
/
+8
*
When determining if an address belongs to an stcb, take the address family
tuexen
2013-11-16
1
-0
/
+3
*
Cleanups which result in fixes which have been made upstream
tuexen
2013-11-16
1
-24
/
+21
*
Unlock the lock before destroying it.
tuexen
2013-11-03
1
-0
/
+2
*
Changes from upstream to improve compilation when INET or INET6
tuexen
2013-11-02
1
-5
/
+23
*
Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.
tuexen
2013-10-28
1
-1
/
+1
*
Fix a bug were only 2048 streams where usable even though more than
tuexen
2013-07-05
1
-3
/
+1
*
Code cleanups.
tuexen
2013-07-03
1
-75
/
+67
*
Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLY
tuexen
2013-05-10
1
-2
/
+7
*
Send the adaptation layer indication only if set by the user.
tuexen
2013-02-11
1
-1
/
+2
*
Don't send kernel provided information in the User Initiated
tuexen
2013-02-11
1
-32
/
+13
*
Make sure that received packets for removed addresses are handled
tuexen
2013-02-10
1
-180
/
+192
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
1
-43
/
+46
*
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
tuexen
2013-02-09
1
-6
/
+7
*
Minor cleanups of debug messages.
tuexen
2012-12-27
1
-2
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Find the endpoint for an incoming packet also if the endpoint
tuexen
2012-11-26
1
-1
/
+2
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
1
-1
/
+15
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
1
-0
/
+9
*
Whitespace change.
tuexen
2012-09-23
1
-2
/
+1
*
Whitespace changes.
tuexen
2012-09-09
1
-6
/
+4
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-10
/
+10
*
Fix a refcount issue. The called only decrements is stcb is NULL.
tuexen
2012-08-05
1
-4
/
+3
*
Fix a bug reported by Simon L. B. Nielsen:
tuexen
2012-08-04
1
-2
/
+0
*
Fix a refcount bug when freeing an association.
tuexen
2012-07-17
1
-7
/
+3
*
#ifdef INET and INET6 consistently. This also fixes a bug, where
tuexen
2012-07-15
1
-1
/
+9
*
Use case for selecting the address family (as in other places).
tuexen
2012-07-14
1
-3
/
+10
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-196
/
+23
*
Remove code which is not needed.
tuexen
2012-06-03
1
-4
/
+0
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+2
*
Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications
tuexen
2012-05-13
1
-6
/
+5
[next]