From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Date: Wed, 11 Jun 2014 14:34:52 +0000 Subject: [PATCH net-next 0/5] SCTP update Message-Id: <1402497297-27100-1-git-send-email-dborkman@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org This set contains transport path selection improvements in SCTP. Please see individual patches for details. Thanks! Daniel Borkmann (5): ktime: add ktime_after and ktime_before helper net: sctp: refactor active path selection net: sctp: migrate most recently used transport to ktime net: sctp: improve sctp_select_active_and_retran_path selection net: sctp: fix incorrect type in gfp initializer include/linux/ktime.h | 24 +++++++ include/net/sctp/structs.h | 6 +- net/sctp/associola.c | 168 ++++++++++++++++++++++++++++----------------- net/sctp/endpointola.c | 2 +- net/sctp/sm_make_chunk.c | 2 +- net/sctp/transport.c | 2 +- 6 files changed, 136 insertions(+), 68 deletions(-) -- 1.7.11.7