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:	Wed, 15 Jun 2016 17:39:56 +0100
From:	Edward Cree <ecree@...arflare.com>
To:	<linux-net-drivers@...arflare.com>, <netdev@...r.kernel.org>,
	<davem@...emloft.net>
Subject: [PATCH net-next 00/17] sfc: RX VLAN filtering

Adds support for VLAN-qualified receive filters on EF10 hardware.
This is needed when running as a guest if the hypervisor has enabled
vfs-vlan-restrict, in which case the firmware rejects filters not qualified
with VLAN 0.

Andrew Rybchenko (12):
  sfc: Define macro with EF10 offload feature
  sfc: Move last mc_promisc flag to EF10 filter table state
  sfc: Add efx_nic member with fixed netdev features
  sfc: Forget filter ID when the filter is marked old
  sfc: Move filter IDs to per-VLAN data structure
  sfc: Store unicast and multicast promisc flag with address cache
  sfc: Make EF10 filter management helper functions VLAN-aware
  sfc: Implement list of VLANs added over interface
  sfc: Implement ndo_vlan_rx_{add,kill}_vid() callbacks
  sfc: Fix dup unknown multicast/unicast filters after datapath reset
  sfc: Disable VLAN filtering by default if not strictly required
  sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag

Edward Cree (3):
  sfc: Assert filter_sem write locked when required
  sfc: Refactor checks for invalid filter ID
  sfc: Update MCDI protocol definitions

Martin Habets (2):
  sfc: Take mac_lock before calling efx_ef10_filter_table_probe
  sfc: VLAN filters must only be created if the firmware supports this.

 drivers/net/ethernet/sfc/ef10.c       |  744 +++++++++++++++---
 drivers/net/ethernet/sfc/ef10_sriov.c |   44 +-
 drivers/net/ethernet/sfc/ef10_sriov.h |    3 +
 drivers/net/ethernet/sfc/efx.c        |   66 +-
 drivers/net/ethernet/sfc/efx.h        |    9 +
 drivers/net/ethernet/sfc/mcdi_pcol.h  | 1327 +++++++++++++++++++++++++++++++--
 drivers/net/ethernet/sfc/net_driver.h |   19 +-
 drivers/net/ethernet/sfc/nic.h        |    5 +
 8 files changed, 2033 insertions(+), 184 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ