aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-21net: netcp: rework the code for get/set sw_data in dma descKaricheri, Muralidharan1-17/+55
2016-02-21soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_dataKaricheri, Muralidharan1-19/+21
2016-02-21net: ti: netcp: restore get/set_pad_info() functionalityKaricheri, Muralidharan1-41/+18
2016-02-17drivers: net: cpsw-phy-sel: add dev_warn() for unsupported PHY modeDavid Rivshin1-2/+10
2016-01-29net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann1-6/+6
2016-01-10net: ti: cpmac: Fix build error due to missed API changeGuenter Roeck1-1/+1
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn2-2/+3
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-3/+0
2016-01-07phy: Centralise print about attached phyAndrew Lunn2-6/+3
2016-01-07phy: add phydev_name() wrapperAndrew Lunn3-4/+4
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+38
2015-12-29drivers: net: cpsw: fix error return codeJulia Lawall1-3/+7
2015-12-19netcp: fix regression in receive processingArnd Bergmann1-3/+7
2015-12-18drivers: net: cpsw: increment reference count on fixed-link PHY nodeDavid Rivshin1-4/+9
2015-12-18drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHYDavid Rivshin1-18/+22
2015-12-18ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phyPascal Speck (Iktek)1-1/+1
2015-12-11netcp: add more __le32 annotationsArnd Bergmann2-5/+6
2015-12-11netcp: try to reduce type confusion in descriptorsArnd Bergmann1-52/+71
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-11-20net: cpsw: Fix ethernet regression for dm814xTony Lindgren1-0/+3
2015-11-18net: add netif_tx_napi_add()Eric Dumazet2-2/+2
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+13
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-11-04drivers: net: cpsw: Add support for fixed-link PHYMarkus Brunner1-0/+13
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2015-10-26net: netcp: add missing of_node_putJulia Lawall1-2/+6
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2015-10-23drivers: net: cpsw: use module_platform_driverGrygorii Strashko1-11/+1
2015-10-21drivers: net: cpsw: add phy-handle parsingHeiko Schocher1-4/+11
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera3-3/+0
2015-10-09drivers/net/ethernet: make ti/cpsw-phy-sel.c explicitly non-modularPaul Gortmaker1-6/+4
2015-09-29drivers: net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-66/+55
2015-09-23net: davinci_emac: Add support for fixed-link PHYNeil Armstrong1-2/+6
2015-09-23net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan1-16/+10
2015-09-23net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan1-1/+1
2015-09-23net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan1-0/+5
2015-09-23net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan1-6/+7
2015-09-23net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan1-7/+12
2015-09-23net: netcp: remove dead code from the driverKaricheri, Muralidharan1-9/+0
2015-09-23net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok1-27/+20
2015-09-21drivers: net: cpsw-common: add support for reading mac address for dra7 and am437x platformsMugunthan V N1-0/+6
2015-09-21drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N4-59/+57
2015-09-15drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N1-0/+9
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+2
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-0/+2
2015-08-25net: davinci_emac: fix error return codeJulia Lawall1-1/+3
2015-08-13drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N1-6/+77
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-23/+13