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, 22 Feb 2010 13:42:20 +0100
From:	Stanislaw Gruszka <sgruszka@...hat.com>
To:	Rasesh Mody <rmody@...cade.com>
Cc:	netdev@...r.kernel.org, adapter_linux_open_src_team@...cade.com
Subject: Re: Subject: [PATCH 4/6] bna: Brocade 10Gb Ethernet device driver

On Fri, Feb 19, 2010 at 01:52:38PM -0800, Rasesh Mody wrote:
> From: Rasesh Mody <rmody@...cade.com>
> 
> This is patch 4/6 which contains linux driver source for
> Brocade's BR1010/BR1020 10Gb CEE capable ethernet adapter.
> Source is based against net-next-2.6.
> 
> We wish this patch to be considered for inclusion in net-next-2.6
> 
> Signed-off-by: Rasesh Mody <rmody@...cade.com>
> ---
>  bfa_ioc.h   |  320 ++++++++
>  bna.h       | 2195 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  bna_hwreg.h |  910 ++++++++++++++++++++++++
>  bna_intr.h  |   96 ++
>  4 files changed, 3521 insertions(+)
[snip]

> +/**
> + * Ethernet / Ethernet & VLAN header used by diag loopback
> + */
> +struct bna_ether_hdr {
> +	struct mac dst;		/* destination mac address      */
> +	struct mac src;		/* source mac address		*/
> +	u16 proto;		/* ethernet protocol		*/
> +};
Not used ?

> +
> +struct bna_ether_vlan_hdr {
> +	struct mac dst;		/* destination mac address      */
> +	struct mac src;		/* source mac address		*/
> +	u16 vlan_proto;	/* vlan ethernet protocol	*/
> +	u16 vlan_tci;	/* vlan tag/priority		*/
> +	u16 proto;		/* ethernet protocol		*/
> +};

Not used ?

--
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