netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ursula Braun <ubraun@linux.vnet.ibm.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org,
	schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com,
	utz.bacher@de.ibm.com
Subject: [PATCH net-next 00/13] s390: qeth patches
Date: Thu, 16 Jun 2016 16:18:50 +0200	[thread overview]
Message-ID: <1466086743-55484-1-git-send-email-ubraun@linux.vnet.ibm.com> (raw)

From: Ursula Braun <ursula.braun@de.ibm.com>

Hi Dave,

here are patches for the s390 qeth driver for net-next:

Patch 01 is a minor improvement for the bridgeport code in qeth.

Patches 02-07 take care about scatter/gather handling in qeth.

Patch 08 improves handling of multicast IP addresses in the qeth layer3
discipline.

Patches 09-11 improve netdev features related functions in qeth.

Patch 12 implements an outbound queue restriction for HiperSockets.

Patch 13 fixes a wrong indentation in qeth_l3_main.c causing a warning
with gcc-6.

Thanks,
Ursula


shortlog:

Eugene Crosser (7):
  qeth: Include error message for "OS Mismatch"
  qeth: refactor calculation of SBALE count
  qeth: clean up condition when tso is used
  qeth: fill netdevice->gso_* attributes accurately
  qeth: enable scatter/gather in layer 2 mode
  qeth: enable scatter/gather by default
  qeth: introduce linearization fail count to stats

Hans Wippel (3):
  qeth: add network device features for VLAN devices
  qeth: improve set_features error handling
  qeth: omit outbound queue 3 for unicast packets in Priority Queuing on
    HiperSockets

Lakhvich Dmitriy (1):
  qeth: optimize IP handling in rx_mode callback

Sebastian Ott (1):
  s390/qeth: fix indentation in qeth_l3_arp_query

Thomas Richter (1):
  qeth layer 2 and layer 3 common feature handling

 drivers/s390/net/qeth_core.h      |   45 +-
 drivers/s390/net/qeth_core_main.c |  231 ++++++---
 drivers/s390/net/qeth_core_sys.c  |    4 +
 drivers/s390/net/qeth_l2.h        |    7 +
 drivers/s390/net/qeth_l2_main.c   |  105 ++--
 drivers/s390/net/qeth_l3.h        |   31 +-
 drivers/s390/net/qeth_l3_main.c   | 1024 +++++++++++++++++--------------------
 drivers/s390/net/qeth_l3_sys.c    |   78 ++-
 8 files changed, 800 insertions(+), 725 deletions(-)

-- 
2.6.6

             reply	other threads:[~2016-06-16 14:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-16 14:18 Ursula Braun [this message]
2016-06-16 14:18 ` [PATCH net-next 01/13] qeth: Include error message for "OS Mismatch" Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 02/13] qeth: refactor calculation of SBALE count Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 03/13] qeth: clean up condition when tso is used Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 04/13] qeth: fill netdevice->gso_* attributes accurately Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 05/13] qeth: enable scatter/gather in layer 2 mode Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 06/13] qeth: enable scatter/gather by default Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 07/13] qeth: introduce linearization fail count to stats Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 08/13] qeth: optimize IP handling in rx_mode callback Ursula Braun
2016-06-16 14:18 ` [PATCH net-next 09/13] qeth layer 2 and layer 3 common feature handling Ursula Braun
2016-06-16 14:19 ` [PATCH net-next 10/13] qeth: add network device features for VLAN devices Ursula Braun
2016-06-16 14:19 ` [PATCH net-next 11/13] qeth: improve set_features error handling Ursula Braun
2016-06-16 14:19 ` [PATCH net-next 12/13] qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperSockets Ursula Braun
2016-06-16 14:19 ` [PATCH net-next 13/13] s390/qeth: fix indentation in qeth_l3_arp_query Ursula Braun
2016-06-17  5:16 ` [PATCH net-next 00/13] s390: qeth patches David Miller
  -- strict thread matches above, loose matches on Subject: below --
2017-01-11 11:55 Ursula Braun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466086743-55484-1-git-send-email-ubraun@linux.vnet.ibm.com \
    --to=ubraun@linux.vnet.ibm.com \
    --cc=davem@davemloft.net \
    --cc=heiko.carstens@de.ibm.com \
    --cc=linux-s390@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=utz.bacher@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).