lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 5 Jun 2017 12:28:31 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Oliver Hartkopp <socketcan@...tkopp.net>
Cc:     linux-can@...r.kernel.org, mkl@...gutronix.de,
        netdev@...r.kernel.org
Subject: Re: [PATCH] ip: link add vxcan support

On Fri,  2 Jun 2017 19:04:47 +0200
Oliver Hartkopp <socketcan@...tkopp.net> wrote:

> Since commit a8f820a380a2a06 ('can: add Virtual CAN Tunnel driver (vxcan)')
> for Linux 4.12 a virtual CAN tunnel driver analogue to veth is available in
> Linux.
> 
> This patch adds the ability to create vxcan device pairs.
> 
> Signed-off-by: Oliver Hartkopp <socketcan@...tkopp.net>

Applied, with minor header cleanup so that sanitized headers are used.

diff --git a/include/linux/can/vxcan.h b/include/linux/can/vxcan.h
index ffb0b7156f7e..5b29e8a7bc27 100644
--- a/include/linux/can/vxcan.h
+++ b/include/linux/can/vxcan.h
@@ -1,5 +1,5 @@
-#ifndef _UAPI_CAN_VXCAN_H
-#define _UAPI_CAN_VXCAN_H
+#ifndef _CAN_VXCAN_H
+#define _CAN_VXCAN_H
 
 enum {
        VXCAN_INFO_UNSPEC,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ