summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.c
Commit message (Expand)AuthorAgeFilesLines
* net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim2013-07-091-1/+1
* net/macb: change RX path for GEMNicolas Ferre2013-06-061-49/+259
* net/macb: increase RX buffer size for GEMNicolas Ferre2013-06-061-8/+37
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-2/+0
* net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre2013-05-141-2/+16
* net/macb: fix error return code in macb_probe()Nicolas Ferre2013-04-151-2/+2
* net/cadence/macb: Simplify OF dependenciesGuenter Roeck2013-04-021-37/+6
* net/macb: make clk_enable atomicSteffen Trumtrar2013-03-281-10/+10
* net/macb: force endian_swp_pkt_en to offSteffen Trumtrar2013-03-281-0/+1
* net/macb: clear tx/rx completion flags in ISRSteffen Trumtrar2013-03-281-0/+3
* net: macb: use module_platform_driver_probe()Jingoo Han2013-03-051-12/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-181-0/+5
|\
| * net/macb: fix race with RX interrupt while doing NAPINicolas Ferre2013-02-131-0/+5
* | net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
|/
* net/cadence: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* net/macb: GEM DMA configuration register updateNicolas Ferre2012-11-231-2/+8
* net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood2012-11-191-3/+0
* net/macb: move to circ_buf macros and fix initial conditionNicolas Ferre2012-11-191-10/+7
* net/macb: clear unused address registerJoachim Eastwood2012-11-141-0/+8
* net/macb: add support for phy irq via gpio pinJoachim Eastwood2012-11-141-1/+11
* net/at91_ether: use stat function from macbJoachim Eastwood2012-11-071-1/+2
* net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood2012-11-071-3/+5
* net/macb: support reversed hw addrJoachim Eastwood2012-11-071-6/+18
* net/macb: check all address registers setsJoachim Eastwood2012-11-071-15/+20
* macb: Keep driver's speed/duplex in sync with actual NCFGRVitalii Demianets2012-11-031-0/+2
* net/macb: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD2012-11-011-0/+11
* net/macb: Offset first RX buffer by two bytesHavard Skinnemoen2012-11-011-7/+16
* net/macb: better manage tx errorsNicolas Ferre2012-11-011-54/+112
* net/macb: ethtool interface: add register dump featureNicolas Ferre2012-11-011-0/+40
* net/macb: clean up ring buffer logicHavard Skinnemoen2012-11-011-63/+109
* net/macb: tx status is more than 8 bits nowNicolas Ferre2012-11-011-1/+1
* net/macb: remove macb_get_drvinfo()Nicolas Ferre2012-11-011-11/+0
* net/macb: change debugging messagesHavard Skinnemoen2012-11-011-10/+12
* net/macb: memory barriers cleanupHavard Skinnemoen2012-11-011-4/+14
* net/macb: Add support for Gigabit Ethernet modePatrice Vilchez2012-11-011-3/+12
* net/macb: fix truncate warningsJoachim Eastwood2012-10-231-4/+4
* net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood2012-10-191-1/+2
* net/macb: export some symbols for at91_etherJoachim Eastwood2012-10-191-3/+6
* net/macb: manage carrier state with call to netif_carrier_{on|off}()Nicolas Ferre2012-07-091-2/+11
* macb: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-1/+1
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1
* macb: use an unique MDIO bus name.Florian Fainelli2012-01-101-1/+2
* net: macb: fix build break with !CONFIG_OFOlof Johansson2011-12-211-0/+1
* net/macb: add DT support for Cadence macb/gem driverJean-Christophe PLAGNIOL-VILLARD2011-12-161-8/+65
* macb: allow GEM to have configurable receive buffer sizeJamie Iles2011-11-221-0/+17
* macb: support DMA bus widths > 32 bitsJamie Iles2011-11-221-0/+23
* macb: support statistics for GEM devicesJamie Iles2011-11-221-3/+54
* macb: support higher rate GEM MDIO clock divisorsJamie Iles2011-11-221-11/+44
OpenPOWER on IntegriCloud