summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* net: netsec: Add support for XDP frame sizeIlias Apalodimas2020-05-141-12/+18
* net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-061-1/+1
* net: socionext: reject unsupported coalescing paramsJakub Kicinski2020-03-171-0/+2
* net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-201-12/+11
* net: socionext: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-5/+1
* net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi2020-02-121-0/+9
* net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi2020-01-271-1/+1
* net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi2020-01-271-1/+1
* net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-7/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-7/+13
|\
| * net: ethernet: ave: Avoid lockdep warningKunihiko Hayashi2020-01-161-7/+13
* | net: socionext: get rid of huge dma sync in netsec_alloc_rx_dataLorenzo Bianconi2020-01-141-17/+26
* | net: netsec: Change page pool nid to NUMA_NO_NODEIlias Apalodimas2020-01-031-1/+1
|/
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+3
* net: netsec: Correct dma sync for XDP_TX framesIlias Apalodimas2019-10-171-2/+2
* net: socionext: netsec: fix xdp stats accountingLorenzo Bianconi2019-10-171-2/+3
* net: socionext: netsec: always grab descriptor lockLorenzo Bianconi2019-10-011-23/+7
* net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi2019-09-271-3/+3
* net: socionext: Fix a signedness bug in ave_probe()Dan Carpenter2019-09-271-1/+1
* net: netsec: Fix signedness bug in netsec_probe()Dan Carpenter2019-09-271-1/+1
* net: socionext: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* 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