Age | Commit message (Expand) | Author |
2023-04-21 | sctp: delete the nested flexible array variable | Xin Long |
2022-11-07 | sctp: clear out_curr if all frag chunks of current msg are pruned | Xin Long |
2022-11-07 | sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent | Xin Long |
2022-04-05 | sctp: count singleton chunks in assoc user stats | Jamie Bainbridge |
2021-11-25 | sctp: make the raise timer more simple and accurate | Xin Long |
2021-06-22 | sctp: do the basic send and recv for PLPMTUD probe | Xin Long |
2021-03-19 | sctp: move sk_route_caps check and set into sctp_outq_flush_transports | Xin Long |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2019-12-30 | sctp: add enabled check for path tracepoint loop. | Kevin Kou |
2019-12-26 | sctp: move trace_sctp_probe_path into sctp_outq_sack | Kevin Kou |
2019-12-09 | sctp: get netns from asoc and ep base | Xin Long |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner |
2019-01-30 | sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s... | Xin Long |
2018-11-03 | sctp: define SCTP_SS_DEFAULT for Stream schedulers | Xin Long |
2018-10-18 | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size | Xin Long |
2018-10-03 | sctp: fix fall-through annotation | Gustavo A. R. Silva |
2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko |
2018-05-14 | sctp: checkpatch fixups | Marcelo Ricardo Leitner |
2018-05-14 | sctp: add asoc and packet to sctp_flush_ctx | Marcelo Ricardo Leitner |
2018-05-14 | sctp: add sctp_flush_ctx, a context struct on outq_flush routines | Marcelo Ricardo Leitner |
2018-05-14 | sctp: rework switch cases in sctp_outq_flush_data | Marcelo Ricardo Leitner |
2018-05-14 | sctp: make use of gfp on retransmissions | Marcelo Ricardo Leitner |
2018-05-14 | sctp: move transport flush code out of sctp_outq_flush | Marcelo Ricardo Leitner |
2018-05-14 | sctp: move flushing of data chunks out of sctp_outq_flush | Marcelo Ricardo Leitner |
2018-05-14 | sctp: move outq data rtx code out of sctp_outq_flush | Marcelo Ricardo Leitner |
2018-05-14 | sctp: move the flush of ctrl chunks into its own function | Marcelo Ricardo Leitner |
2018-05-14 | sctp: factor out sctp_outq_select_transport | Marcelo Ricardo Leitner |
2018-05-14 | sctp: add sctp_packet_singleton | Marcelo Ricardo Leitner |
2018-04-25 | sctp: fix identification of new acks for SFR-CACC | Marcelo Ricardo Leitner |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-15 | sctp: avoid compiler warning on implicit fallthru | Marcelo Ricardo Leitner |
2017-12-15 | sctp: implement generate_ftsn for sctp_stream_interleave | Xin Long |
2017-12-01 | sctp: do not abandon the other frags in unsent outq if one msg has outstandin... | Xin Long |
2017-12-01 | sctp: abandon the whole msg if one part of a fragmented message is abandoned | Xin Long |
2017-12-01 | sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p... | Xin Long |
2017-10-03 | sctp: introduce stream scheduler foundations | Marcelo Ricardo Leitner |
2017-10-03 | sctp: introduce struct sctp_stream_out_ext | Marcelo Ricardo Leitner |
2017-08-06 | sctp: remove the typedef sctp_xmit_t | Xin Long |
2017-08-06 | sctp: remove the typedef sctp_retransmit_reason_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_sack_variable_t | Xin Long |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena |
2017-06-02 | sctp: define the member stream as an object instead of pointer in asoc | Xin Long |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-03 | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp | Xin Long |
2017-04-01 | sctp: use right in and out stream cnt | Xin Long |
2017-03-21 | sctp: out_qlen should be updated when pruning unsent queue | Xin Long |
2017-02-07 | sctp: add dst_pending_confirm flag | Julian Anastasov |
2017-01-18 | sctp: implement sender-side procedures for SSN Reset Request Parameter | Xin Long |
2017-01-11 | sctp: Fix spelling mistake: "Atempt" -> "Attempt" | Colin Ian King |
2016-10-13 | sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements | Xin Long |