index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
outqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
2019-05-24
1
-16
/
+1
*
sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...
Xin Long
2019-01-30
1
-1
/
+1
*
sctp: define SCTP_SS_DEFAULT for Stream schedulers
Xin Long
2018-11-03
1
-1
/
+1
*
sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size
Xin Long
2018-10-18
1
-6
/
+2
*
sctp: fix fall-through annotation
Gustavo A. R. Silva
2018-10-03
1
-1
/
+1
*
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
2018-08-11
1
-5
/
+6
*
sctp: checkpatch fixups
Marcelo Ricardo Leitner
2018-05-14
1
-13
/
+7
*
sctp: add asoc and packet to sctp_flush_ctx
Marcelo Ricardo Leitner
2018-05-14
1
-53
/
+44
*
sctp: add sctp_flush_ctx, a context struct on outq_flush routines
Marcelo Ricardo Leitner
2018-05-14
1
-94
/
+88
*
sctp: rework switch cases in sctp_outq_flush_data
Marcelo Ricardo Leitner
2018-05-14
1
-98
/
+93
*
sctp: make use of gfp on retransmissions
Marcelo Ricardo Leitner
2018-05-14
1
-8
/
+9
*
sctp: move transport flush code out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
1
-30
/
+26
*
sctp: move flushing of data chunks out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
1
-74
/
+75
*
sctp: move outq data rtx code out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
1
-43
/
+58
*
sctp: move the flush of ctrl chunks into its own function
Marcelo Ricardo Leitner
2018-05-14
1
-36
/
+56
*
sctp: factor out sctp_outq_select_transport
Marcelo Ricardo Leitner
2018-05-14
1
-97
/
+90
*
sctp: add sctp_packet_singleton
Marcelo Ricardo Leitner
2018-05-14
1
-7
/
+15
*
sctp: fix identification of new acks for SFR-CACC
Marcelo Ricardo Leitner
2018-04-25
1
-25
/
+23
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-2
/
+2
|
\
|
*
sctp: avoid compiler warning on implicit fallthru
Marcelo Ricardo Leitner
2018-01-15
1
-2
/
+2
*
|
sctp: implement generate_ftsn for sctp_stream_interleave
Xin Long
2017-12-15
1
-6
/
+6
|
/
*
sctp: do not abandon the other frags in unsent outq if one msg has outstandin...
Xin Long
2017-12-01
1
-1
/
+2
*
sctp: abandon the whole msg if one part of a fragmented message is abandoned
Xin Long
2017-12-01
1
-4
/
+8
*
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...
Xin Long
2017-12-01
1
-2
/
+4
*
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
2017-10-03
1
-27
/
+32
*
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
2017-10-03
1
-2
/
+2
*
sctp: remove the typedef sctp_xmit_t
Xin Long
2017-08-06
1
-4
/
+4
*
sctp: remove the typedef sctp_retransmit_reason_t
Xin Long
2017-08-06
1
-1
/
+1
*
sctp: remove the typedef sctp_sack_variable_t
Xin Long
2017-07-24
1
-5
/
+5
*
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
2017-06-02
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-2
/
+1
|
\
|
*
sctp: use right in and out stream cnt
Xin Long
2017-04-01
1
-2
/
+1
*
|
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
Xin Long
2017-04-03
1
-0
/
+10
|
/
*
sctp: out_qlen should be updated when pruning unsent queue
Xin Long
2017-03-21
1
-6
/
+5
*
sctp: add dst_pending_confirm flag
Julian Anastasov
2017-02-07
1
-1
/
+1
*
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
2017-01-18
1
-10
/
+23
*
sctp: Fix spelling mistake: "Atempt" -> "Attempt"
Colin Ian King
2017-01-11
1
-1
/
+1
*
sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements
Xin Long
2016-10-13
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-02
1
-6
/
+6
|
\
|
*
sctp: change to check peer prsctp_capable when using prsctp polices
Xin Long
2016-09-30
1
-4
/
+4
|
*
sctp: remove prsctp_param from sctp_chunk
Xin Long
2016-09-30
1
-2
/
+2
*
|
sctp: fix the handling of SACK Gap Ack blocks
Marcelo Ricardo Leitner
2016-09-23
1
-5
/
+6
*
|
sctp: make sctp_outq_flush/tail/uncork return void
Xin Long
2016-09-18
1
-12
/
+7
*
|
sctp: save transmit error to sk_err in sctp_outq_flush
Xin Long
2016-09-18
1
-9
/
+12
*
|
sctp: free msg->chunks when sctp_primitive_SEND return err
Xin Long
2016-09-18
1
-1
/
+0
*
|
sctp: remove the unnecessary state check in sctp_outq_tail
Xin Long
2016-09-18
1
-39
/
+14
|
/
*
sctp: implement prsctp PRIO policy
Xin Long
2016-07-11
1
-0
/
+99
*
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
2016-04-10
1
-5
/
+10
*
sctp: do not leak chunks that are sent to unconfirmed paths
Marcelo Ricardo Leitner
2016-03-20
1
-1
/
+5
[next]