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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 19 Mar 2013 14:21:41 -0700
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	Pravin B Shelar <pshelar@...ira.com>
Cc:	davem@...emloft.net, netdev@...r.kernel.org, jesse@...ira.com
Subject: Re: [PATCH v2 net-next 1/5] GRE: Refactor GRE tunneling code.

On Mon, 18 Mar 2013 11:13:25 -0700
Pravin B Shelar <pshelar@...ira.com> wrote:

> Following patch refactors GRE code into ip tunneling code and GRE
> specific code. Common tunneling code is moved to ip_tunnel module.
> ip_tunnel module is written as generic library which can be used
> by different tunneling implementations.
> 
> ip_tunnel module contains following components:
>  - packet xmit and rcv generic code. xmit flow looks like
>    (gre_xmit/ipip_xmit)->ip_tunnel_xmit->ip_local_out.
>  - hash table of all devices.
>  - lookup for tunnel devices.
>  - control plane operations like device create, destroy, ioctl, netlink
>    operations code.
>  - registration for tunneling modules, like gre, ipip etc.
>  - define single pcpu_tstats dev->tstats.
>  - struct tnl_ptk_info added to pass parsed tunnel packet parameters.
> 
> ipip.h header is renamed to ip_tunnel.h
> 
> Signed-off-by: Pravin B Shelar <pshelar@...ira.com>

Doesn't build with this patch alone (ie. not bisectable).


  CC [M]  net/ipv6/ip6_gre.o
net/ipv6/ip6_gre.c:41:27: fatal error: net/ip_tunnel.h: No such file or directory
compilation terminated.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ