| Commit message (Expand) | Author | Age |
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part3 | Jiri Pirko | 2010-02-22 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 |
* | bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.h | Mike Frysinger | 2010-01-19 |
* | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 |
* | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-06-03 |
|\ |
|
| * | bfin_mac: fix build error due to net_device_ops convert | Mike Frysinger | 2009-05-26 |
* | | netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access | Graf Yang | 2009-05-29 |
* | | netdev: bfin_mac: fix performance issue found by netperf | Michael Hennerich | 2009-05-29 |
* | | netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB | Sonic Zhang | 2009-05-29 |
* | | netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt | Michael Hennerich | 2009-05-29 |
|/ |
|
* | bfin_mac: convert to net_device_ops | Alexander Beregalov | 2009-04-15 |
* | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 |
* | net/bfin_mac.c MDIO namespace fixes | Adrian Bunk | 2008-10-13 |
* | phylib: move to dynamic allocation of struct mii_bus | Lennert Buytenhek | 2008-10-08 |
* | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-09-24 |
* | blackfin_mac: unneeded assignment | Stephen Hemminger | 2008-07-29 |
* | Blackfin EMAC Driver: Functional power management support | Michael Hennerich | 2008-07-29 |
* | Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2) | Bryan Wu | 2008-07-29 |
* | Blackfin EMAC Driver: add proper __devinit/__devexit markings | Mike Frysinger | 2008-07-29 |
* | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 | Anton Vorontsov | 2008-07-22 |
* | netdev: Convert all drivers away from netif_schedule(). | David S. Miller | 2008-07-17 |
* | Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h> | Huang Weiyi | 2008-05-22 |
* | Blackfin EMAC Driver: Initial version of ethtool support | Bryan Wu | 2008-04-29 |
* | Blackfin EMAC Driver: code cleanup | Bryan Wu | 2008-04-29 |
* | net drivers: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 |
* | phy: Change mii_bus id field to a string | Andy Fleming | 2008-04-16 |
* | Blackfin EMAC Driver: delete unused variables to fixup gcc warnings | Mike Frysinger | 2008-03-28 |
* | EMAC driver: Fix bug: The clock divisor is set to all ones at reset. | Bryan Wu | 2008-02-03 |
* | EMAC driver: fix bug - invalidate data cache of new_skb->data range when cach... | Alexey Demin | 2008-02-03 |
* | EMAC driver: add power down mode | Vitja Makarov | 2008-02-03 |
* | EMAC driver: ADSP-BF52x arch/mach support | Michael Hennerich | 2008-02-03 |
* | EMAC driver: use simpler comment headers and strip out information that is ma... | Mike Frysinger | 2008-02-03 |
* | EMAC driver: bf537 MAC multicast hash filtering patch | Aidan Williams | 2008-02-03 |
* | EMAC driver: define MDC_CLK=2.5MHz and caculate mdc_div according to SCLK. | Bryan Wu | 2008-02-03 |
* | EMAC driver: shorten the mdelay value to solve netperf performance issue | Bryan Wu | 2008-02-03 |
* | Merge branch 'master' into upstream-fixes | Jeff Garzik | 2007-12-01 |
|\ |
|
| * | Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since t... | Mike Frysinger | 2007-11-15 |
* | | Blackfin EMAC driver: fix bug - NAT doesn't work with bfin_mac driver | Vitja Makarov | 2007-11-23 |
|/ |
|
* | Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost pack... | Michael Hennerich | 2007-10-30 |
* | Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driver | Bryan Wu | 2007-10-10 |
* | Blackfin EMAC driver: add power management interface and change the bf537mac_... | Bryan Wu | 2007-10-10 |
* | Blackfin EMAC driver: add function to change the MAC address | Alex Landau | 2007-10-10 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-10 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 |
* | Clean up duplicate includes in drivers/net/ | Jesper Juhl | 2007-10-10 |
* | Blackfin Ethernet MAC driver: fix bug Report returned -ENOMEM upwards (in cas... | Michael Hennerich | 2007-07-25 |
* | Blackfin ethernet driver: on chip ethernet MAC controller driver | Bryan Wu | 2007-07-18 |