]> git.baikalelectronics.ru Git - kernel.git/commit
net: bcmgenet: add main driver file
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 14 Feb 2014 00:08:47 +0000 (16:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Feb 2014 05:27:58 +0000 (00:27 -0500)
commit83c070ed8c89b318387aed369cd1929530ba4199
treec876555a732e25cebd66a8b4aa1078305d7eb6cf
parent7d212cdba6b7e21bce63c0afc1d6a588d175f947
net: bcmgenet: add main driver file

This patch adds the BCMGENET main driver file which supports the
following:

- GENET hardware from V1 to V4
- support for reading the UniMAC MIB counters statistics
- support for the 5 transmit queues
- support for RX/TX checksum offload and SG

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet.c [new file with mode: 0644]