From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: [Patch net-next 0/5] fou: some fixes and updates Date: Mon, 6 Apr 2015 16:41:25 -0700 Message-ID: <1428363690-16288-1-git-send-email-xiyou.wangcong@gmail.com> Cc: Tom Herbert , Cong Wang To: netdev@vger.kernel.org Return-path: Received: from mail-pa0-f48.google.com ([209.85.220.48]:34688 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752687AbbDFXll (ORCPT ); Mon, 6 Apr 2015 19:41:41 -0400 Received: by pacyx8 with SMTP id yx8so58702653pac.1 for ; Mon, 06 Apr 2015 16:41:40 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Patch 1~3 fix some bugs in net/ipv4/fou.c, the only thing I am not sure is if it's too late to change the byte order of FOU_ATTR_PORT, if so we have to fix iproute2 instead of kernel. Patch 4~5 add some new features to make it more complete. Cong Wang (5): fou: avoid calling udp_del_offload() twice fou: exit early when parsing config fails fou: fix byte order of udp_config.local_udp_port fou: add network namespace support fou: implement FOU_CMD_GET include/uapi/linux/fou.h | 1 + net/ipv4/fou.c | 230 +++++++++++++++++++++++++++++++++++++---------- 2 files changed, 186 insertions(+), 45 deletions(-) -- 1.8.3.1