aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)Author
2013-06-24drivers: net: cpsw: fix compilation error with cpsw driverMugunthan V N
2013-06-24net: eth: davicnci_cpdma: check dma map errorSebastian Siewior
2013-06-19drivers: net: cpsw: fix cpsw clock gating issue across suspend/resumeMugunthan V N
2013-06-17net: cpsw: check for cpts pointer after its allocationSebastian Siewior
2013-06-13drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N
2013-06-13drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N
2013-06-11net/ti davinci_mdio: don't hold a spin lock while calling pm_runtimeSebastian Siewior
2013-05-02drivers: net: cpsw: irq not disabled in cpsw isr in particular sequenceMugunthan V N
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-30drivers: net: cpsw: fix kernel warn on cpsw irq enableMugunthan V N
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-25net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior
2013-04-25net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior
2013-04-25net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior
2013-04-25net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior
2013-04-25net/cpsw: redo rx skb allocation in rx pathSebastian Siewior
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior
2013-04-25net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior
2013-04-25net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior
2013-04-25net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-16tlan: cancel work at remove pathDevendra Naga
2013-04-15drivers: net: ethernet: cpsw: get slave VLAN id from slave node instead of cp...Mugunthan V N
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N
2013-03-27drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N
2013-03-26net/davinci_emac: use devres APIsSekhar Nori
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-21net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann
2013-03-20net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-20treewide: Fix typos in printkMasanari Iida
2013-03-17drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_de...Mugunthan V N
2013-03-13net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()Daniel Mack
2013-03-13drivers: net: ethernet: cpsw: implement get phy_id via ioctlMugunthan V N
2013-03-13driver: net: ethernet: cpsw: implement interrupt pacing via ethtoolMugunthan V N
2013-03-13driver: net: ethernet: cpsw: implement ethtool get/set phy settingMugunthan V N
2013-03-13drivers: net: ethernet: cpsw: change cpts_active_slave to active_slaveMugunthan V N
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-02-26drivers: net: ethernet: cpsw: consider number of slaves in interationDaniel Mack
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-18drivers: net: davinci_cpdma: acknowledge interrupt properlyMugunthan V N
2013-02-15net: cwdavinci_cpdma: export symbols for cpswArnd Bergmann
2013-02-13net: ethernet: ti: remove redundant NULL check.Cyril Roelandt
2013-02-12driver: net: ethernet: cpsw: dual emac interface implementationMugunthan V N
2013-02-12driver: net: ethernet: cpsw: make cpts as pointerMugunthan V N
2013-02-12driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...Mugunthan V N