All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5] sctp: some fixes of prsctp polices
@ 2016-09-26  9:47 ` Xin Long
  0 siblings, 0 replies; 16+ messages in thread
From: Xin Long @ 2016-09-26  9:47 UTC (permalink / raw)
  To: network dev, linux-sctp
  Cc: davem, Marcelo Ricardo Leitner, Vlad Yasevich, daniel

This patchset is to improve some codes about prsctp polices, and also
to fix some issues.

Xin Long (5):
  sctp: move sent_count to the memory hole in sctp_chunk
  sctp: reuse sent_count to avoid retransmitted chunks for RTT
    measurements
  sctp: remove prsctp_param from sctp_chunk
  sctp: change to check peer prsctp_capable when using prsctp polices
  sctp: remove the old ttl expires policy

 include/net/sctp/structs.h | 15 +++------------
 net/sctp/chunk.c           | 31 ++++++++++---------------------
 net/sctp/output.c          |  6 ++----
 net/sctp/outqueue.c        | 16 +++++++---------
 net/sctp/sm_make_chunk.c   | 15 ---------------
 5 files changed, 22 insertions(+), 61 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-09-27  9:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26  9:47 [PATCH net 0/5] sctp: some fixes of prsctp polices Xin Long
2016-09-26  9:47 ` Xin Long
2016-09-26  9:47 ` [PATCH net 1/5] sctp: move sent_count to the memory hole in sctp_chunk Xin Long
2016-09-26  9:47   ` Xin Long
2016-09-26  9:47   ` [PATCH net 2/5] sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements Xin Long
2016-09-26  9:47     ` Xin Long
2016-09-26  9:47     ` [PATCH net 3/5] sctp: remove prsctp_param from sctp_chunk Xin Long
2016-09-26  9:47       ` Xin Long
2016-09-26  9:47       ` [PATCH net 4/5] sctp: change to check peer prsctp_capable when using prsctp polices Xin Long
2016-09-26  9:47         ` Xin Long
2016-09-26  9:47         ` [PATCH net 5/5] sctp: remove the old ttl expires policy Xin Long
2016-09-26  9:47           ` Xin Long
2016-09-26 13:13     ` [PATCH net 2/5] sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements Neil Horman
2016-09-26 13:13       ` Neil Horman
2016-09-27  9:54       ` Xin Long
2016-09-27  9:54         ` Xin Long

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.