Age | Commit message (Expand) | Author |
2011-03-28 | netdev: bfin_mac: document TE setting in RMII modes | Mike Frysinger |
2011-01-13 | netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addr | Joe Perches |
2011-01-12 | netdev: bfin_mac: Use is_multicast_ether_addr helper | Tobias Klauser |
2011-01-10 | netdev: bfin_mac: let boards set vlan masks | Mike Frysinger |
2011-01-10 | netdev: bfin_mac: mark setup_system_regs as static | Mike Frysinger |
2011-01-10 | netdev: bfin_mac: clean up printk messages | Mike Frysinger |
2010-10-25 | netdev: bfin_mac: push settings to platform resources | Sonic Zhang |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2010-10-07 | Blackfin: Split PLL code from mach-specific cdef headers | David Howells |
2010-08-19 | net: simplify flags for tx timestamping | Oliver Hartkopp |
2010-06-15 | netdev:bfin_mac: reclaim and free tx skb as soon as possible after transfer | Sonic Zhang |
2010-05-23 | bfin_mac: fix memleak in mii_bus{probe|remove} | Denis Kirjanov |
2010-05-17 | netdev: bfin_mac: check for mii_bus platform data | Sonic Zhang |
2010-05-17 | netdev: bfin_mac: handle timeouts with the MDIO registers gracefully | Mike Frysinger |
2010-05-17 | netdev: bfin_mac: use promiscuous flag for promiscuous mode | Sonic Zhang |
2010-05-17 | netdev: bfin_mac: add support for wake-on-lan magic packets | Michael Hennerich |
2010-05-17 | netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabled | Sonic Zhang |
2010-05-17 | netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksum | Sonic Zhang |
2010-05-17 | netdev: bfin_mac: invalid data cache only once for each new rx skb buffer | Sonic Zhang |
2010-05-17 | netdev: bfin_mac: handler RX status errors | Peter Meerwald |
2010-05-17 | netdev: bfin_mac: add support for IEEE 1588 PTP | Barry Song |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches |
2010-05-10 | net: trans_start cleanups | Eric Dumazet |
2010-04-03 | net: convert multicast list to list_head | Jiri Pirko |
2010-02-22 | net: convert multiple drivers to use netdev_for_each_mc_addr, part3 | Jiri Pirko |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko |
2010-01-19 | bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.h | Mike Frysinger |
2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches |
2009-09-02 | netdev: drivers should make ethtool_ops const | Stephen Hemminger |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy |
2009-06-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-05-29 | 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-26 | bfin_mac: fix build error due to net_device_ops convert | Mike Frysinger |
2009-04-14 | bfin_mac: convert to net_device_ops | Alexander Beregalov |
2009-03-24 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers |
2008-11-03 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller |
2008-10-12 | net/bfin_mac.c MDIO namespace fixes | Adrian Bunk |
2008-10-08 | phylib: move to dynamic allocation of struct mii_bus | Lennert Buytenhek |
2008-09-24 | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison |
2008-07-29 | 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-22 | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 | Anton Vorontsov |
2008-07-17 | netdev: Convert all drivers away from netif_schedule(). | David S. Miller |
2008-05-22 | Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h> | Huang Weiyi |
2008-04-29 | Blackfin EMAC Driver: Initial version of ethtool support | Bryan Wu |