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, 15 Feb 2019 19:22:24 +0100
From:   Julian Wiedmann <jwi@...ux.ibm.com>
To:     David Miller <davem@...emloft.net>
Cc:     <netdev@...r.kernel.org>, <linux-s390@...r.kernel.org>,
        Martin Schwidefsky <schwidefsky@...ibm.com>,
        Heiko Carstens <heiko.carstens@...ibm.com>,
        Stefan Raspl <raspl@...ux.ibm.com>,
        Ursula Braun <ubraun@...ux.ibm.com>,
        Julian Wiedmann <jwi@...ux.ibm.com>
Subject: [PATCH net-next 0/7] s390/qeth: updates 2019-02-15

Hi Dave,

please apply a few more qeth patches to net-next. Along with some smaller
improvements, this revamps our code for the SW statistics that are exposed
through ETHTOOL_GSTATS.

Thanks,
Julian


Julian Wiedmann (7):
  s390/qeth: allow manual recovery when device is SOFTSETUP
  s390/qeth: use a static Output Queue array
  s390/qeth: reduce ethtool statistics
  s390/qeth: move ethtool code into its own file
  s390/qeth: overhaul ethtool statistics
  s390/qeth: add support for ETHTOOL_GRINGPARAM
  s390/qeth: split out OSN netdev ops

 drivers/s390/net/Makefile         |   2 +-
 drivers/s390/net/qeth_core.h      | 133 ++++------
 drivers/s390/net/qeth_core_main.c | 545 ++++++--------------------------------
 drivers/s390/net/qeth_core_mpc.h  |   1 +
 drivers/s390/net/qeth_core_sys.c  |  41 +--
 drivers/s390/net/qeth_ethtool.c   | 370 ++++++++++++++++++++++++++
 drivers/s390/net/qeth_l2_main.c   |  85 +++---
 drivers/s390/net/qeth_l3_main.c   |  54 ++--
 8 files changed, 582 insertions(+), 649 deletions(-)
 create mode 100644 drivers/s390/net/qeth_ethtool.c

-- 
2.16.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ