All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/7] Fix, cleanup, optimize gfar_private and the Rx path
@ 2013-02-14 15:00 Claudiu Manoil
  2013-02-14 15:00 ` [PATCH net-next 1/7] gianfar: Remove unused device_node ref in gfar_private Claudiu Manoil
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Claudiu Manoil @ 2013-02-14 15:00 UTC (permalink / raw)
  To: netdev; +Cc: Paul Gortmaker, David S. Miller

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>,
  "David S. Miller" <davem@davemloft.net>


Hi Dave,
These patches went already through a review round with Paul.
Changes since the initial version of the patches:
* split the 1st patch into two patches (01 & 02, as suggested by Paul)
* added the suggested trivial cleanup patch:
  gianfar: gfar_process_frame returns void
* provided "long logs" with detailed comments and explanations

Thank you.

Regards,
Claudiu


Claudiu Manoil (7):
  gianfar: Remove unused device_node ref in gfar_private
  gianfar: Add device ref (dev) in gfar_private
  gianfar: Cleanup and optimize struct gfar_private
  gianfar: GRO_DROP is unlikely
  gianfar: gfar_process_frame returns void
  gianfar: Remove wrong buffer size conditioning to VLAN h/w offload
  gianfar: Fix and cleanup Rx FCB indication

 drivers/net/ethernet/freescale/gianfar.c |   85 ++++++++++++---------------
 drivers/net/ethernet/freescale/gianfar.h |   96 +++++++++++++++--------------
 2 files changed, 88 insertions(+), 93 deletions(-)

-- 
1.7.7.4

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

end of thread, other threads:[~2013-02-14 18:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14 15:00 [PATCH net-next v1 0/7] Fix, cleanup, optimize gfar_private and the Rx path Claudiu Manoil
2013-02-14 15:00 ` [PATCH net-next 1/7] gianfar: Remove unused device_node ref in gfar_private Claudiu Manoil
2013-02-14 15:00   ` [PATCH net-next 2/7] gianfar: Add device ref (dev) " Claudiu Manoil
2013-02-14 15:00     ` [PATCH net-next 3/7] gianfar: Cleanup and optimize struct gfar_private Claudiu Manoil
2013-02-14 15:00       ` [PATCH net-next 4/7] gianfar: GRO_DROP is unlikely Claudiu Manoil
2013-02-14 15:00         ` [PATCH net-next 5/7] gianfar: gfar_process_frame returns void Claudiu Manoil
2013-02-14 15:00           ` [PATCH net-next 6/7] gianfar: Remove wrong buffer size conditioning to VLAN h/w offload Claudiu Manoil
2013-02-14 15:00             ` [PATCH net-next 7/7] gianfar: Fix and cleanup Rx FCB indication Claudiu Manoil
2013-02-14 16:49 ` [PATCH net-next v1 0/7] Fix, cleanup, optimize gfar_private and the Rx path Paul Gortmaker
2013-02-14 18:32 ` 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.