[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1372793340-17883-1-git-send-email-jchapman@katalix.com>
Date: Tue, 2 Jul 2013 20:28:57 +0100
From: James Chapman <jchapman@...alix.com>
To: netdev@...r.kernel.org
Cc: sergei.shtylyov@...entembedded.com,
James Chapman <jchapman@...alix.com>
Subject: [PATCH v2 0/3] l2tp: make datapath sequence number handling RFC-compliant
L2TP data sequence numbers, if enabled, ensure in-order delivery. A
receiver may reorder data packets, or simply drop out-of-sequence
packets. If reordering is not enabled, the current implementation does
not handle data packet loss correctly, which can result in a stalled
L2TP session datapath as soon as the first packet is lost. Most L2TP
users either disable sequence numbers or enable data packet reordering
when sequence numbers are used to circumvent the issue. This patch
series fixes the problem, and makes the L2TP sequence number handling
RFC-compliant.
v2 incorporates string format changes requested by sergei.shtylyov@...entembedded.com.
James Chapman (3):
l2tp: do data sequence number handling in a separate func
l2tp: make datapath sequence number support RFC-compliant
l2tp: make datapath resilient to packet loss when sequence numbers
enabled
net/l2tp/l2tp_core.c | 114 +++++++++++++++++++++++++++++++++++++++----------
net/l2tp/l2tp_core.h | 5 ++
2 files changed, 95 insertions(+), 24 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists