Age | Commit message (Expand) | Author | Files | Lines |
2011-06-17 | netdev: bfin_mac: fix memory leak when freeing dma descriptors | Sonic Zhang | 1 | -10/+10 |
2011-03-28 | netdev: bfin_mac: document TE setting in RMII modes | Mike Frysinger | 1 | -2/+11 |
2011-01-13 | netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addr | Joe Perches | 1 | -8/+1 |
2011-01-12 | netdev: bfin_mac: Use is_multicast_ether_addr helper | Tobias Klauser | 1 | -1/+1 |
2011-01-10 | netdev: bfin_mac: let boards set vlan masks | Mike Frysinger | 1 | -0/+7 |
2011-01-10 | netdev: bfin_mac: mark setup_system_regs as static | Mike Frysinger | 1 | -1/+1 |
2011-01-10 | netdev: bfin_mac: clean up printk messages | Mike Frysinger | 1 | -36/+29 |
2010-10-25 | netdev: bfin_mac: push settings to platform resources | Sonic Zhang | 1 | -51/+94 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -6/+4 |
2010-10-07 | Blackfin: Split PLL code from mach-specific cdef headers | David Howells | 1 | -0/+1 |
2010-08-19 | net: simplify flags for tx timestamping | Oliver Hartkopp | 1 | -6/+4 |
2010-06-15 | netdev:bfin_mac: reclaim and free tx skb as soon as possible after transfer | Sonic Zhang | 1 | -43/+80 |
2010-05-23 | bfin_mac: fix memleak in mii_bus{probe|remove} | Denis Kirjanov | 1 | -0/+2 |
2010-05-17 | netdev: bfin_mac: check for mii_bus platform data | Sonic Zhang | 1 | -0/+6 |
2010-05-17 | netdev: bfin_mac: handle timeouts with the MDIO registers gracefully | Mike Frysinger | 1 | -19/+34 |
2010-05-17 | netdev: bfin_mac: use promiscuous flag for promiscuous mode | Sonic Zhang | 1 | -1/+1 |
2010-05-17 | netdev: bfin_mac: add support for wake-on-lan magic packets | Michael Hennerich | 1 | -4/+72 |
2010-05-17 | netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabled | Sonic Zhang | 1 | -2/+3 |
2010-05-17 | netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksum | Sonic Zhang | 1 | -2/+33 |
2010-05-17 | netdev: bfin_mac: invalid data cache only once for each new rx skb buffer | Sonic Zhang | 1 | -5/+8 |
2010-05-17 | netdev: bfin_mac: handler RX status errors | Peter Meerwald | 1 | -3/+14 |
2010-05-17 | netdev: bfin_mac: add support for IEEE 1588 PTP | Barry Song | 1 | -1/+340 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -2/+0 |
2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -2/+1 |
2010-04-03 | net: convert multicast list to list_head | Jiri Pirko | 1 | -3/+3 |
2010-02-22 | 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-03 | 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-05 | 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-29 | netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access | Graf Yang | 1 | -33/+84 |
2009-05-29 | netdev: bfin_mac: fix performance issue found by netperf | Michael Hennerich | 1 | -84/+26 |
2009-05-29 | netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB | Sonic Zhang | 1 | -0/+6 |
2009-05-29 | netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt | Michael Hennerich | 1 | -1/+1 |
2009-05-26 | bfin_mac: fix build error due to net_device_ops convert | Mike Frysinger | 1 | -15/+14 |
2009-04-14 | bfin_mac: convert to net_device_ops | Alexander Beregalov | 1 | -9/+15 |
2009-03-24 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -6/+6 |
2008-11-03 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 1 | -1/+0 |
2008-10-12 | net/bfin_mac.c MDIO namespace fixes | Adrian Bunk | 1 | -13/+13 |
2008-10-08 | phylib: move to dynamic allocation of struct mii_bus | Lennert Buytenhek | 1 | -12/+19 |
2008-09-24 | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -4/+4 |
2008-07-29 | blackfin_mac: unneeded assignment | Stephen Hemminger | 1 | -1/+0 |
2008-07-29 | Blackfin EMAC Driver: Functional power management support | Michael Hennerich | 1 | -0/+1 |
2008-07-29 | Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2) | Bryan Wu | 1 | -26/+77 |
2008-07-29 | Blackfin EMAC Driver: add proper __devinit/__devexit markings | Mike Frysinger | 1 | -3/+3 |
2008-07-22 | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 | Anton Vorontsov | 1 | -1/+0 |
2008-07-17 | 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 |