summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw.c
AgeCommit message (Expand)Author
2015-12-29drivers: net: cpsw: fix error return codeJulia Lawall
2015-12-18drivers: net: cpsw: increment reference count on fixed-link PHY nodeDavid Rivshin
2015-12-18drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHYDavid Rivshin
2015-12-18ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phyPascal Speck (Iktek)
2015-11-04drivers: net: cpsw: Add support for fixed-link PHYMarkus Brunner
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23drivers: net: cpsw: use module_platform_driverGrygorii Strashko
2015-10-21drivers: net: cpsw: add phy-handle parsingHeiko Schocher
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-21drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N
2015-09-15drivers: net: cpsw: Add support to drive gpios for ethernet to be functionalMugunthan V N
2015-08-13drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N
2015-08-06drivers: net: cpsw: add separate napi for txMugunthan V N
2015-08-06drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N
2015-08-06drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...Mugunthan V N
2015-07-21drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N
2015-07-09drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N
2015-07-08drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N
2015-05-25net: cpsw: remove redundant calls disabling dma interrupts.Richard Cochran
2015-05-25net: cpsw: remove redundant calls enabling dma interrupts.Richard Cochran
2015-05-25net: cpsw: fix misplaced break statements.Richard Cochran
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-01net: ti: cpsw: add hibernation callbacksGrygorii Strashko
2015-02-28drivers: net: cpsw: Set SECURE for dual_emac ucastGeorge McCollister
2015-01-30net: cpsw: Add a minimal cpsw-common module for shared codeTony Lindgren
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-26drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N
2015-01-19net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLERFelipe Balbi
2015-01-18net: ethernet: cpsw: don't requests IRQs we don't useFelipe Balbi
2015-01-18net: ethernet: cpsw: unroll IRQ request loopFelipe Balbi
2015-01-15drivers: net: cpsw: fix cpsw hung with add vlan using vconfigMugunthan V N
2015-01-13drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N
2015-01-04net: ethernet: cpsw: fix hangs with interruptsFelipe Balbi
2014-11-16drivers: net: cpsw: Fix TX_IN_SEL offsetJohn Ogness
2014-10-31drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen
2014-10-31drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen
2014-10-28drivers: net:cpsw: fix probe_dt when only slave 1 is pinned outMugunthan V N
2014-10-14drivers: net: cpsw: remove child devices while driver detachMugunthan V N
2014-09-30net: cpsw: Add am33xx MACID readoutMarkus Pargmann
2014-09-30net: cpsw: Replace pr_err by dev_errMarkus Pargmann
2014-09-30net: cpsw: Add missing return valueMarkus Pargmann
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-13drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdevMugunthan V N
2014-09-10drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdownMugunthan V N
2014-09-09ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram
2014-09-08drivers: net: cpsw: Add support for pause framesMugunthan V N
2014-09-05net: ethernet: cpsw: improve interrupt lookup logic in cpsw_probe()Daniel Mack
2014-07-24drivers: net: cpsw: cleanup: remove unused functionMugunthan V N
2014-07-22drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N
2014-07-15drivers: net: cpsw: disable coalesce when rx_coalesce_usecs is zeroMugunthan V N