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:   Tue, 25 Jul 2017 13:04:17 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com
Cc:     devel@...uxdriverproject.org, netdev@...r.kernel.org
Subject: [PATCH net-next 0/5] netvsc: fixes and performance related changes

The first two are more fixes to problems introduced in
latest net-next changes.  The rest are changes to improve performance
and reduce memory footprint.  The driver used to allocate large
amounts of memory (33M) per interface, this reduces that down to
about 7M.

Stephen Hemminger (5):
  netvsc: fix return value for set_channels
  netvsc: fix warnings reported by lockdep
  netvsc: optimize receive completions
  netvsc: signal host if receive ring is emptied
  netvsc: allow smaller send/recv buffer size

 drivers/net/hyperv/hyperv_net.h   |  24 ++--
 drivers/net/hyperv/netvsc.c       | 293 ++++++++++++++++----------------------
 drivers/net/hyperv/netvsc_drv.c   |  48 ++++++-
 drivers/net/hyperv/rndis_filter.c | 104 +++++++-------
 4 files changed, 228 insertions(+), 241 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ