summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann2016-01-291-6/+6
* net: ti: cpmac: Fix build error due to missed API changeGuenter Roeck2016-01-101-1/+1
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* phy: Add an mdio_device structureAndrew Lunn2016-01-072-2/+3
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-3/+0
* phy: Centralise print about attached phyAndrew Lunn2016-01-072-6/+3
* phy: add phydev_name() wrapperAndrew Lunn2016-01-073-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-25/+38
|\
| * drivers: net: cpsw: fix error return codeJulia Lawall2015-12-291-3/+7
| * drivers: net: cpsw: increment reference count on fixed-link PHY nodeDavid Rivshin2015-12-181-4/+9
| * drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHYDavid Rivshin2015-12-181-18/+22
| * ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phyPascal Speck (Iktek)2015-12-181-1/+1
* | netcp: fix regression in receive processingArnd Bergmann2015-12-191-3/+7
* | netcp: add more __le32 annotationsArnd Bergmann2015-12-112-5/+6
* | netcp: try to reduce type confusion in descriptorsArnd Bergmann2015-12-111-52/+71
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-0/+3
|\ \ | |/
| * net: cpsw: Fix ethernet regression for dm814xTony Lindgren2015-11-201-0/+3
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-182-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-101-0/+13
|\
| * drivers: net: cpsw: Add support for fixed-link PHYMarkus Brunner2015-11-041-0/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+2
|\ \ | |/ |/|
| * drivers: net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-2/+6
|\ \
| * | net: netcp: add missing of_node_putJulia Lawall2015-10-261-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-4/+11
|\ \ \ | |/ /
| * | drivers: net: cpsw: add phy-handle parsingHeiko Schocher2015-10-211-4/+11
* | | drivers: net: cpsw: use module_platform_driverGrygorii Strashko2015-10-231-11/+1
* | | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-163-3/+0
* | | drivers/net/ethernet: make ti/cpsw-phy-sel.c explicitly non-modularPaul Gortmaker2015-10-091-6/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-262-66/+55
|\ \ \ | |/ /
| * | net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan2015-09-231-16/+10
| * | net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan2015-09-231-1/+1
| * | net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan2015-09-231-0/+5
| * | net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan2015-09-231-6/+7
| * | net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan2015-09-231-7/+12
| * | net: netcp: remove dead code from the driverKaricheri, Muralidharan2015-09-231-9/+0
| * | net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok2015-09-231-27/+20
* | | net: davinci_emac: Add support for fixed-link PHYNeil Armstrong2015-09-231-2/+6
* | | drivers: net: cpsw-common: add support for reading mac address for dra7 and a...Mugunthan V N2015-09-211-0/+6
* | | drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N2015-09-214-59/+57
* | | drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N2015-09-151-0/+9
|/ /
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-031-0/+2
|\ \
| * | MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-031-0/+2
* | | net: davinci_emac: fix error return codeJulia Lawall2015-08-251-1/+3
* | | drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N2015-08-131-6/+77
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-132-23/+13
|\ \ \ | |/ /
| * | net: netcp: fix unused interface rx buffer size configurationWingMan Kwok2015-08-072-23/+13
| |/
* | drivers: net: cpsw: add separate napi for txMugunthan V N2015-08-061-13/+31
* | drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N2015-08-061-17/+9
* | drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...Mugunthan V N2015-08-061-25/+2
OpenPOWER on IntegriCloud