summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-2/+2
|\
| * drivers: net: cpsw: fix wrong regs access in cpsw_ndo_openGrygorii Strashko2016-04-211-2/+2
| * Revert "Prevent NUll pointer dereference with two PHYs on cpsw"Andrew Goodbody2016-04-201-16/+15
| * cpsw: Prevent NUll pointer dereference with two PHYsAndrew Goodbody2016-04-151-15/+16
* | drivers: net: cpsw: drop host_port field from struct cpsw_privGrygorii Strashko2016-04-111-18/+12
* | drivers: net: cpsw: fix port_mask parameters in ale callsGrygorii Strashko2016-04-111-13/+9
|/
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+2
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-2/+2
* 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
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+1
|/
* drivers: net: cpsw: Add support for fixed-link PHYMarkus Brunner2015-11-041-0/+13
* 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-161-1/+0
* | drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N2015-09-211-7/+4
* | drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N2015-09-151-0/+9
|/
* drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N2015-08-131-6/+77
* 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
* drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N2015-07-211-6/+3
* 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
* net: cpsw: remove redundant calls disabling dma interrupts.Richard Cochran2015-05-251-3/+0
* net: cpsw: remove redundant calls enabling dma interrupts.Richard Cochran2015-05-251-2/+0
* net: cpsw: fix misplaced break statements.Richard Cochran2015-05-251-2/+2
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* net: ti: cpsw: add hibernation callbacksGrygorii Strashko2015-03-011-4/+3
* drivers: net: cpsw: Set SECURE for dual_emac ucastGeorge McCollister2015-02-281-1/+1
* net: cpsw: Add a minimal cpsw-common module for shared codeTony Lindgren2015-01-301-33/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-10/+39
|\
| * drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N2015-01-261-0/+22
| * drivers: net: cpsw: fix cpsw hung with add vlan using vconfigMugunthan V N2015-01-151-10/+17
* | net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLERFelipe Balbi2015-01-191-2/+2
* | net: ethernet: cpsw: don't requests IRQs we don't useFelipe Balbi2015-01-181-39/+33
* | net: ethernet: cpsw: unroll IRQ request loopFelipe Balbi2015-01-181-15/+47
|/
* drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N2015-01-131-2/+9
* net: ethernet: cpsw: fix hangs with interruptsFelipe Balbi2015-01-041-11/+8
* drivers: net: cpsw: Fix TX_IN_SEL offsetJohn Ogness2014-11-161-3/+3
* drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen2014-10-311-2/+18
* drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen2014-10-311-5/+5
* drivers: net:cpsw: fix probe_dt when only slave 1 is pinned outMugunthan V N2014-10-281-9/+9
* drivers: net: cpsw: remove child devices while driver detachMugunthan V N2014-10-141-0/+10
* net: cpsw: Add am33xx MACID readoutMarkus Pargmann2014-09-301-1/+41
* net: cpsw: Replace pr_err by dev_errMarkus Pargmann2014-09-301-1/+1