linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/15] s390/net: updates 2017-12-20
@ 2017-12-20 19:10 Julian Wiedmann
  2017-12-20 19:10 ` [PATCH net-next 01/15] net: convert lcs_reply.refcnt from atomic_t to refcount_t Julian Wiedmann
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Julian Wiedmann @ 2017-12-20 19:10 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 patch series for 4.16.
Nothing too exciting, mostly just beating the qeth L3 code into shape.

Thanks & happy holidays,
Julian


Elena Reshetova (2):
  net: convert lcs_reply.refcnt from atomic_t to refcount_t
  qeth: convert qeth_reply.refcnt from atomic_t to refcount_t

Julian Wiedmann (13):
  s390/qeth: use ip*_eth_mc_map helpers
  s390/qeth: drop CONFIG_QETH_IPV6
  s390/qeth: don't keep track of MAC address's cast type
  s390/qeth: consolidate qeth MAC address helpers
  s390/qeth: use ether_addr_* helpers
  s390/qeth: align L2 and L3 set_rx_mode() implementations
  s390/qeth: robustify qeth_get_ip_version()
  s390/qeth: clean up l3_get_cast_type()
  s390/qeth: recognize non-IP multicast on L3 transmit
  s390/qeth: unionize next-hop field in qeth L3 header
  s390/qeth: streamline l3_fill_header()
  s390/qeth: pass full data length to l3_fill_header()
  s390/qeth: replace open-coded in*_pton()

 drivers/s390/net/Kconfig          |   3 -
 drivers/s390/net/lcs.c            |  10 +-
 drivers/s390/net/lcs.h            |   3 +-
 drivers/s390/net/qeth_core.h      |  42 ++--
 drivers/s390/net/qeth_core_main.c |  19 +-
 drivers/s390/net/qeth_core_mpc.h  |  13 +-
 drivers/s390/net/qeth_l2.h        |   3 +-
 drivers/s390/net/qeth_l2_main.c   |  92 +++-----
 drivers/s390/net/qeth_l3.h        |   3 +-
 drivers/s390/net/qeth_l3_main.c   | 474 +++++++++++---------------------------
 drivers/s390/net/qeth_l3_sys.c    |  12 +
 11 files changed, 234 insertions(+), 440 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2017-12-20 20:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 19:10 [PATCH net-next 00/15] s390/net: updates 2017-12-20 Julian Wiedmann
2017-12-20 19:10 ` [PATCH net-next 01/15] net: convert lcs_reply.refcnt from atomic_t to refcount_t Julian Wiedmann
2017-12-20 19:10 ` [PATCH net-next 02/15] qeth: convert qeth_reply.refcnt " Julian Wiedmann
2017-12-20 19:10 ` [PATCH net-next 03/15] s390/qeth: use ip*_eth_mc_map helpers Julian Wiedmann
2017-12-20 19:10 ` [PATCH net-next 04/15] s390/qeth: drop CONFIG_QETH_IPV6 Julian Wiedmann
2017-12-20 19:10 ` [PATCH net-next 05/15] s390/qeth: don't keep track of MAC address's cast type Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 06/15] s390/qeth: consolidate qeth MAC address helpers Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 07/15] s390/qeth: use ether_addr_* helpers Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 08/15] s390/qeth: align L2 and L3 set_rx_mode() implementations Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 09/15] s390/qeth: robustify qeth_get_ip_version() Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 10/15] s390/qeth: clean up l3_get_cast_type() Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 11/15] s390/qeth: recognize non-IP multicast on L3 transmit Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 12/15] s390/qeth: unionize next-hop field in qeth L3 header Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 13/15] s390/qeth: streamline l3_fill_header() Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 14/15] s390/qeth: pass full data length to l3_fill_header() Julian Wiedmann
2017-12-20 19:11 ` [PATCH net-next 15/15] s390/qeth: replace open-coded in*_pton() Julian Wiedmann
2017-12-20 20:24 ` [PATCH net-next 00/15] s390/net: updates 2017-12-20 David Miller

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