summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext
Commit message (Expand)AuthorAgeFilesLines
...
* net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas2019-07-091-45/+41
* net: netsec: remove superfluous if statementIlias Apalodimas2019-07-091-4/+4
* net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas2019-07-091-8/+9
* net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-081-6/+2
* net: netsec: Sync dma for device on buffer allocationIlias Apalodimas2019-07-081-3/+1
* net: netsec: Sync dma for device on buffer allocationIlias Apalodimas2019-07-051-0/+5
* net: socionext: remove set but not used variable 'pkts'YueHaibing2019-07-051-2/+1
* net: netsec: add XDP supportIlias Apalodimas2019-07-011-27/+334
* net: netsec: Use page_pool APIIlias Apalodimas2019-07-012-47/+80
* net: netsec: remove loops in napi Rx processIlias Apalodimas2019-06-191-9/+2
* net: netsec: initialize tx ring on ndo_openIlias Apalodimas2019-06-191-14/+18
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: socionext: replace napi_alloc_frag with the netdev variant on initIlias Apalodimas2019-04-231-4/+7
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* net: socionext: remove mmio reads on TxIlias Apalodimas2018-12-151-43/+54
* net: socionext: correctly recover txq after being fullIlias Apalodimas2018-12-151-11/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-10/+14
|\
| * net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entryKunihiko Hayashi2018-11-291-0/+1
| * net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOMKunihiko Hayashi2018-11-291-6/+8
| * net: ethernet: ave: Increase descriptors to improve performanceKunihiko Hayashi2018-11-291-4/+5
* | net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi2018-11-291-0/+10
* | net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi2018-11-291-1/+5
* | net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi2018-11-291-0/+44
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-1/+1
* | net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas2018-11-081-8/+3
* | net: socionext: different approach on DMAIlias Apalodimas2018-11-081-99/+128
|/
* net: socionext: Reset tx queue in ndo_stopMasahisa Kojima2018-10-231-0/+3
* net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima2018-10-231-2/+16
* net: socionext: Stop PHY before resetting netsecMasahisa Kojima2018-10-231-4/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-1/+4
|\
| * net: socionext: clear rx irq correctlyIlias Apalodimas2018-10-111-1/+4
* | net: phy: Add helper for advertise to lcl valueAndrew Lunn2018-10-011-4/+1
* | net: socionext: Fix two sleep-in-atomic-context bugs in ave_rxfifo_reset()Jia-Ju Bai2018-09-171-2/+2
* | net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-10/+1
* | net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-1/+2
* | net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-4/+2
|/
* net: socionext: Increase descriptors to 256Ilias Apalodimas2018-08-111-3/+2
* net: socionext: Use descriptor info instead of MMIO reads on RxIlias Apalodimas2018-08-111-15/+10
* net: socionext: remove redundant pointer ndevColin Ian King2018-07-051-2/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-2/+2
|\
| * net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel2018-05-281-2/+2
* | net: ethernet: ave: add support for phy-mode setting of system controllerKunihiko Hayashi2018-04-202-12/+140
* | net: ethernet: ave: add multiple clocks and resets support as required propertyKunihiko Hayashi2018-04-201-24/+84
* | net: socionext: reset hardware in ndo_stopMasahisa KOJIMA2018-04-161-8/+15
* | net: netsec: enable tx-irq during open callbackJassi Brar2018-04-161-2/+2
|/
* net: ethernet: ave: add UniPhier PXs3 supportKunihiko Hayashi2018-03-261-0/+8
* net: ethernet: ave: enable Rx drop interruptKunihiko Hayashi2018-03-091-1/+1