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>] [day] [month] [year] [list]
Date:	Mon, 23 Nov 2009 19:51:01 -0800
From:	Rasesh Mody <rmody@...cade.com>
To:	<netdev@...r.kernel.org>
CC:	<adapter_linux_open_src_team@...cade.com>
Subject: Subject: [PATCH 0/6] bna: Brocade 10Gb Ethernet device driver

From: Rasesh Mody <rmody@...cade.com>

This is patch 0/6 which contains the summary of changes we've
done in this perticular submission 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.

We have addressed the following list of review comments and some some additional changes from our side:

1. Fixed include file names and there by assumption that current working directory is in the header search path

2. Added const qualifier to global variables where appropriate for compiler optimization. 

3. Using bool instead of int wherever appropriate to reduce space consumption

4. Used OS defined macros BUG_ON, ALIGN & DIV_ROUND_UP, wherever possible

5. Removed inappropriate netif_carrier_ok() tests

6. Removed useless prefetch() from Rx path

7. Replaced dev_kfree_skb_any() with the less expensive dev_kfree_skb() in bnad_poll_cq() since this is always called from NAPI poll context.

Signed-off-by: Rasesh Mody <rmody@...cade.com>
---
 0 files changed


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