All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/13] s390/net: updates 2018-04-26
@ 2018-04-26  7:42 ` Julian Wiedmann
  0 siblings, 0 replies; 29+ messages in thread
From: Julian Wiedmann @ 2018-04-26  7:42 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, linux-s390, Martin Schwidefsky, Heiko Carstens,
	Stefan Raspl, Ursula Braun, Julian Wiedmann

Hi Dave,

please apply the following patches to net-next. There's the usual
cleanups & small improvements, and Kittipon adds HW offload support
for IPv6 checksumming.

Thanks,
Julian


Julian Wiedmann (6):
  s390/qeth: skip QDIO queue handler indirection
  s390/qeth: convert vlan spinlock to mutex
  s390/qeth: don't worry about IPs on VLAN removal
  s390/qeth: extract csum offload helpers
  s390/qeth: disregard IPv4 header for RX csum offload
  s390/qeth: improve fallback to random MAC address

Kittipon Meesompop (6):
  s390/qeth: de-indent else after return
  s390/qeth: add stats counter for RX csum offload
  s390/qeth: query IPv6 assists during hardsetup
  s390/qeth: extend Checksum Offload Assists for IPv6
  s390/qeth: add IPv6 TX checksum offload support
  s390/qeth: add IPv6 RX checksum offload support

Ursula Braun (1):
  s390/net: set HW port number in netdevice

 drivers/s390/net/lcs.c            |   3 +
 drivers/s390/net/qeth_core.h      |  61 ++++++++---
 drivers/s390/net/qeth_core_main.c | 148 +++++++++++++++++----------
 drivers/s390/net/qeth_core_mpc.h  |   2 +
 drivers/s390/net/qeth_core_sys.c  |   2 +
 drivers/s390/net/qeth_l2_main.c   |  98 ++++++++----------
 drivers/s390/net/qeth_l3_main.c   | 207 +++++++-------------------------------
 7 files changed, 229 insertions(+), 292 deletions(-)

-- 
2.13.5

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2018-04-27 17:41 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  7:42 [PATCH net-next 00/13] s390/net: updates 2018-04-26 Julian Wiedmann
2018-04-26  7:42 ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 01/13] s390/qeth: skip QDIO queue handler indirection Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 02/13] s390/qeth: convert vlan spinlock to mutex Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 03/13] s390/qeth: don't worry about IPs on VLAN removal Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 04/13] s390/net: set HW port number in netdevice Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 05/13] s390/qeth: de-indent else after return Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 06/13] s390/qeth: extract csum offload helpers Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 07/13] s390/qeth: disregard IPv4 header for RX csum offload Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 08/13] s390/qeth: add stats counter " Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 09/13] s390/qeth: query IPv6 assists during hardsetup Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 10/13] s390/qeth: extend Checksum Offload Assists for IPv6 Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 11/13] s390/qeth: add IPv6 TX checksum offload support Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 12/13] s390/qeth: add IPv6 RX " Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-26  7:42 ` [PATCH net-next 13/13] s390/qeth: improve fallback to random MAC address Julian Wiedmann
2018-04-26  7:42   ` Julian Wiedmann
2018-04-27 17:41 ` [PATCH net-next 00/13] s390/net: updates 2018-04-26 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.