aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)Author
2014-03-05net: macb: DMA-unmap full rx-bufferSoren Brinkmann
2014-03-05net: macb: Check DMA mappings for errorSoren Brinkmann
2013-12-11net: macb: Fix build warningSoren Brinkmann
2013-12-10net: macb: Adjust tx_clk when link speed changesSoren Brinkmann
2013-12-10net: macb: Use devm_request_irq()Soren Brinkmann
2013-12-10net: macb: Use devm_ioremap()Soren Brinkmann
2013-12-10net: macb: Migrate to devm clock interfaceSoren Brinkmann
2013-12-10net: macb: Migrate to dev_pm_opsSoren Brinkmann
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-30net: macb: use dev_get_platdata()Jingoo Han
2013-08-30net: at91_ether: use dev_get_platdata()Jingoo Han
2013-08-29net/cadence/macb: fix invalid 0 return if no phy is discovered on mii initBoris BREZILLON
2013-08-26net/cadence/macb: add support for dt phy definitionBoris BREZILLON
2013-07-11drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ...Wolfram Sang
2013-07-09net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim
2013-06-19at91_ether: Do not select NET_COREBen Hutchings
2013-06-06net/macb: change RX path for GEMNicolas Ferre
2013-06-06net/macb: increase RX buffer size for GEMNicolas Ferre
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-14net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre
2013-05-11net/ethernet: MACB should depend on HAS_DMAGeert Uytterhoeven
2013-05-11net/ethernet: ARM_AT91_ETHER should depend on HAS_DMAGeert Uytterhoeven
2013-04-15net/macb: fix error return code in macb_probe()Nicolas Ferre
2013-04-12net/at91_ether: fix error return code in at91ether_probe()Wei Yongjun
2013-04-02net/cadence/macb: Simplify OF dependenciesGuenter Roeck
2013-04-02net/cadence/at91_ether: Simplify OF dependenciesGuenter Roeck
2013-03-28net/macb: make clk_enable atomicSteffen Trumtrar
2013-03-28net/macb: force endian_swp_pkt_en to offSteffen Trumtrar
2013-03-28net/macb: clear tx/rx completion flags in ISRSteffen Trumtrar
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-03-05net: macb: use module_platform_driver_probe()Jingoo Han
2013-03-05net: at91_ether: use module_platform_driver_probe()Jingoo Han
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-14drivers/net,AT91RM9200: add missing GENERIC_HARDIRQS dependencyHeiko Carstens
2013-02-13net/macb: fix race with RX interrupt while doing NAPINicolas Ferre
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-12-03net/cadence: remove __dev* attributesBill Pemberton
2012-11-23net/macb: GEM DMA configuration register updateNicolas Ferre
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood
2012-11-19net/macb: move to circ_buf macros and fix initial conditionNicolas Ferre
2012-11-14net/macb: clear unused address registerJoachim Eastwood
2012-11-14net/macb: add support for phy irq via gpio pinJoachim Eastwood
2012-11-07net/at91_ether: fix comment and style issuesJoachim Eastwood
2012-11-07net/at91_ether: clean up print outsJoachim Eastwood
2012-11-07net/at91_ether: drop board_data private struct memberJoachim Eastwood
2012-11-07net/at91_ether: use stat function from macbJoachim Eastwood
2012-11-07net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood
2012-11-07net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood