summaryrefslogtreecommitdiffstats
path: root/net/sctp/stream_sched.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01sctp: delete free member from struct sctp_sched_opsXin Long1-18/+20
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao1-0/+5
2022-07-25sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou1-1/+1
2022-05-20stcp: Use memset_after() to zero sctp_stream_out_extXiu Jianfeng1-6/+3
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko1-6/+7
2017-12-15sctp: add stream interleave support in stream schedulerXin Long1-1/+2
2017-11-28sctp: remove extern from stream schedXin Long1-7/+18
2017-10-11sctp: make array sctp_sched_ops staticColin Ian King1-1/+1
2017-10-03sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner1-0/+2
2017-10-03sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner1-0/+3
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner1-0/+270