Age | Commit message (Expand) | Author | Files | Lines |
2013-07-03 | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -0/+21 |
2013-06-24 | drivers: net: cpsw: fix compilation error with cpsw driver | Mugunthan V N | 1 | -0/+1 |
2013-06-24 | net: eth: davicnci_cpdma: check dma map error | Sebastian Siewior | 1 | -0/+7 |
2013-06-20 | drivers: net: cpsw: fix cpsw clock gating issue across suspend/resume | Mugunthan V N | 1 | -0/+2 |
2013-06-18 | net: cpsw: check for cpts pointer after its allocation | Sebastian Siewior | 1 | -1/+1 |
2013-06-16 | drivers: net: davinci_mdio: use pinctrl PM helpers | Mugunthan V N | 1 | -0/+10 |
2013-06-16 | drivers: net: cpsw: use pinctrl PM helpers | Mugunthan V N | 1 | -0/+11 |
2013-06-13 | drivers: net: davinci_mdio: restore mdio clk divider in mdio resume | Mugunthan V N | 1 | -4/+1 |
2013-06-13 | drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driver | Mugunthan V N | 1 | -2/+2 |
2013-06-11 | net/ti davinci_mdio: don't hold a spin lock while calling pm_runtime | Sebastian Siewior | 1 | -3/+2 |
2013-05-03 | drivers: net: cpsw: irq not disabled in cpsw isr in particular sequence | Mugunthan V N | 1 | -1/+1 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -118/+305 |
2013-04-30 | drivers: net: cpsw: fix kernel warn on cpsw irq enable | Mugunthan V N | 1 | -1/+1 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-04-25 | net/cpsw: fix irq_disable() with threaded interrupts | Sebastian Siewior | 1 | -3/+22 |
2013-04-25 | net/cpsw: optimize the for_each_slave_macro() | Sebastian Siewior | 1 | -3/+6 |
2013-04-25 | net/cpsw: make sure modules remove does not leak any ressources | Sebastian Siewior | 1 | -7/+16 |
2013-04-25 | net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSE | Sebastian Siewior | 3 | -0/+4 |
2013-04-25 | net/cpsw: redo rx skb allocation in rx path | Sebastian Siewior | 2 | -21/+19 |
2013-04-25 | net/davinci_cpdma: remove unused argument in cpdma_chan_submit() | Sebastian Siewior | 4 | -10/+10 |
2013-04-25 | net/cpsw: don't rely only on netif_running() to check which device is active | Sebastian Siewior | 1 | -11/+22 |
2013-04-25 | net/cpsw: don't continue if we miss to allocate rx skbs | Sebastian Siewior | 1 | -13/+22 |
2013-04-25 | net/davinci_cpdma: don't check for jiffies with interrupts | Sebastian Siewior | 1 | -8/+12 |
2013-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy | 1 | -2/+2 |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -2/+2 |
2013-04-17 | tlan: cancel work at remove path | Devendra Naga | 1 | -0/+1 |
2013-04-15 | drivers: net: ethernet: cpsw: get slave VLAN id from slave node instead of cp... | Mugunthan V N | 1 | -1/+1 |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |
2013-03-27 | drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting... | Mugunthan V N | 1 | -1/+1 |
2013-03-27 | drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queue | Mugunthan V N | 1 | -1/+1 |
2013-03-26 | net/davinci_emac: use devres APIs | Sekhar Nori | 1 | -30/+16 |
2013-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-03-21 | net: ethernet: cpsw: fix erroneous condition in error check | Lothar Waßmann | 1 | -1/+1 |
2013-03-20 | net: ethernet: davinci_emac: make local function emac_poll_controller() static | Wei Yongjun | 1 | -1/+1 |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |
2013-03-20 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2013-03-17 | drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_de... | Mugunthan V N | 1 | -1/+1 |
2013-03-13 | net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc() | Daniel Mack | 1 | -1/+1 |
2013-03-13 | drivers: net: ethernet: cpsw: implement get phy_id via ioctl | Mugunthan V N | 1 | -2/+14 |
2013-03-13 | driver: net: ethernet: cpsw: implement interrupt pacing via ethtool | Mugunthan V N | 1 | -0/+104 |
2013-03-13 | driver: net: ethernet: cpsw: implement ethtool get/set phy setting | Mugunthan V N | 1 | -0/+29 |
2013-03-13 | drivers: net: ethernet: cpsw: change cpts_active_slave to active_slave | Mugunthan V N | 1 | -5/+5 |
2013-03-10 | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb | Joe Perches | 1 | -3/+1 |
2013-02-27 | drivers: net: ethernet: cpsw: consider number of slaves in interation | Daniel Mack | 1 | -1/+1 |
2013-02-22 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -0/+3 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2013-02-18 | drivers: net: davinci_cpdma: acknowledge interrupt properly | Mugunthan V N | 3 | -12/+24 |
2013-02-15 | net: cwdavinci_cpdma: export symbols for cpsw | Arnd Bergmann | 1 | -0/+3 |
2013-02-13 | net: ethernet: ti: remove redundant NULL check. | Cyril Roelandt | 1 | -4/+2 |