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, 21 Apr 2014 10:31:30 -0700
From:	Florian Fainelli <f.fainelli@...il.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net, Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net-next 0/4] net: Broadcom SYSTEMPORT driver

Hi David,

This patchset adds support for the Broadcom SYSTEMPORT Ethernet MAC controller
which is used in the latest Broadcom BCM7xxx Set Top Box System-on-a-Chip. This
Ethernet MAC is interfaced to an internal switch which will get a separate
driver submitted later on.

Thanks!

Florian Fainelli (4):
  net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver
  Documentation: add Broadcom SYSTEMPORT Device Tree bindings
  net: systemport: hook SYSTEMPORT driver in the build
  MAINTAINERS: add Broadcom SYSTEMPORT driver entry

 .../bindings/net/broadcom-systemport.txt           |   29 +
 MAINTAINERS                                        |    6 +
 drivers/net/ethernet/broadcom/Kconfig              |   11 +
 drivers/net/ethernet/broadcom/Makefile             |    1 +
 drivers/net/ethernet/broadcom/bcmsysport.c         | 1590 ++++++++++++++++++++
 drivers/net/ethernet/broadcom/bcmsysport.h         |  675 +++++++++
 6 files changed, 2312 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/broadcom-systemport.txt
 create mode 100644 drivers/net/ethernet/broadcom/bcmsysport.c
 create mode 100644 drivers/net/ethernet/broadcom/bcmsysport.h

-- 
1.9.1

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