summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+36
2016-04-29drivers: net: cpsw: use of_phy_connect() in fixed-link caseDavid Rivshin1-10/+1
2016-04-29drivers: net: cpsw: don't ignore phy-mode if phy-handle is usedDavid Rivshin1-2/+8
2016-04-29drivers: net: cpsw: fix segfault in case of bad phy-handleDavid Rivshin1-13/+22
2016-04-29drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac configDavid Rivshin1-7/+6
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-04-21drivers: net: cpsw: fix wrong regs access in cpsw_ndo_openGrygorii Strashko1-2/+2
2016-04-20Revert "Prevent NUll pointer dereference with two PHYs on cpsw"Andrew Goodbody1-16/+15
2016-04-16cpsw: Prevent NUll pointer dereference with two PHYsAndrew Goodbody1-15/+16
2016-04-11drivers: net: cpsw: drop host_port field from struct cpsw_privGrygorii Strashko1-18/+12
2016-04-11drivers: net: cpsw: fix port_mask parameters in ale callsGrygorii Strashko1-13/+9
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+2
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-2/+2
2016-01-01Merge 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-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-11-19net: add netif_tx_napi_add()Eric Dumazet1-1/+1
2015-11-05drivers: net: cpsw: Add support for fixed-link PHYMarkus Brunner1-0/+13
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 Vecera1-1/+0
2015-09-22drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N1-7/+4
2015-09-15drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N1-0/+9
2015-08-14drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N1-6/+77
2015-08-07drivers: net: cpsw: add separate napi for txMugunthan V N1-13/+31
2015-08-07drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N1-17/+9
2015-08-07drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...Mugunthan V N1-25/+2
2015-07-21drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N1-6/+3
2015-07-10drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N1-16/+3
2015-07-09drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N1-2/+4
2015-05-26net: cpsw: remove redundant calls disabling dma interrupts.Richard Cochran1-3/+0
2015-05-26net: cpsw: remove redundant calls enabling dma interrupts.Richard Cochran1-2/+0
2015-05-26net: cpsw: fix misplaced break statements.Richard Cochran1-2/+2
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-01net: ti: cpsw: add hibernation callbacksGrygorii Strashko1-4/+3
2015-02-28drivers: net: cpsw: Set SECURE for dual_emac ucastGeorge McCollister1-1/+1
2015-01-31net: cpsw: Add a minimal cpsw-common module for shared codeTony Lindgren1-33/+2
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+39
2015-01-27drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N1-0/+22
2015-01-19net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLERFelipe Balbi1-2/+2
2015-01-18net: ethernet: cpsw: don't requests IRQs we don't useFelipe Balbi1-39/+33
2015-01-18net: ethernet: cpsw: unroll IRQ request loopFelipe Balbi1-15/+47
2015-01-15drivers: net: cpsw: fix cpsw hung with add vlan using vconfigMugunthan V N1-10/+17
2015-01-14drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N1-2/+9
2015-01-05net: ethernet: cpsw: fix hangs with interruptsFelipe Balbi1-11/+8
2014-11-16drivers: net: cpsw: Fix TX_IN_SEL offsetJohn Ogness1-3/+3