index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
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
*
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
2016-03-13
1
-15
/
+15
*
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
2015-12-06
1
-0
/
+1
*
sctp: hold the chunks only after the chunk is enqueued in outq
lucien
2015-12-06
1
-0
/
+1
*
net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY
David Laight
2014-07-22
1
-2
/
+2
*
net: sctp: remove unnecessary break after return/goto
Fabian Frederick
2014-07-15
1
-1
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
1
-25
/
+7
|
\
[next]