| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: fix a potential OOB access in sctp_sched_set_sched() | Ilia.Gavrilov | 2023-05-10 | 1 | -4/+5 |
* | sctp: add weighted fair queueing stream scheduler | Xin Long | 2023-03-09 | 1 | -0/+1 |
* | sctp: add fair capacity stream scheduler | Xin Long | 2023-03-09 | 1 | -0/+1 |
* | sctp: delete free member from struct sctp_sched_ops | Xin Long | 2022-12-02 | 1 | -18/+20 |
* | sctp: fix memory leak in sctp_stream_outq_migrate() | Zhengchao Shao | 2022-11-29 | 1 | -0/+5 |
* | sctp: fix sleep in atomic context bug in timer handlers | Duoming Zhou | 2022-07-26 | 1 | -1/+1 |
* | stcp: Use memset_after() to zero sctp_stream_out_ext | Xiu Jianfeng | 2022-05-21 | 1 | -6/+3 |
* | sctp: rename asoc intl_enable to asoc peer.intl_capable | Xin Long | 2019-07-09 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 2019-05-24 | 1 | -16/+1 |
* | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko | 2018-08-11 | 1 | -6/+7 |
* | sctp: add stream interleave support in stream scheduler | Xin Long | 2017-12-15 | 1 | -1/+2 |
* | sctp: remove extern from stream sched | Xin Long | 2017-11-28 | 1 | -7/+18 |
* | sctp: make array sctp_sched_ops static | Colin Ian King | 2017-10-12 | 1 | -1/+1 |
* | sctp: introduce round robin stream scheduler | Marcelo Ricardo Leitner | 2017-10-04 | 1 | -0/+2 |
* | sctp: introduce priority based stream scheduler | Marcelo Ricardo Leitner | 2017-10-04 | 1 | -0/+3 |
* | sctp: introduce stream scheduler foundations | Marcelo Ricardo Leitner | 2017-10-04 | 1 | -0/+270 |