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:	Tue, 8 May 2007 17:50:04 -0500
From:	Kim Phillips <kim.phillips@...escale.com>
To:	Jeff Garzik <jeff@...zik.org>
Cc:	netdev@...r.kernel.org
Subject: [PATCH 0/6] RESEND of missed ucc_geth phylib and SGMII patches

This series is a re-send of the 6 patches that were missed:

submitted 10 apr 2007:

[PATCH] Add support for the Davicom DM9161A PHY
 - http://marc.info/?l=linux-netdev&m=117624199831581&w=2

submitted 13 apr 2007:

[PATCH v2] phylib: add the ICPlus IP175C PHY driver
 - http://marc.info/?l=linux-netdev&m=117648832616294&w=2

[PATCH v2] phylib: enable RGMII-ID on the Marvell m88e1111 PHY
 - http://marc.info/?l=linux-netdev&m=117648831716153&w=2

submitted 02 may 2007:

[PATCH] ucc_geth: eliminate max-speed, change interface
 - http://marc.info/?l=linux-netdev&m=117813384403311&w=2

submitted 03 may 2007:

[PATCH] gianfar: add support for SGMII
 - http://marc.info/?l=linux-netdev&m=117822321305231&w=2

[PATCH] phylib: m88e1111: enable SGMII mode
 - http://marc.info/?l=linux-netdev&m=117822321202167&w=2

Jeff, please apply; boards with ucc_geth are currently broken.

Thanks,

Kim

---
Kapil Juneja (2):
      gianfar: add support for SGMII
      phylib: m88e1111: enable SGMII mode

Kim Phillips (4):
      Add support for the Davicom DM9161A PHY
      phylib: add the ICPlus IP175C PHY driver
      phylib: enable RGMII-ID on the Marvell m88e1111 PHY
      ucc_geth: eliminate max-speed, change interface-type to phy-connection-type
 
 drivers/net/gianfar.c      |   27 +++++++++
 drivers/net/gianfar.h      |    6 ++
 drivers/net/gianfar_mii.c  |   55 +++++++++++++++----
 drivers/net/phy/Kconfig    |    6 ++
 drivers/net/phy/Makefile   |    1 +
 drivers/net/phy/davicom.c  |   34 +++++++++---
 drivers/net/phy/icplus.c   |  128 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/phy/marvell.c  |   78 ++++++++++++++++++++++++---
 drivers/net/ucc_geth.c     |   40 ++++++--------
 drivers/net/ucc_geth_mii.c |    9 ++--
 drivers/net/ucc_geth_mii.h |   10 ++--
 11 files changed, 334 insertions(+), 60 deletions(-)
 create mode 100644 drivers/net/phy/icplus.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