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]
Message-ID: <05b72fdb-165c-1350-787b-ca8c5261c459@solarflare.com>
Date:   Tue, 22 Oct 2019 15:53:29 +0100
From:   Charles McLachlan <cmclachlan@...arflare.com>
To:     <davem@...emloft.net>
CC:     <netdev@...r.kernel.org>, <linux-net-drivers@...arflare.com>,
        <brouer@...hat.com>
Subject: [PATCH net-next 0/6] sfc: Add XDP support

Supply the XDP callbacks in netdevice ops that enable lower level processing
of XDP frames.

Charles McLachlan (6):
  sfc: support encapsulation of xdp_frames in efx_tx_buffer.
  sfc: perform XDP processing on received packets.
  sfc: Enable setting of xdp_prog.
  sfc: allocate channels for XDP tx queues.
  sfc: handle XDP_TX outcomes of XDP eBPF programs.
  sfc: add XDP counters to ethtool stats.

 drivers/net/ethernet/sfc/ef10.c       |  10 +-
 drivers/net/ethernet/sfc/efx.c        | 244 ++++++++++++++++++++++++--
 drivers/net/ethernet/sfc/efx.h        |   3 +
 drivers/net/ethernet/sfc/ethtool.c    |  25 +++
 drivers/net/ethernet/sfc/net_driver.h |  59 ++++++-
 drivers/net/ethernet/sfc/rx.c         | 140 ++++++++++++++-
 drivers/net/ethernet/sfc/tx.c         |  74 ++++++++
 7 files changed, 527 insertions(+), 28 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ