aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/greth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+3
2011-07-04greth: greth_set_mac_add would corrupt the MAC address.Kristoffer Glembo1-4/+3
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-17net: greth: convert to hw_featuresMichał Mirosław1-42/+4
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+4
2011-01-14GRETH: resolve SMP issues and other problemsDaniel Hellstrom1-67/+92
2011-01-14GRETH: handle frame error interruptsDaniel Hellstrom1-4/+5
2011-01-14GRETH: avoid writing bad speed/duplex when setting transfer modeDaniel Hellstrom1-11/+8
2011-01-14GRETH: fixed skb buffer memory leak on frame errorsDaniel Hellstrom1-4/+14
2011-01-14GRETH: GBit transmit descriptor handling optimizationDaniel Hellstrom1-9/+10
2011-01-14GRETH: fix opening/closingDaniel Hellstrom1-0/+4
2011-01-14GRETH: added raw AMBA vendor/device number to match against.Daniel Hellstrom1-0/+3
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-19greth: Use return value of register_netdevTobias Klauser1-2/+2
2010-08-08of/sparc: fix build regression from of_device changesGrant Likely1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-07greth: Remove unnecessary memset of napi member in netdev private dataTobias Klauser1-1/+0
2010-05-31greth: Fix build after OF device conversions.David S. Miller1-6/+5
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-4/+3
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26greth: fall through to common return statement on errorSimon Horman1-2/+0
2010-02-26greth: convert to netdev_tx_tkirjanov@gmail.com1-4/+8
2010-02-19greth: some driver cleanupskirjanov@gmail.com1-31/+18
2010-02-17net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driverKristoffer Glembo1-0/+1645