summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
...
| * sh_eth: stop reading ECMR in sh_eth_dev_init()Sergei Shtylyov2016-01-111-5/+2
* | mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-11/+1
* | phy: Centralise print about attached phyAndrew Lunn2016-01-071-2/+1
* | phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* | sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()Sergei Shtylyov2016-01-041-43/+29
* | sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov2016-01-041-16/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-11/+14
|\ \ | |/
| * sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov2015-12-221-11/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-14/+41
|\ \ | |/
| * sh_eth: fix descriptor access endiannessSergei Shtylyov2015-12-151-10/+14
| * sh_eth: fix TX buffer byte-swappingSergei Shtylyov2015-12-151-2/+1
| * sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2015-12-141-0/+24
| * sh_eth: fix kernel oops in skb_put()Sergei Shtylyov2015-12-051-2/+2
* | sh_eth: get rid of bb_{set|clr|read}()Sergei Shtylyov2015-12-081-21/+6
* | sh_eth: factor out common code from MDIO bitbang methodsSergei Shtylyov2015-12-081-23/+12
* | sh_eth: remove mask fields from 'struct bb_info'Sergei Shtylyov2015-12-081-15/+7
* | sh_eth: read MAC address registers only onceSergei Shtylyov2015-12-051-6/+9
* | sh_eth: Remove obsolete r8a777x-ether platform_device_id entryGeert Uytterhoeven2015-11-241-3/+0
* | sh_eth: Remove obsolete r8a7740-gether platform_device_id entryGeert Uytterhoeven2015-11-241-63/+62
* | sh_eth: Remove obsolete r8a779x-ether platform_device_id entriesGeert Uytterhoeven2015-11-241-4/+2
* | sh_eth: Remove obsolete r7s72100-ether platform_device_id entryGeert Uytterhoeven2015-11-241-41/+42
|/
* sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()Sergei Shtylyov2015-11-041-38/+22
* sh_eth: kill 'ret' variable in sh_eth_ring_init()Sergei Shtylyov2015-11-041-16/+8
* sh_eth: use DMA barriersSergei Shtylyov2015-11-031-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-5/+5
|\
| * sh_eth: fix WARNING in dma_common_free_remap()Sergei Shtylyov2015-11-021-1/+1
| * sh_eth: fix uninitialized arrays in sh_eth_ring_init()Sergei Shtylyov2015-11-021-4/+4
* | sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov2015-11-021-2/+2
|/
* sh_eth: fix RX buffer size calculationSergei Shtylyov2015-10-261-2/+2
* sh_eth: fix RX buffer size alignmentSergei Shtylyov2015-10-261-5/+5
* sh_eth: propagate platform_get_irq() error upstreamSergei Shtylyov2015-08-281-3/+1
* sh_eth: Mitigate lost statistics updatesBen Hutchings2015-03-041-12/+25
* sh_eth: Optionally log RX and TX status for each completed descriptorBen Hutchings2015-03-041-0/+7
* sh_eth: Implement ethtool register dump operationsBen Hutchings2015-03-041-8/+189
* sh_eth: WARN on access to a register not implemented in a particular chipBen Hutchings2015-03-041-1/+15
* sh_eth: Implement multicast statistic based on the RFS8 status bitBen Hutchings2015-03-041-0/+2
* sh_eth: Really fix padding of short frames on TXBen Hutchings2015-03-021-1/+1
* Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings2015-03-021-3/+2
* sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings2015-03-021-1/+1
* sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings2015-03-021-0/+6
* sh_eth: Fix lost MAC address on kexecGeert Uytterhoeven2015-03-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-62/+134
|\
| * sh_eth: Fix DMA-API usage for RX buffersBen Hutchings2015-01-271-11/+23
| * sh_eth: Check for DMA mapping errors on transmitBen Hutchings2015-01-271-0/+4
| * sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings2015-01-271-7/+32
| * sh_eth: Remove RX overflow log messagesBen Hutchings2015-01-271-3/+0
| * sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings2015-01-261-9/+30
| * sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings2015-01-261-16/+18
| * sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings2015-01-261-1/+2
| * sh_eth: Fix padding of short frames on TXBen Hutchings2015-01-261-4/+4
OpenPOWER on IntegriCloud