All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH PATCH net v2 0/9] hv_netvsc: minor fixes
@ 2018-03-02 21:49 Stephen Hemminger
  2018-03-02 21:49 ` [PATCH PATCH net v2 1/9] hv_netvsc: avoid retry on send during shutdown Stephen Hemminger
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Stephen Hemminger @ 2018-03-02 21:49 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin; +Cc: devel, netdev

These are improvements to netvsc driver. They aren't functionality
changes so not targeting net-next; and they are not show stopper
bugs that need to go to stable either.

v2
   - drop the irq flags patch, defer it to net-next
   - split the multicast filter flag patch out
   - change propogate rx mode patch to handle startup of vf

Stephen Hemminger (9):
  hv_netvsc: avoid retry on send during shutdown
  hv_netvsc: only wake transmit queue if link is up
  hv_netvsc: fix error unwind handling if vmbus_open fails
  hv_netvsc: cancel subchannel setup before halting device
  hv_netvsc: fix race in napi poll when rescheduling
  hv_netvsc: use napi_schedule_irqoff
  hv_netvsc: defer queue selection to VF
  hv_netvsc: filter multicast/broadcast
  hv_netvsc: propagate rx filters to VF

 drivers/net/hyperv/netvsc.c       | 33 ++++++++-------------
 drivers/net/hyperv/netvsc_drv.c   | 62 ++++++++++++++++++++++++++++++++-------
 drivers/net/hyperv/rndis_filter.c | 23 ++++++++++-----
 3 files changed, 79 insertions(+), 39 deletions(-)

-- 
2.16.1

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

end of thread, other threads:[~2018-03-05  3:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-02 21:49 [PATCH PATCH net v2 0/9] hv_netvsc: minor fixes Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 1/9] hv_netvsc: avoid retry on send during shutdown Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 2/9] hv_netvsc: only wake transmit queue if link is up Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 3/9] hv_netvsc: fix error unwind handling if vmbus_open fails Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 4/9] hv_netvsc: cancel subchannel setup before halting device Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 5/9] hv_netvsc: fix race in napi poll when rescheduling Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 6/9] hv_netvsc: use napi_schedule_irqoff Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 7/9] hv_netvsc: defer queue selection to VF Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 8/9] hv_netvsc: filter multicast/broadcast Stephen Hemminger
2018-03-02 21:49 ` [PATCH PATCH net v2 9/9] hv_netvsc: propagate rx filters to VF Stephen Hemminger
2018-03-02 22:34 ` [PATCH PATCH net v2 0/9] hv_netvsc: minor fixes Jakub Kicinski
2018-03-05  3:18 ` 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.