aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence/macb.c
AgeCommit message (Expand)Author
2013-05-14net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre
2013-04-15net/macb: fix error return code in macb_probe()Nicolas Ferre
2013-04-02net/cadence/macb: 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-05net: macb: use module_platform_driver_probe()Jingoo Han
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
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: use stat function from macbJoachim Eastwood
2012-11-07net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood
2012-11-07net/macb: support reversed hw addrJoachim Eastwood
2012-11-07net/macb: check all address registers setsJoachim Eastwood
2012-11-03macb: Keep driver's speed/duplex in sync with actual NCFGRVitalii Demianets
2012-11-01net/macb: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD
2012-11-01net/macb: Offset first RX buffer by two bytesHavard Skinnemoen
2012-11-01net/macb: better manage tx errorsNicolas Ferre
2012-11-01net/macb: ethtool interface: add register dump featureNicolas Ferre
2012-11-01net/macb: clean up ring buffer logicHavard Skinnemoen
2012-11-01net/macb: tx status is more than 8 bits nowNicolas Ferre
2012-11-01net/macb: remove macb_get_drvinfo()Nicolas Ferre
2012-11-01net/macb: change debugging messagesHavard Skinnemoen
2012-11-01net/macb: memory barriers cleanupHavard Skinnemoen
2012-11-01net/macb: Add support for Gigabit Ethernet modePatrice Vilchez
2012-10-23net/macb: fix truncate warningsJoachim Eastwood
2012-10-19net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood
2012-10-19net/macb: export some symbols for at91_etherJoachim Eastwood
2012-07-09net/macb: manage carrier state with call to netif_carrier_{on|off}()Nicolas Ferre
2012-04-04macb: Support the get_ts_info ethtool method.Richard Cochran
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-10macb: use an unique MDIO bus name.Florian Fainelli
2011-12-21net: macb: fix build break with !CONFIG_OFOlof Johansson
2011-12-16net/macb: add DT support for Cadence macb/gem driverJean-Christophe PLAGNIOL-VILLARD
2011-11-22macb: allow GEM to have configurable receive buffer sizeJamie Iles
2011-11-22macb: support DMA bus widths > 32 bitsJamie Iles
2011-11-22macb: support statistics for GEM devicesJamie Iles
2011-11-22macb: support higher rate GEM MDIO clock divisorsJamie Iles
2011-11-22macb: initial support for Cadence GEMJamie Iles
2011-11-22macb: convert printk to netdev_ and friendsJamie Iles
2011-11-22macb: unify at91 and avr32 platform dataJamie Iles
2011-11-22macb: remove conditional clk handlingJamie Iles