All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/4] ionic: driver updates
@ 2020-01-07  3:43 Shannon Nelson
  2020-01-07  3:43 ` [PATCH v2 net-next 1/4] ionic: drop use of subdevice tags Shannon Nelson
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Shannon Nelson @ 2020-01-07  3:43 UTC (permalink / raw)
  To: netdev, davem; +Cc: Shannon Nelson

These are a few little updates for the ionic network driver.

v2: dropped IBM msi patch
    added fix for a compiler warning

Shannon Nelson (4):
  ionic: drop use of subdevice tags
  ionic: add Rx dropped packet counter
  ionic: restrict received packets to mtu size
  ionic: clear compiler warning on hb use before set

 drivers/net/ethernet/pensando/ionic/ionic.h   |  4 ----
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  1 +
 .../net/ethernet/pensando/ionic/ionic_main.c  |  2 +-
 .../net/ethernet/pensando/ionic/ionic_stats.c |  1 +
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 23 +++++++++++++++----
 5 files changed, 21 insertions(+), 10 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-01-07 21:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-07  3:43 [PATCH v2 net-next 0/4] ionic: driver updates Shannon Nelson
2020-01-07  3:43 ` [PATCH v2 net-next 1/4] ionic: drop use of subdevice tags Shannon Nelson
2020-01-07  3:43 ` [PATCH v2 net-next 2/4] ionic: add Rx dropped packet counter Shannon Nelson
2020-01-07  3:43 ` [PATCH v2 net-next 3/4] ionic: restrict received packets to mtu size Shannon Nelson
2020-01-07 13:09   ` Andrew Lunn
2020-01-07 18:00     ` Shannon Nelson
2020-01-07 19:45       ` Andrew Lunn
2020-01-07 21:30         ` Vladimir Oltean
2020-01-07  3:43 ` [PATCH v2 net-next 4/4] ionic: clear compiler warning on hb use before set Shannon Nelson
2020-01-07 21:05 ` [PATCH v2 net-next 0/4] ionic: driver updates 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.