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:	Sat,  9 Jul 2011 04:50:35 -0700
From:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:	davem@...emloft.net
Cc:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
	gospo@...hat.com
Subject: [net-next 0/5][pull request] Intel Wired LAN Driver Update

The following series contains updates to igb and ixgbe.

igb- a fix of adding a flush after a register write, the addition
    of SerDes forced mode support and a trivial update of copyright
    header.

ixgbe- conversion to ndo_fix_features and a fix to initialize
    fdir_perfect_lock in all cases

The following are changes since commit a05e42c27f80d341a5ec2053b041e24231a002e2:
  Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
and are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 master


Alexander Duyck (1):
  ixgbe: Make certain to initialize the fdir_perfect_lock in all cases

Carolyn Wyborny (3):
  igb: Fix lack of flush after register write and before delay
  igb: Update copyright on all igb driver files.
  igb: Add support of SerDes Forced mode for certain hardware

Don Skidmore (1):
  ixgbe: convert to ndo_fix_features

 drivers/net/igb/Makefile          |    2 +-
 drivers/net/igb/e1000_82575.c     |   22 ++++-
 drivers/net/igb/e1000_82575.h     |    4 +-
 drivers/net/igb/e1000_defines.h   |    7 +-
 drivers/net/igb/e1000_hw.h        |    2 +-
 drivers/net/igb/e1000_mac.c       |    2 +-
 drivers/net/igb/e1000_mac.h       |    2 +-
 drivers/net/igb/e1000_mbx.c       |    2 +-
 drivers/net/igb/e1000_mbx.h       |    2 +-
 drivers/net/igb/e1000_nvm.c       |    2 +-
 drivers/net/igb/e1000_nvm.h       |    2 +-
 drivers/net/igb/e1000_phy.c       |    2 +-
 drivers/net/igb/e1000_phy.h       |    2 +-
 drivers/net/igb/e1000_regs.h      |    2 +-
 drivers/net/igb/igb.h             |    2 +-
 drivers/net/igb/igb_ethtool.c     |    2 +-
 drivers/net/igb/igb_main.c        |    2 +-
 drivers/net/ixgbe/ixgbe.h         |    1 +
 drivers/net/ixgbe/ixgbe_ethtool.c |  188 -------------------------------------
 drivers/net/ixgbe/ixgbe_main.c    |  110 ++++++++++++++++++++--
 20 files changed, 142 insertions(+), 218 deletions(-)

-- 
1.7.6

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