Commit Graph

63 Commits (aa1039e73cc2cf834e99c09d2033d5d2675357b9)

Author SHA1 Message Date
Denis Kirjanov 7f267de41f bfin_mac: fix memleak in mii_bus{probe|remove} 15 years ago
Sonic Zhang 0e995cd3d3 netdev: bfin_mac: check for mii_bus platform data 15 years ago
Mike Frysinger 2bfa0f0c9a netdev: bfin_mac: handle timeouts with the MDIO registers gracefully 15 years ago
Sonic Zhang c0da776bde netdev: bfin_mac: use promiscuous flag for promiscuous mode 15 years ago
Michael Hennerich 53fd3f2829 netdev: bfin_mac: add support for wake-on-lan magic packets 15 years ago
Sonic Zhang 812a9de715 netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabled 15 years ago
Sonic Zhang ad2864d887 netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksum 15 years ago
Sonic Zhang f6e1e4f3e5 netdev: bfin_mac: invalid data cache only once for each new rx skb buffer 15 years ago
Peter Meerwald ec497b32c3 netdev: bfin_mac: handler RX status errors 15 years ago
Barry Song fe92afedee netdev: bfin_mac: add support for IEEE 1588 PTP 15 years ago
Joe Perches a4b770972b drivers/net: Remove unnecessary returns from void function()s 15 years ago
Eric Dumazet 1ae5dc342a net: trans_start cleanups 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Jiri Pirko 0ddf477b8a net: convert multiple drivers to use netdev_for_each_mc_addr, part3 15 years ago
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Mike Frysinger 98f672ca99 bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.h 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Stephen Hemminger 0fc0b732ea netdev: drivers should make ethtool_ops const 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Graf Yang 080c82550d netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access 16 years ago
Michael Hennerich 015dac8886 netdev: bfin_mac: fix performance issue found by netperf 16 years ago
Sonic Zhang 805a8ab3ce netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB 16 years ago
Michael Hennerich 91a455f089 netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt 16 years ago
Mike Frysinger b63dc8fef7 bfin_mac: fix build error due to net_device_ops convert 16 years ago
Alexander Beregalov 149da651bf bfin_mac: convert to net_device_ops 16 years ago
Kay Sievers c23135573f net: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Kay Sievers db1d7bf70f net: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 16 years ago
Adrian Bunk 0ed0563e14 net/bfin_mac.c MDIO namespace fixes 17 years ago
Lennert Buytenhek 298cf9beb9 phylib: move to dynamic allocation of struct mii_bus 17 years ago
Harvey Harrison b39d66a81f drivers/net: replace __FUNCTION__ with __func__ 17 years ago
Stephen Hemminger 74dfd9fb0a blackfin_mac: unneeded assignment 17 years ago
Michael Hennerich ee02fee8f6 Blackfin EMAC Driver: Functional power management support 17 years ago
Bryan Wu a50c0c05c3 Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2) 17 years ago
Mike Frysinger d7b843d393 Blackfin EMAC Driver: add proper __devinit/__devexit markings 17 years ago
Anton Vorontsov c8f15686a4 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 17 years ago
David S. Miller 263ba3204a netdev: Convert all drivers away from netif_schedule(). 17 years ago
Huang Weiyi 94a47f4161 Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h> 17 years ago
Bryan Wu 679dce39e3 Blackfin EMAC Driver: Initial version of ethtool support 17 years ago
Bryan Wu 7ef0a7ee2f Blackfin EMAC Driver: code cleanup 17 years ago
Kay Sievers 72abb46101 net drivers: fix platform driver hotplug/coldplug 17 years ago
Andy Fleming 9d9326d3bc phy: Change mii_bus id field to a string 17 years ago
Mike Frysinger 51a491c92e Blackfin EMAC Driver: delete unused variables to fixup gcc warnings 17 years ago
Bryan Wu 9dc7f30e3b EMAC driver: Fix bug: The clock divisor is set to all ones at reset. 17 years ago
Alexey Demin 6e01d1a4b2 EMAC driver: fix bug - invalidate data cache of new_skb->data range when cache is WB 17 years ago
Vitja Makarov 136492b275 EMAC driver: add power down mode 17 years ago
Michael Hennerich 6893ff1c7e EMAC driver: ADSP-BF52x arch/mach support 17 years ago
Mike Frysinger 2fb9d6f5a3 EMAC driver: use simpler comment headers and strip out information that is maintained in the scm's log 17 years ago
Aidan Williams 775919bc23 EMAC driver: bf537 MAC multicast hash filtering patch 17 years ago
Bryan Wu 7cc8f38188 EMAC driver: define MDC_CLK=2.5MHz and caculate mdc_div according to SCLK. 17 years ago