summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/socionext
AgeCommit message (Expand)Author
2019-10-01net: socionext: netsec: always grab descriptor lockLorenzo Bianconi
2019-09-27net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi
2019-09-27net: socionext: Fix a signedness bug in ave_probe()Dan Carpenter
2019-09-27net: netsec: Fix signedness bug in netsec_probe()Dan Carpenter
2019-08-21net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-09net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas
2019-07-09net: netsec: remove superfluous if statementIlias Apalodimas
2019-07-09net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas
2019-07-08net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk
2019-07-08net: netsec: Sync dma for device on buffer allocationIlias Apalodimas
2019-07-05net: netsec: Sync dma for device on buffer allocationIlias Apalodimas
2019-07-05net: socionext: remove set but not used variable 'pkts'YueHaibing
2019-07-01net: netsec: add XDP supportIlias Apalodimas
2019-07-01net: netsec: Use page_pool APIIlias Apalodimas
2019-06-19net: netsec: remove loops in napi Rx processIlias Apalodimas
2019-06-19net: netsec: initialize tx ring on ndo_openIlias Apalodimas
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-23net: socionext: replace napi_alloc_frag with the netdev variant on initIlias Apalodimas
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-15net: socionext: remove mmio reads on TxIlias Apalodimas
2018-12-15net: socionext: correctly recover txq after being fullIlias Apalodimas
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-29net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entryKunihiko Hayashi
2018-11-29net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOMKunihiko Hayashi
2018-11-29net: ethernet: ave: Increase descriptors to improve performanceKunihiko Hayashi
2018-11-29net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi
2018-11-29net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi
2018-11-29net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-11-08net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas
2018-11-08net: socionext: different approach on DMAIlias Apalodimas
2018-10-23net: socionext: Reset tx queue in ndo_stopMasahisa Kojima
2018-10-23net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima
2018-10-23net: socionext: Stop PHY before resetting netsecMasahisa Kojima
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-11net: socionext: clear rx irq correctlyIlias Apalodimas
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn
2018-09-17net: socionext: Fix two sleep-in-atomic-context bugs in ave_rxfifo_reset()Jia-Ju Bai
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-08-11net: socionext: Increase descriptors to 256Ilias Apalodimas
2018-08-11net: socionext: Use descriptor info instead of MMIO reads on RxIlias Apalodimas
2018-07-05net: socionext: remove redundant pointer ndevColin Ian King
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-28net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel
2018-04-20net: ethernet: ave: add support for phy-mode setting of system controllerKunihiko Hayashi