From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Bianconi Subject: [PATCH net-next 0/2] l2tp: fix offset/peer_offset conf parameters Date: Fri, 22 Dec 2017 15:10:16 +0100 Message-ID: Cc: netdev@vger.kernel.org, jchapman@katalix.com, liuhangbin@gmail.com To: davem@davemloft.net Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:39658 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751919AbdLVOKa (ORCPT ); Fri, 22 Dec 2017 09:10:30 -0500 Received: by mail-wm0-f65.google.com with SMTP id i11so21831177wmf.4 for ; Fri, 22 Dec 2017 06:10:30 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: This patchset add peer_offset configuration parameter in order to specify two different values for payload offset on tx/rx side. Moreover fix missing print session offset info Hangbin Liu (1): l2tp: fix missing print session offset info Lorenzo Bianconi (1): l2tp: add peer_offset parameter include/uapi/linux/l2tp.h | 1 + net/l2tp/l2tp_core.c | 3 ++- net/l2tp/l2tp_core.h | 13 ++++++++++--- net/l2tp/l2tp_debugfs.c | 8 +++++--- net/l2tp/l2tp_netlink.c | 23 ++++++++++++++++++++++- 5 files changed, 40 insertions(+), 8 deletions(-) -- 2.13.6