summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: cpsw: irq not disabled in cpsw isr in particular sequenceMugunthan V N2013-05-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-016-118/+305
|\
| * drivers: net: cpsw: fix kernel warn on cpsw irq enableMugunthan V N2013-04-301-1/+1
| * net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior2013-04-251-3/+22
| * net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior2013-04-251-3/+6
| * net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior2013-04-251-7/+16
| * net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior2013-04-253-0/+4
| * net/cpsw: redo rx skb allocation in rx pathSebastian Siewior2013-04-252-21/+19Star
| * net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior2013-04-254-10/+10
| * net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior2013-04-251-11/+22
| * net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior2013-04-251-13/+22
| * net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior2013-04-251-8/+12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-1/+1
| |\
| * | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
| * | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
| * | tlan: cancel work at remove pathDevendra Naga2013-04-161-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-012-2/+2
| |\ \
| * | | net/davinci_emac: use devres APIsSekhar Nori2013-03-261-30/+16Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-221-1/+1
| |\ \ \
| * | | | net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun2013-03-201-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-202-2/+2
| |\ \ \ \
| * | | | | drivers: net: ethernet: cpsw: implement get phy_id via ioctlMugunthan V N2013-03-131-2/+14
| * | | | | driver: net: ethernet: cpsw: implement interrupt pacing via ethtoolMugunthan V N2013-03-131-0/+104
| * | | | | driver: net: ethernet: cpsw: implement ethtool get/set phy settingMugunthan V N2013-03-131-0/+29
| * | | | | drivers: net: ethernet: cpsw: change cpts_active_slave to active_slaveMugunthan V N2013-03-131-5/+5
| * | | | | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-3/+1Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: Fix typos in printkMasanari Iida2013-03-201-1/+1
* | | | | | drivers: net: ethernet: cpsw: get slave VLAN id from slave node instead of cp...Mugunthan V N2013-04-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N2013-03-271-1/+1
* | | | | drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N2013-03-271-1/+1
| |_|_|/ |/| | |
* | | | net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann2013-03-211-1/+1
| |_|/ |/| |
* | | drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_de...Mugunthan V N2013-03-171-1/+1
* | | net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()Daniel Mack2013-03-131-1/+1
| |/ |/|
* | drivers: net: ethernet: cpsw: consider number of slaves in interationDaniel Mack2013-02-261-1/+1
|/
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-221-0/+3
|\
| * net: cwdavinci_cpdma: export symbols for cpswArnd Bergmann2013-02-151-0/+3
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\ \
| * | drivers/net/ethernet/ti: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
| |/
* | drivers: net: davinci_cpdma: acknowledge interrupt properlyMugunthan V N2013-02-183-12/+24
* | net: ethernet: ti: remove redundant NULL check.Cyril Roelandt2013-02-131-4/+2Star
* | driver: net: ethernet: cpsw: dual emac interface implementationMugunthan V N2013-02-121-52/+283
* | driver: net: ethernet: cpsw: make cpts as pointerMugunthan V N2013-02-121-15/+21
* | driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...Mugunthan V N2013-02-124-9/+24
* | drivers: net:ethernet: cpsw: add support for VLANMugunthan V N2013-02-062-2/+108
* | drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N2013-02-063-22/+113
* | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-042-8/+4Star
* | net: ethernet: davinci: Fix build breakageThierry Reding2013-01-211-1/+1
* | net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N2013-01-184-13/+57
* | net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-143-4/+4