index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
outqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-15
sctp: checkpatch fixups
Marcelo Ricardo Leitner
1
-13
/
+7
2018-05-15
sctp: add asoc and packet to sctp_flush_ctx
Marcelo Ricardo Leitner
1
-53
/
+44
2018-05-15
sctp: add sctp_flush_ctx, a context struct on outq_flush routines
Marcelo Ricardo Leitner
1
-94
/
+88
2018-05-15
sctp: rework switch cases in sctp_outq_flush_data
Marcelo Ricardo Leitner
1
-98
/
+93
2018-05-15
sctp: make use of gfp on retransmissions
Marcelo Ricardo Leitner
1
-8
/
+9
2018-05-15
sctp: move transport flush code out of sctp_outq_flush
Marcelo Ricardo Leitner
1
-30
/
+26
2018-05-15
sctp: move flushing of data chunks out of sctp_outq_flush
Marcelo Ricardo Leitner
1
-74
/
+75
2018-05-15
sctp: move outq data rtx code out of sctp_outq_flush
Marcelo Ricardo Leitner
1
-43
/
+58
2018-05-15
sctp: move the flush of ctrl chunks into its own function
Marcelo Ricardo Leitner
1
-36
/
+56
2018-05-15
sctp: factor out sctp_outq_select_transport
Marcelo Ricardo Leitner
1
-97
/
+90
2018-05-15
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-04
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
1
-27
/
+32
2017-10-04
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
1
-2
/
+2
2017-08-07
sctp: remove the typedef sctp_xmit_t
Xin Long
1
-4
/
+4
2017-08-07
sctp: remove the typedef sctp_retransmit_reason_t
Xin Long
1
-1
/
+1
2017-07-25
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-04
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
Xin Long
1
-0
/
+10
2017-04-02
sctp: use right in and out stream cnt
Xin Long
1
-2
/
+1
2017-03-22
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-03
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-19
sctp: make sctp_outq_flush/tail/uncork return void
Xin Long
1
-12
/
+7
2016-09-19
sctp: save transmit error to sk_err in sctp_outq_flush
Xin Long
1
-9
/
+12
2016-09-19
sctp: free msg->chunks when sctp_primitive_SEND return err
Xin Long
1
-1
/
+0
2016-09-19
sctp: remove the unnecessary state check in sctp_outq_tail
Xin Long
1
-39
/
+14
2016-07-11
sctp: implement prsctp PRIO policy
Xin Long
1
-0
/
+99
2016-04-11
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
1
-5
/
+10
2016-03-20
sctp: do not leak chunks that are sent to unconfirmed paths
Marcelo Ricardo Leitner
1
-1
/
+5
2016-03-14
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
1
-15
/
+15
2015-12-07
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
1
-0
/
+1
2015-12-06
sctp: hold the chunks only after the chunk is enqueued in outq
lucien
1
-0
/
+1
2014-07-23
net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY
David Laight
1
-2
/
+2
2014-07-16
net: sctp: remove unnecessary break after return/goto
Fabian Frederick
1
-1
/
+0
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+7
[next]