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, 30 Mar 2009 20:57:58 +0530
From:	Jaswinder Singh Rajput <jaswinder@...nel.org>
To:	David Miller <davem@...emloft.net>,
	netdev <netdev@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	David Woodhouse <dwmw2@...radead.org>, frible@...ser.fr,
	becker@...ld.com, dahinds@...rs.sourceforge.net, mikep@...uxtr.net
Subject: [PATCH 0/3] [git-pull] net firmware patches

David:

The following changes since commit 7c757eb9f804782fb39d0ae2c1a88ffb9309138e:
  Roland Dreier (1):
        RDMA/nes: Fix mis-merge

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/net-next-2.6.git master

Jaswinder Singh Rajput (3):
      yam: use request_firmware
      3C359: use request_firmware
      smc91c92_cs: use request_firmware

 drivers/net/hamradio/yam.c              |   64 ++-
 drivers/net/hamradio/yam1200.h          |  343 -------
 drivers/net/hamradio/yam9600.h          |  343 -------
 drivers/net/pcmcia/ositech.h            |  358 -------
 drivers/net/pcmcia/smc91c92_cs.c        |   44 +-
 drivers/net/tokenring/3c359.c           |   63 +-
 drivers/net/tokenring/3c359.h           |    3 +
 drivers/net/tokenring/3c359_microcode.h | 1581 -------------------------------
 firmware/3com/3C359.bin.ihex            | 1573 ++++++++++++++++++++++++++++++
 firmware/Makefile                       |    3 +
 firmware/WHENCE                         |   50 +
 firmware/ositech/Xilinx7OD.bin.ihex     |  177 ++++
 firmware/yam/1200.bin.ihex              |  342 +++++++
 firmware/yam/9600.bin.ihex              |  342 +++++++
 14 files changed, 2628 insertions(+), 2658 deletions(-)
 delete mode 100644 drivers/net/hamradio/yam1200.h
 delete mode 100644 drivers/net/hamradio/yam9600.h
 delete mode 100644 drivers/net/pcmcia/ositech.h
 delete mode 100644 drivers/net/tokenring/3c359_microcode.h
 create mode 100644 firmware/3com/3C359.bin.ihex
 create mode 100644 firmware/ositech/Xilinx7OD.bin.ihex
 create mode 100644 firmware/yam/1200.bin.ihex
 create mode 100644 firmware/yam/9600.bin.ihex


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ