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-next>] [day] [month] [year] [list]
Date:	Mon,  8 Apr 2013 14:09:58 +0200
From:	Giuseppe CAVALLARO <peppe.cavallaro@...com>
To:	netdev@...r.kernel.org
Cc:	eric.dumazet@...il.com, bhutchings@...arflare.com,
	shiraz.hashim@...com, Giuseppe Cavallaro <peppe.cavallaro@...com>
Subject: [net-next.git 0/5] stmmac code tidy-up (v2)

These patches review and tidy-up the driver to respect the codying-style rules
where there were some problems.
Also now kernel-doc passes w/o any warnings.
These review the stmmac.txt where some new fields have not been
updated after adding new supports.
There is a patch to review the private structure trying to reorganize all the fields
in order to keep adjacent fields for cache effect (this patch is the V2 because
already discussed in the mailing list). I have seen that there are not
regressions when test on UP and SMP systems indeed.
In these patches I have removed two old patches for memory barrier and GRO.
We discussed about these in the mainling list and these had to be discarded.

Giuseppe Cavallaro (5):
  stmmac: review driver documentation
  stmmac: improve/review and fix kernel-doc
  stmmac: code tidy-up
  stmmac: review private structure fields
  stmmac: prefetch all dma_erx when use extend_desc

 Documentation/networking/stmmac.txt                |   12 +-
 drivers/net/ethernet/stmicro/stmmac/chain_mode.c   |   12 +-
 drivers/net/ethernet/stmicro/stmmac/common.h       |   89 ++--
 drivers/net/ethernet/stmicro/stmmac/descs.h        |    6 +-
 drivers/net/ethernet/stmicro/stmmac/descs_com.h    |    3 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac1000.h    |   69 ++--
 .../net/ethernet/stmicro/stmmac/dwmac1000_core.c   |   70 ++--
 .../net/ethernet/stmicro/stmmac/dwmac1000_dma.c    |   23 +-
 .../net/ethernet/stmicro/stmmac/dwmac100_core.c    |   28 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c |   26 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h    |    4 +-
 drivers/net/ethernet/stmicro/stmmac/mmc.h          |    3 +-
 drivers/net/ethernet/stmicro/stmmac/norm_desc.c    |    4 +-
 drivers/net/ethernet/stmicro/stmmac/ring_mode.c    |    2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |   72 ++--
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  462 ++++++++++++--------
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c  |    2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |    2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c   |    8 +-
 19 files changed, 496 insertions(+), 401 deletions(-)

-- 
1.7.4.4

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