summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-23/+13
* Fix unused parameter warnings.tuexen2011-12-171-11/+15
* Remove debug code.tuexen2011-11-281-7/+0
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-6/+3
* Cleanup comparison of interface names.tuexen2011-11-181-24/+4
* Set the MTU of an path to an approriate value if the interface MTUtuexen2011-11-151-16/+26
* Don't copy uninitialized memory. Also simplify the comparisontuexen2011-11-131-15/+5
* When loading addresses from INITs, always use the correcttuexen2011-11-071-37/+48
* When add a new remote address using sctp_add_remote_addr(),tuexen2011-10-271-3/+3
* When moving an stcb to a new inp and we copy over the list oftuexen2011-10-101-0/+3
* Update the inp stored in a HB-timer when moving an stcb to a new inp.tuexen2011-10-091-0/+1
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-171-1/+6
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-3/+7
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-141-0/+10
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-0/+14
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-141-9/+2
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-24/+58
* Don't check for SOCK_DGRAM anymore. Also remove multicasttuexen2011-07-121-9/+1
* Add support for the newly added SCTP API.tuexen2011-06-151-5/+5
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-9/+9
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-181/+406
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-0/+1
* Improvements to CC modules:rrs2011-02-261-1/+2
* Fix bugs related to M_FLOWID:tuexen2011-02-071-5/+7
* 1) Track when flowid does get set.rrs2011-02-071-2/+1
* Add support for M_FLOWID.tuexen2011-02-051-0/+4
* 1) Fix cpu mapping per JB's suggestionsrrs2011-02-041-14/+29
* Make sure that changing the ECN sysctl does not affecttuexen2011-02-031-2/+7
* 1) Move per John Baldwin to mp_maxidrrs2011-02-031-7/+7
* Fix the per CPU stats so that:rrs2011-02-031-1/+13
* Adds an experimental option to create a pool ofrrs2011-02-031-0/+149
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-0/+2
* More ECN fixes:rrs2011-01-311-4/+0
* Fixes to ECN in SCTP.rrs2011-01-291-0/+1
* Add stream scheduling support.tuexen2011-01-231-0/+1
* Cleanup the management of CC functions.tuexen2011-01-191-7/+1
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-301-7/+3
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-248/+129
* Adds new dtrace for cwnd functions and lay'srrs2010-11-251-0/+1
* Fix a locking issue reported by brucec@ affectingtuexen2010-11-131-1/+2
* Improve the scalability by using the local and remote port whentuexen2010-11-091-30/+33
* Fix typos.brucec2010-11-091-16/+16
* Fix a locking issue which shows up when the code is usedtuexen2010-09-191-3/+3
* Remove old debug code.tuexen2010-09-151-13/+0
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-2/+8
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-2/+2
* Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239tuexen2010-09-011-1/+1
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-4/+2
* Make sure that we report chunks if a socketrrs2010-07-261-7/+29
* Fix a bug that WILL cause a panic. Basicallyrrs2010-07-021-2/+2
OpenPOWER on IntegriCloud