summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292558:tuexen2016-01-171-0/+1
* MFC r291700:tuexen2016-01-171-0/+15
* MFC r290468:tuexen2016-01-161-1/+1
* MFC r290442:tuexen2016-01-161-8/+8
* MFC r287717:tuexen2016-01-161-39/+25
* MFC r287669:tuexen2016-01-161-5/+1
* MFC r286206:tuexen2016-01-161-19/+5
* MFC r285938:tuexen2016-01-161-1/+1
* MFC r285925:tuexen2016-01-161-1/+4
* MFC r285887:tuexen2016-01-161-2/+25
* MFC r285886:tuexen2016-01-161-4/+4
* MFC r285792:tuexen2016-01-161-0/+1
* MFC r283650:tuexen2015-05-311-28/+34
* MFC r283648:tuexen2015-05-311-3/+9
* MFC r282042:tuexen2015-05-291-9/+2
* MFC r280440:tuexen2015-05-291-3/+5
* MFC r276914:tuexen2015-05-291-7/+1
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-4/+4
* MFC r269448:tuexen2014-08-221-7/+7
* MFC r269376:tuexen2014-08-221-1/+1
* Fix kernel memory disclosure in control message and SCTP notifications.delphij2014-07-081-0/+5
* MFC r264838:tuexen2014-06-221-1/+15
* MFC r264704:tuexen2014-06-221-1/+36
* MFC r264682:tuexen2014-06-221-1/+1
* MFC r264679:tuexen2014-06-221-1/+16
* MFC r263237:tuexen2014-06-221-491/+153
* MFC r256556:tuexen2013-11-211-1/+0
* When computing the partial delivery point, take thetuexen2013-09-071-3/+2
* Remove redundant field pr_sctp_on.tuexen2013-09-031-1/+1
* Make the features a 64-bit value instead of 32-bit.tuexen2013-08-121-1/+0
* Code cleanups.tuexen2013-07-031-2/+0
* Don't send kernel provided information in the User Initiatedtuexen2013-02-111-12/+4
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-17/+17
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-29/+29
* Get the accounting working. We now have counters how manytuexen2012-11-161-11/+19
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-071-5/+17
* Add some missing changes missed in the last commit.tuexen2012-11-071-3/+5
* Improve PR-SCTP if used in combination with NR-SACK.tuexen2012-11-071-2/+5
* Don't include a structure containing a flexible array in anothertuexen2012-09-071-1/+1
* Using %p in a format string requires a void *.tuexen2012-09-051-1/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-2/+4
* Whitespace cleanup.tuexen2012-06-251-8/+8
* Pass the packet length explicitly around.tuexen2012-06-241-1/+1
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-4/+12
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-6/+3
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications astuexen2012-05-131-2/+2
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-52/+23
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-18/+18
* Fix a bug where we copy out more data from a mbuf chain that aretuexen2012-04-191-4/+6
OpenPOWER on IntegriCloud