summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-03net: ethernet: cpsw: drop IRQF_DISABLEDFelipe Balbi1-1/+1
2013-07-31drivers: net: cpsw: Add support for set MAC addressMugunthan V N1-0/+28
2013-07-25drivers: net: cpsw: add support to show hw stats via ethtoolMugunthan V N1-2/+200
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+4
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+11
2013-06-29drivers: net: cpsw: add newline after MACID logDaniel Mack1-2/+2
2013-06-24drivers: net: cpsw: fix compilation error with cpsw driverMugunthan V N1-0/+1
2013-06-20drivers: net: cpsw: fix cpsw clock gating issue across suspend/resumeMugunthan V N1-0/+2
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-18net: cpsw: check for cpts pointer after its allocationSebastian Siewior1-1/+1
2013-06-16drivers: net: cpsw: use pinctrl PM helpersMugunthan V N1-0/+11
2013-06-05drivers: net: ethernet: cpsw: add phy-mode support to cpsw driverMugunthan V N1-0/+2
2013-05-28net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-03drivers: net: cpsw: irq not disabled in cpsw isr in particular sequenceMugunthan V N1-1/+1
2013-04-30drivers: net: cpsw: fix kernel warn on cpsw irq enableMugunthan V N1-1/+1
2013-04-25net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior1-3/+22
2013-04-25net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior1-3/+6
2013-04-25net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior1-7/+16
2013-04-25net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior1-0/+1
2013-04-25net/cpsw: redo rx skb allocation in rx pathSebastian Siewior1-20/+13
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior1-5/+5
2013-04-25net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior1-11/+22
2013-04-25net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior1-13/+22
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-04-15drivers: net: ethernet: cpsw: get slave VLAN id from slave node instead of cp...Mugunthan V N1-1/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-27drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-21net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann1-1/+1
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-13net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()Daniel Mack1-1/+1
2013-03-13drivers: net: ethernet: cpsw: implement get phy_id via ioctlMugunthan V N1-2/+14
2013-03-13driver: net: ethernet: cpsw: implement interrupt pacing via ethtoolMugunthan V N1-0/+104
2013-03-13driver: net: ethernet: cpsw: implement ethtool get/set phy settingMugunthan V N1-0/+29
2013-03-13drivers: net: ethernet: cpsw: change cpts_active_slave to active_slaveMugunthan V N1-5/+5
2013-02-27drivers: net: ethernet: cpsw: consider number of slaves in interationDaniel Mack1-1/+1
2013-02-18drivers: net: davinci_cpdma: acknowledge interrupt properlyMugunthan V N1-9/+16
2013-02-13driver: net: ethernet: cpsw: dual emac interface implementationMugunthan V N1-52/+283
2013-02-13driver: net: ethernet: cpsw: make cpts as pointerMugunthan V N1-15/+21
2013-02-13driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...Mugunthan V N1-3/+3
2013-02-07drivers: net:ethernet: cpsw: add support for VLANMugunthan V N1-2/+104
2013-02-07drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N1-4/+4
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-5/+3
2013-01-18net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N1-0/+9
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+4