aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/stream.c
AgeCommit message (Expand)Author
2020-08-27net: sctp: Fix negotiation of the number of data streams.David Laight
2020-07-31sctp: shrink stream outq when fails to do addstream reconfXin Long
2020-07-31sctp: shrink stream outq only when new outcnt < old outcntXin Long
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-24sctp: fix err handling of stream initializationMarcelo Ricardo Leitner
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-08-13sctp: fix memleak in sctp_send_reset_streamszhengbin
2019-07-01sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-03-12sctp: convert to genradixKent Overstreet
2019-03-08sctp: remove sched init from sctp_stream_initXin Long
2019-02-13sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long
2019-01-24sctp: improve the events for sctp stream addingXin Long
2019-01-24sctp: improve the events for sctp stream resetXin Long
2018-11-19sctp: not increase stream's incnt before sending addstrm_in requestXin Long
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-04-27sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long
2018-02-14sctp: fix some copy-paste errors for file commentsXin Long
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-03sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner
2017-12-15sctp: update mid instead of ssn when doing stream and asoc resetXin Long
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long
2017-11-01sctp: fix error return code in sctp_send_add_streams()Wei Yongjun
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner
2017-10-03sctp: factor out stream->in allocationMarcelo Ricardo Leitner
2017-10-03sctp: factor out stream->out allocationMarcelo Ricardo Leitner
2017-10-03sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-04-18sctp: process duplicated strreset asoc request correctlyXin Long
2017-04-18sctp: process duplicated strreset in and addstrm in requests correctlyXin Long
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long
2017-04-17sctp: get list_of_streams of strreset outreq earlierXin Long
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller