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:	Fri,  9 Apr 2010 12:24:15 +0200
From:	Giuseppe CAVALLARO <peppe.cavallaro@...com>
To:	netdev@...r.kernel.org
Cc:	Giuseppe Cavallaro <peppe.cavallaro@...com>
Subject: [PATCH] (net-2.6) stmmac update - Apr 2010

Hello,
this is another subset of patches to make the driver more generic.

This patches splits the dma and core code for the mac 10/100 device
(as already done for the gmac) and reorganizes the descriptor
structures.
In the first version of the driver, the mac10/100 could only use
normal descriptors and the gmac could only use the enhanced ones.
This limit has been removed and this kind of information comes
from the platform.

Best Regards,
Giuseppe

Giuseppe Cavallaro (7):
  stmmac: split core and dma for the mac10/100
  stmmac: rework normal and enhanced descriptors
  stmmac: fix Transmit FIFO flush operation
  stmmac: new descriptor field for the driver's platform
  stmmac: get the descriptor structure from platform
  stmmac: fix vlan support setup
  stmmac: updated the drv module version

 drivers/net/stmmac/Makefile         |    2 +-
 drivers/net/stmmac/common.h         |   21 ++-
 drivers/net/stmmac/dwmac100.c       |  537 -----------------------------------
 drivers/net/stmmac/dwmac100.h       |    5 +
 drivers/net/stmmac/dwmac1000.h      |   12 -
 drivers/net/stmmac/dwmac1000_core.c |   27 +-
 drivers/net/stmmac/dwmac1000_dma.c  |  336 +---------------------
 drivers/net/stmmac/dwmac100_core.c  |  201 +++++++++++++
 drivers/net/stmmac/dwmac100_dma.c   |  138 +++++++++
 drivers/net/stmmac/dwmac_dma.h      |    1 +
 drivers/net/stmmac/dwmac_lib.c      |    7 +
 drivers/net/stmmac/enh_desc.c       |  342 ++++++++++++++++++++++
 drivers/net/stmmac/norm_desc.c      |  240 ++++++++++++++++
 drivers/net/stmmac/stmmac.h         |   10 +-
 drivers/net/stmmac/stmmac_main.c    |    7 +
 include/linux/stmmac.h              |    1 +
 16 files changed, 985 insertions(+), 902 deletions(-)
 delete mode 100644 drivers/net/stmmac/dwmac100.c
 create mode 100644 drivers/net/stmmac/dwmac100_core.c
 create mode 100644 drivers/net/stmmac/dwmac100_dma.c
 create mode 100644 drivers/net/stmmac/enh_desc.c
 create mode 100644 drivers/net/stmmac/norm_desc.c

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