mbox series

[v4,net-next,0/3]

Message ID 1512069970-4571-1-git-send-email-u9012063@gmail.com
Headers show
Series [v4,net-next,1/3] ip_gre: Refector the erpsan tunnel code. | expand

Message

William Tu Nov. 30, 2017, 7:26 p.m. UTC
change in v4:
  - rebase on top of net-next
  - use log_ecn_error in ip6_tnl_rcv
  
change in v3:
  - add inline for functions in header
  - rebase on top of net-next

change in v2:
  - remove inline
  - fix some indent
  - fix errors reports by clang and scan-build

William Tu (3):
  ip_gre: Refector the erpsan tunnel code.
  ip6_gre: Refactor ip6gre xmit codes
  ip6_gre: Add ERSPAN native tunnel support

 include/net/erspan.h     |  51 ++++++
 include/net/ip6_tunnel.h |   1 +
 net/ipv4/ip_gre.c        |  54 +------
 net/ipv6/ip6_gre.c       | 393 ++++++++++++++++++++++++++++++++++++++++-------
 4 files changed, 398 insertions(+), 101 deletions(-)

Comments

David Miller Nov. 30, 2017, 7:32 p.m. UTC | #1
There is no actual descriptive text in your Subject line here.

Please fix this.
William Tu Nov. 30, 2017, 7:41 p.m. UTC | #2
On Thu, Nov 30, 2017 at 11:32 AM, David Miller <davem@davemloft.net> wrote:
>
> There is no actual descriptive text in your Subject line here.
>
> Please fix this.
sure. thanks. Let me resubmit.