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, 10 Apr 2015 00:53:09 -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,
	nhorman@...hat.com, sassmann@...hat.com, jogreene@...hat.com
Subject: [net-next 0/9][pull request] Intel Wired LAN Driver Updates 2015-04-10

This series contains updates to ixgbe and documentation for igb,
ixgbe and ixgb.

Stephen cleans up documentation to igb, ixgbe and ixgb.

Don updates how bridge mode is stored to minimize obfuscation and
makes updates for future silicon easier.  Adds a new bridge mode
support function which gathers all the logic needed to configure
bridge modes.  Adds Source Address Prunning for VEPA bridge mode
for x550 devices.

Vasu adds specific FCoE offloads for x550 for DDP context programming
and increased DDP exchanges.

Alex Duyck cleans up the use of HW_VLAN_CTAG_FILTER in hw_features,
where the driver was actually ignoring the value of the bit and was
just assuming it was always set.  Also cleans up the use of rcu_barrier()
since the driver has not used call_rcu() to free the rings for some
time now.

The following are changes since commit c3d0dac6935e388547d7b7721e80b9c996eb90a1:
  Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue master

Alexander Duyck (2):
  ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features
  ixgbe: Drop unnecessary call to rcu_barrier

Don Skidmore (3):
  ixgbe: Move bridge mode from flag to variable
  ixgbe: add new bridge mode support function.
  ixgbe: add support for X550 source_address_prunning

Stephen Hemminger (3):
  igb: doc don't refer to ifconfig
  ixgbe: fix documentation
  ixgb: remove references to ifconfig

Vasu Dev (1):
  ixgbe: adds x550 specific FCoE offloads

 Documentation/networking/igb.txt               |   4 +-
 Documentation/networking/ixgb.txt              |  12 +--
 Documentation/networking/ixgbe.txt             |  14 +--
 drivers/net/ethernet/intel/ixgbe/ixgbe.h       |   3 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c  | 122 +++++++++++++++++++------
 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.h  |   3 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c  | 107 +++++++++++++++++-----
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c |   3 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h  |  13 +++
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c  |  29 ++++++
 10 files changed, 242 insertions(+), 68 deletions(-)

-- 
1.9.3

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