aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-12net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi1-0/+9
2020-01-27net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi1-1/+1
2020-01-27net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi1-1/+1
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit1-7/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+13
2020-01-16net: ethernet: ave: Avoid lockdep warningKunihiko Hayashi1-7/+13
2020-01-14net: socionext: get rid of huge dma sync in netsec_alloc_rx_dataLorenzo Bianconi1-17/+26
2020-01-03net: netsec: Change page pool nid to NUMA_NO_NODEIlias Apalodimas1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+3
2019-10-17net: netsec: Correct dma sync for XDP_TX framesIlias Apalodimas1-2/+2
2019-10-17net: socionext: netsec: fix xdp stats accountingLorenzo Bianconi1-2/+3
2019-10-01net: socionext: netsec: always grab descriptor lockLorenzo Bianconi1-23/+7
2019-09-27net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi1-3/+3
2019-09-27net: socionext: Fix a signedness bug in ave_probe()Dan Carpenter1-1/+1
2019-09-27net: netsec: Fix signedness bug in netsec_probe()Dan Carpenter1-1/+1
2019-08-21net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-09net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas1-45/+41
2019-07-09net: netsec: remove superfluous if statementIlias Apalodimas1-4/+4
2019-07-09net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas1-8/+9
2019-07-08net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk1-6/+2
2019-07-08net: netsec: Sync dma for device on buffer allocationIlias Apalodimas1-3/+1
2019-07-05net: netsec: Sync dma for device on buffer allocationIlias Apalodimas1-0/+5
2019-07-05net: socionext: remove set but not used variable 'pkts'YueHaibing1-2/+1
2019-07-01net: netsec: add XDP supportIlias Apalodimas1-27/+334
2019-07-01net: netsec: Use page_pool APIIlias Apalodimas2-47/+80
2019-06-19net: netsec: remove loops in napi Rx processIlias Apalodimas1-9/+2
2019-06-19net: netsec: initialize tx ring on ndo_openIlias Apalodimas1-14/+18
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-23net: socionext: replace napi_alloc_frag with the netdev variant on initIlias Apalodimas1-4/+7
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-15net: socionext: remove mmio reads on TxIlias Apalodimas1-43/+54
2018-12-15net: socionext: correctly recover txq after being fullIlias Apalodimas1-11/+45
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+14
2018-11-29net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entryKunihiko Hayashi1-0/+1
2018-11-29net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOMKunihiko Hayashi1-6/+8
2018-11-29net: ethernet: ave: Increase descriptors to improve performanceKunihiko Hayashi1-4/+5
2018-11-29net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi1-0/+10
2018-11-29net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi1-1/+5
2018-11-29net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi1-0/+44
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+1
2018-11-08net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas1-8/+3
2018-11-08net: socionext: different approach on DMAIlias Apalodimas1-99/+128
2018-10-23net: socionext: Reset tx queue in ndo_stopMasahisa Kojima1-0/+3
2018-10-23net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima1-2/+16
2018-10-23net: socionext: Stop PHY before resetting netsecMasahisa Kojima1-4/+15
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2018-10-11net: socionext: clear rx irq correctlyIlias Apalodimas1-1/+4
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn1-4/+1