summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-314-37/+77
|\ \ | |/
| * net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-292-28/+17
| * net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan2015-07-291-3/+2
| * net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-291-2/+11
| * net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok2015-07-273-2/+47
* | net: netcp: Fixes efuse mac addr swap on k2e and k2lWingMan Kwok2015-07-291-2/+13
* | net: netcp: Adds missing statistics for K2L and K2EWingMan Kwok2015-07-271-3/+174
* | net: netcp: Fixes to CPSW statistics collectionWingMan Kwok2015-07-271-11/+75
* | net: netcp: Consolidates statistics collection codeWingMan Kwok2015-07-271-45/+54
* | net: netcp: Fixes error in oversized memory allocation for statistics storageWingMan Kwok2015-07-271-25/+21
* | net: netcp: Fixes hw statistics module base setting errorWingMan Kwok2015-07-271-1/+5
* | net: netcp: Fixes the use of spin_lock_bh in timer functionWingMan Kwok2015-07-271-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-232-7/+4
|\ \ | |/
| * drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N2015-07-211-6/+3
| * net: netcp: fix improper initialization in netcp_ndo_open()Karicheri, Muralidharan2015-07-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-131-18/+7
|\ \ | |/
| * drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N2015-07-091-16/+3
| * drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N2015-07-081-2/+4
OpenPOWER on IntegriCloud