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