Age | Commit message (Expand) | Author | Files | Lines |
2011-03-23 | net: davinci_emac:Fix translation logic for buffer descriptor | Sriram | 1 | -1/+4 |
2011-03-15 | Davinci: Do not reset EMAC TX overruns counter on read | Thomas Lange | 1 | -1/+1 |
2011-03-01 | davinci_emac: Add Carrier Link OK check in Davinci RX Handler | Hegde, Vinay | 1 | -1/+1 |
2010-09-24 | net: davinci_emac: cleanup unused cpdma code | Cyril Chemparathy | 1 | -930/+0 |
2010-09-24 | net: davinci_emac: switch to new cpdma layer | Cyril Chemparathy | 1 | -85/+164 |
2010-09-24 | net: davinci_emac: cleanup unused mdio emac code | Cyril Chemparathy | 1 | -107/+0 |
2010-09-24 | net: davinci_emac: switch to new mdio | Cyril Chemparathy | 1 | -58/+30 |
2010-08-05 | davinci_emac: Fix use after free in davinci_emac_remove | Stefan Weil | 1 | -1/+1 |
2010-08-03 | net: Fix a typo from "dev" to "ndev" | Henrique Camargo | 1 | -2/+2 |
2010-07-31 | TI DaVinci EMAC: Fix incorrect reference to EMAC_CTRL registers. | Sriram | 1 | -3/+5 |
2010-07-31 | TI DaVinci EMAC: Fix asymmetric handling of packets in NAPI Poll function. | Sriram | 1 | -13/+8 |
2010-07-31 | TI DaVinci EMAC : Implement interrupt pacing functionality. | Sriram | 1 | -2/+131 |
2010-07-06 | davinci_emac: Use the instance of net_device_stats from net_device. | Kulikov Vasiliy | 1 | -19/+19 |
2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -1/+0 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 1 | -3/+4 |
2010-03-16 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+1 |
2010-03-16 | TI DaVinci EMAC: Convert to dev_pm_ops | chaithrika@ti.com | 1 | -11/+16 |
2010-03-16 | net: davinci emac: use dma_{map, unmap}_single API for cache coherency | Sekhar Nori | 1 | -19/+26 |
2010-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-03-03 | davinci_emac: off by one | Dan Carpenter | 1 | -1/+1 |
2010-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -7/+5 |
2010-02-23 | net: convert multiple drivers to use netdev_for_each_mc_addr, part4 | Jiri Pirko | 1 | -3/+2 |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 1 | -2/+2 |
2010-02-05 | Fix spelling of 'platform' in log messages | Stefan Weil | 1 | -1/+1 |
2010-02-05 | TI Davinci EMAC : Abstract Buffer address translation logic. | Sriramakrishnan | 1 | -17/+24 |
2010-02-05 | TI Davinci EMAC : add platform specific interrupt enable/disable logic. | Sriramakrishnan | 1 | -0/+11 |
2010-02-05 | TI Davinci EMAC : Re-use driver for other platforms. | Sriramakrishnan | 1 | -2/+1 |
2010-02-04 | drivers/net/davinci_emac.c: Fix continuation line formats | Joe Perches | 1 | -2/+1 |
2010-01-08 | TI DaVinci EMAC: Handle emac module clock correctly. | Sriram | 1 | -1/+3 |
2009-12-19 | TI DaVinci EMAC: Fix MDIO bus frequency configuration | Nageswari Srinivasan | 1 | -1/+1 |
2009-11-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+0 |
2009-11-16 | TI Davinci EMAC : Fix Console Hang when bringing the interface down | Sriram | 1 | -3/+0 |
2009-11-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-11-05 | TI DaVinci EMAC: Add suspend/resume capability | Ranjith Lohithakshan | 1 | -3/+27 |
2009-11-04 | DaVinci EMAC: correct param for ISR | Tonyliu | 1 | -1/+1 |
2009-10-13 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -12/+24 |
2009-10-13 | TI DaVinci EMAC: Clear statistics register properly. | Sriram | 1 | -12/+24 |
2009-10-05 | TI DaVinci EMAC: Minor macro related updates | chaithrika@ti.com | 1 | -15/+11 |
2009-09-26 | TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2 | Sriram | 1 | -1/+8 |
2009-09-03 | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 1 | -1/+0 |
2009-08-29 | TI DaVinci EMAC: delay DaVinci EMAC initialization | Rajashekhara, Sudhakar | 1 | -1/+1 |
2009-07-08 | davinci_emac: fix kernel oops when changing MAC address while interface is down | Pablo Bitton | 1 | -2/+10 |
2009-06-18 | TI DaVinci EMAC : Fix rmmod error | chaithrika@ti.com | 1 | -1/+0 |
2009-06-04 | TI DaVinci EMAC: Remove print_mac, DECLARE_MAC_BUF | Chaithrika U S | 1 | -6/+4 |
2009-05-19 | net: Add TI DaVinci EMAC driver | Anant Gole | 1 | -0/+2832 |