Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | sctp: do the basic send and recv for PLPMTUD probe | Xin Long | 1 | -2/+11 |
2021-03-19 | sctp: move sk_route_caps check and set into sctp_outq_flush_transports | Xin Long | 1 | -0/+7 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
2019-12-30 | sctp: add enabled check for path tracepoint loop. | Kevin Kou | 1 | -2/+3 |
2019-12-26 | sctp: move trace_sctp_probe_path into sctp_outq_sack | Kevin Kou | 1 | -0/+6 |
2019-12-09 | sctp: get netns from asoc and ep base | Xin Long | 1 | -3/+3 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 1 | -16/+1 |
2019-01-30 | sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s... | Xin Long | 1 | -1/+1 |
2018-11-03 | sctp: define SCTP_SS_DEFAULT for Stream schedulers | Xin Long | 1 | -1/+1 |
2018-10-18 | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size | Xin Long | 1 | -6/+2 |
2018-10-03 | sctp: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko | 1 | -5/+6 |
2018-05-14 | sctp: checkpatch fixups | Marcelo Ricardo Leitner | 1 | -13/+7 |
2018-05-14 | sctp: add asoc and packet to sctp_flush_ctx | Marcelo Ricardo Leitner | 1 | -53/+44 |
2018-05-14 | sctp: add sctp_flush_ctx, a context struct on outq_flush routines | Marcelo Ricardo Leitner | 1 | -94/+88 |
2018-05-14 | sctp: rework switch cases in sctp_outq_flush_data | Marcelo Ricardo Leitner | 1 | -98/+93 |
2018-05-14 | sctp: make use of gfp on retransmissions | Marcelo Ricardo Leitner | 1 | -8/+9 |
2018-05-14 | sctp: move transport flush code out of sctp_outq_flush | Marcelo Ricardo Leitner | 1 | -30/+26 |
2018-05-14 | sctp: move flushing of data chunks out of sctp_outq_flush | Marcelo Ricardo Leitner | 1 | -74/+75 |
2018-05-14 | sctp: move outq data rtx code out of sctp_outq_flush | Marcelo Ricardo Leitner | 1 | -43/+58 |
2018-05-14 | sctp: move the flush of ctrl chunks into its own function | Marcelo Ricardo Leitner | 1 | -36/+56 |
2018-05-14 | sctp: factor out sctp_outq_select_transport | Marcelo Ricardo Leitner | 1 | -97/+90 |
2018-05-14 | sctp: add sctp_packet_singleton | Marcelo Ricardo Leitner | 1 | -7/+15 |
2018-04-25 | sctp: fix identification of new acks for SFR-CACC | Marcelo Ricardo Leitner | 1 | -25/+23 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2018-01-15 | sctp: avoid compiler warning on implicit fallthru | Marcelo Ricardo Leitner | 1 | -2/+2 |
2017-12-15 | sctp: implement generate_ftsn for sctp_stream_interleave | Xin Long | 1 | -6/+6 |
2017-12-01 | sctp: do not abandon the other frags in unsent outq if one msg has outstandin... | Xin Long | 1 | -1/+2 |
2017-12-01 | sctp: abandon the whole msg if one part of a fragmented message is abandoned | Xin Long | 1 | -4/+8 |
2017-12-01 | sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p... | Xin Long | 1 | -2/+4 |
2017-10-03 | sctp: introduce stream scheduler foundations | Marcelo Ricardo Leitner | 1 | -27/+32 |
2017-10-03 | sctp: introduce struct sctp_stream_out_ext | Marcelo Ricardo Leitner | 1 | -2/+2 |
2017-08-06 | sctp: remove the typedef sctp_xmit_t | Xin Long | 1 | -4/+4 |
2017-08-06 | sctp: remove the typedef sctp_retransmit_reason_t | Xin Long | 1 | -1/+1 |
2017-07-24 | sctp: remove the typedef sctp_sack_variable_t | Xin Long | 1 | -5/+5 |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-06-02 | sctp: define the member stream as an object instead of pointer in asoc | Xin Long | 1 | -5/+5 |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2017-04-03 | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp | Xin Long | 1 | -0/+10 |
2017-04-01 | sctp: use right in and out stream cnt | Xin Long | 1 | -2/+1 |
2017-03-21 | sctp: out_qlen should be updated when pruning unsent queue | Xin Long | 1 | -6/+5 |
2017-02-07 | sctp: add dst_pending_confirm flag | Julian Anastasov | 1 | -1/+1 |
2017-01-18 | sctp: implement sender-side procedures for SSN Reset Request Parameter | Xin Long | 1 | -10/+23 |
2017-01-11 | sctp: Fix spelling mistake: "Atempt" -> "Attempt" | Colin Ian King | 1 | -1/+1 |
2016-10-13 | sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements | Xin Long | 1 | -3/+1 |
2016-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+6 |
2016-09-30 | sctp: change to check peer prsctp_capable when using prsctp polices | Xin Long | 1 | -4/+4 |
2016-09-30 | sctp: remove prsctp_param from sctp_chunk | Xin Long | 1 | -2/+2 |
2016-09-23 | sctp: fix the handling of SACK Gap Ack blocks | Marcelo Ricardo Leitner | 1 | -5/+6 |
2016-09-18 | sctp: make sctp_outq_flush/tail/uncork return void | Xin Long | 1 | -12/+7 |