| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-10-23 | 1 | -6/+4 |
|\ |
|
| * | net: simplify flags for tx timestamping | Oliver Hartkopp | 2010-08-19 | 1 | -6/+4 |
* | | Blackfin: Split PLL code from mach-specific cdef headers | David Howells | 2010-10-07 | 1 | -0/+1 |
|/ |
|
* | netdev:bfin_mac: reclaim and free tx skb as soon as possible after transfer | Sonic Zhang | 2010-06-15 | 1 | -43/+80 |
* | bfin_mac: fix memleak in mii_bus{probe|remove} | Denis Kirjanov | 2010-05-23 | 1 | -0/+2 |
* | netdev: bfin_mac: check for mii_bus platform data | Sonic Zhang | 2010-05-17 | 1 | -0/+6 |
* | netdev: bfin_mac: handle timeouts with the MDIO registers gracefully | Mike Frysinger | 2010-05-17 | 1 | -19/+34 |
* | netdev: bfin_mac: use promiscuous flag for promiscuous mode | Sonic Zhang | 2010-05-17 | 1 | -1/+1 |
* | netdev: bfin_mac: add support for wake-on-lan magic packets | Michael Hennerich | 2010-05-17 | 1 | -4/+72 |
* | netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabled | Sonic Zhang | 2010-05-17 | 1 | -2/+3 |
* | netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksum | Sonic Zhang | 2010-05-17 | 1 | -2/+33 |
* | netdev: bfin_mac: invalid data cache only once for each new rx skb buffer | Sonic Zhang | 2010-05-17 | 1 | -5/+8 |
* | netdev: bfin_mac: handler RX status errors | Peter Meerwald | 2010-05-17 | 1 | -3/+14 |
* | netdev: bfin_mac: add support for IEEE 1588 PTP | Barry Song | 2010-05-17 | 1 | -1/+340 |
* | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-14 | 1 | -2/+0 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -2/+1 |
* | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part3 | Jiri Pirko | 2010-02-22 | 1 | -4/+2 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -2/+2 |
* | bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.h | Mike Frysinger | 2010-01-19 | 1 | -2/+3 |
* | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 | 1 | -6/+6 |
* | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 | 1 | -1/+1 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-06-03 | 1 | -15/+14 |
|\ |
|
| * | bfin_mac: fix build error due to net_device_ops convert | Mike Frysinger | 2009-05-26 | 1 | -15/+14 |
* | | netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access | Graf Yang | 2009-05-29 | 1 | -33/+84 |
* | | netdev: bfin_mac: fix performance issue found by netperf | Michael Hennerich | 2009-05-29 | 1 | -84/+26 |
* | | netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB | Sonic Zhang | 2009-05-29 | 1 | -0/+6 |
* | | netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt | Michael Hennerich | 2009-05-29 | 1 | -1/+1 |
|/ |
|
* | bfin_mac: convert to net_device_ops | Alexander Beregalov | 2009-04-14 | 1 | -9/+15 |
* | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -6/+6 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-03 | 1 | -1/+0 |
* | net/bfin_mac.c MDIO namespace fixes | Adrian Bunk | 2008-10-12 | 1 | -13/+13 |
* | phylib: move to dynamic allocation of struct mii_bus | Lennert Buytenhek | 2008-10-08 | 1 | -12/+19 |
* | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-09-24 | 1 | -4/+4 |
* | blackfin_mac: unneeded assignment | Stephen Hemminger | 2008-07-29 | 1 | -1/+0 |
* | Blackfin EMAC Driver: Functional power management support | Michael Hennerich | 2008-07-29 | 1 | -0/+1 |
* | Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2) | Bryan Wu | 2008-07-29 | 1 | -26/+77 |
* | Blackfin EMAC Driver: add proper __devinit/__devexit markings | Mike Frysinger | 2008-07-29 | 1 | -3/+3 |
* | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 | Anton Vorontsov | 2008-07-22 | 1 | -1/+0 |
* | netdev: Convert all drivers away from netif_schedule(). | David S. Miller | 2008-07-17 | 1 | -1/+1 |
* | Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h> | Huang Weiyi | 2008-05-22 | 1 | -1/+0 |
* | Blackfin EMAC Driver: Initial version of ethtool support | Bryan Wu | 2008-04-29 | 1 | -0/+47 |
* | Blackfin EMAC Driver: code cleanup | Bryan Wu | 2008-04-29 | 1 | -126/+123 |
* | net drivers: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 | 1 | -2/+5 |
* | phy: Change mii_bus id field to a string | Andy Fleming | 2008-04-16 | 1 | -1/+1 |
* | Blackfin EMAC Driver: delete unused variables to fixup gcc warnings | Mike Frysinger | 2008-03-28 | 1 | -2/+0 |
* | EMAC driver: Fix bug: The clock divisor is set to all ones at reset. | Bryan Wu | 2008-02-03 | 1 | -1/+1 |
* | EMAC driver: fix bug - invalidate data cache of new_skb->data range when cach... | Alexey Demin | 2008-02-03 | 1 | -0/+6 |
* | EMAC driver: add power down mode | Vitja Makarov | 2008-02-03 | 1 | -1/+2 |