netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] l2tp: make datapath sequence number handling RFC-compliant
@ 2013-07-02 19:28 James Chapman
  2013-07-02 19:28 ` [PATCH v2 1/3] l2tp: do data sequence number handling in a separate func James Chapman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: James Chapman @ 2013-07-02 19:28 UTC (permalink / raw)
  To: netdev; +Cc: sergei.shtylyov, James Chapman

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@cogentembedded.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(-)

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

end of thread, other threads:[~2013-07-02 23:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-02 19:28 [PATCH v2 0/3] l2tp: make datapath sequence number handling RFC-compliant James Chapman
2013-07-02 19:28 ` [PATCH v2 1/3] l2tp: do data sequence number handling in a separate func James Chapman
2013-07-02 19:28 ` [PATCH v2 2/3] l2tp: make datapath sequence number support RFC-compliant James Chapman
2013-07-02 19:29 ` [PATCH v2 3/3] l2tp: make datapath resilient to packet loss when sequence numbers enabled James Chapman
2013-07-02 23:34 ` [PATCH v2 0/3] l2tp: make datapath sequence number handling RFC-compliant David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).