netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] net/iucv: updates 2021-01-28
@ 2021-01-28 11:41 Julian Wiedmann
  2021-01-28 11:41 ` [PATCH net-next 1/5] net/af_iucv: remove WARN_ONCE on malformed RX packets Julian Wiedmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Julian Wiedmann @ 2021-01-28 11:41 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski
  Cc: linux-netdev, linux-s390, Heiko Carstens, Karsten Graul,
	Julian Wiedmann

Hi Dave & Jakub,

please apply the following patch series for iucv to netdev's net-next tree.

This reworks & simplifies the TX notification path in af_iucv, so that we
can send out SG skbs over TRANS_HIPER sockets. Also remove a noisy
WARN_ONCE() in the RX path.

Thanks,
Julian

Alexander Egorenkov (1):
  net/af_iucv: remove WARN_ONCE on malformed RX packets

Julian Wiedmann (4):
  net/af_iucv: don't lookup the socket on TX notification
  net/af_iucv: count packets in the xmit path
  net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets
  net/af_iucv: build SG skbs for TRANS_HIPER sockets

 drivers/s390/net/qeth_core_main.c |   6 +-
 include/net/iucv/af_iucv.h        |   3 +-
 net/iucv/af_iucv.c                | 122 ++++++++++++------------------
 3 files changed, 53 insertions(+), 78 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-01-29  4:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-28 11:41 [PATCH net-next 0/5] net/iucv: updates 2021-01-28 Julian Wiedmann
2021-01-28 11:41 ` [PATCH net-next 1/5] net/af_iucv: remove WARN_ONCE on malformed RX packets Julian Wiedmann
2021-01-28 11:41 ` [PATCH net-next 2/5] net/af_iucv: don't lookup the socket on TX notification Julian Wiedmann
2021-01-28 11:41 ` [PATCH net-next 3/5] net/af_iucv: count packets in the xmit path Julian Wiedmann
2021-01-28 11:41 ` [PATCH net-next 4/5] net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets Julian Wiedmann
2021-01-28 11:41 ` [PATCH net-next 5/5] net/af_iucv: build SG " Julian Wiedmann
2021-01-29  4:50 ` [PATCH net-next 0/5] net/iucv: updates 2021-01-28 patchwork-bot+netdevbpf

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).