All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Drivers: net: hyperv: Cleanup the recive path
@ 2014-01-31 16:24 ` K. Y. Srinivasan
  0 siblings, 0 replies; 8+ messages in thread
From: K. Y. Srinivasan @ 2014-01-31 16:24 UTC (permalink / raw)
  To: davem, netdev, linux-kernel, devel, olaf, apw, jasowang; +Cc: K. Y. Srinivasan

Some minor cleanup of the receive path. Get rid of unnecessary
indirection as well as unnecessary re-establishment of state.

K. Y. Srinivasan (2):
  Drivers: net: hyperv: Get rid of the rndis_filter_packet structure
  Drivers: net: hyperv: Cleanup the receive path

 drivers/net/hyperv/hyperv_net.h   |    6 -----
 drivers/net/hyperv/netvsc.c       |   29 +++++++++++--------------
 drivers/net/hyperv/netvsc_drv.c   |    2 +-
 drivers/net/hyperv/rndis_filter.c |   41 ++----------------------------------
 4 files changed, 17 insertions(+), 61 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2014-02-02  1:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-31 16:24 [PATCH 0/2] Drivers: net: hyperv: Cleanup the recive path K. Y. Srinivasan
2014-01-31 16:24 ` K. Y. Srinivasan
2014-01-31 16:25 ` [PATCH 1/2] Drivers: net: hyperv: Get rid of the rndis_filter_packet structure K. Y. Srinivasan
2014-01-31 16:25   ` K. Y. Srinivasan
2014-01-31 16:25   ` [PATCH 2/2] Drivers: net: hyperv: Cleanup the receive path K. Y. Srinivasan
2014-01-31 16:25     ` K. Y. Srinivasan
2014-02-02  1:01 ` [PATCH 0/2] Drivers: net: hyperv: Cleanup the recive path David Miller
2014-02-02  1:01   ` 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.