netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1 V5] net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver
@ 2010-01-28  7:43 Kristoffer Glembo
  2010-01-28  7:43 ` [PATCH 1/1 " Kristoffer Glembo
  0 siblings, 1 reply; 3+ messages in thread
From: Kristoffer Glembo @ 2010-01-28  7:43 UTC (permalink / raw)
  To: netdev; +Cc: davem, shemminger, Kristoffer Glembo

Adds device driver for Aeroflex Gaisler 10/100 and 10/100/1G Ethernet MAC IP cores.

Issues pointed out by Stephen Hemminger fixed:
Added ethtool support, fixed erronous freeing of SKB, removed private stats structure, cleaned up ugly macro.

Kristoffer Glembo (1):
  net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver

 MAINTAINERS          |    6 +
 drivers/net/Kconfig  |    9 +
 drivers/net/Makefile |    1 +
 drivers/net/greth.c  | 1668 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/greth.h  |  149 +++++
 5 files changed, 1833 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/greth.c
 create mode 100644 drivers/net/greth.h


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

end of thread, other threads:[~2010-02-02 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-28  7:43 [PATCH 0/1 V5] net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver Kristoffer Glembo
2010-01-28  7:43 ` [PATCH 1/1 " Kristoffer Glembo
2010-02-02 15:31   ` 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).