summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext
AgeCommit message (Expand)Author
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-20net: netsec: add xdp tx return bulking supportLorenzo Bianconi
2020-10-20netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel
2020-09-28net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-21net: ethernet: ave: Fix error returns in ave_initWang Hai
2020-06-25socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-14net: netsec: Add support for XDP frame sizeIlias Apalodimas
2020-05-06net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-03-17net: socionext: reject unsupported coalescing paramsJakub Kicinski
2020-02-20net: page_pool: API cleanup and commentsIlias Apalodimas
2020-02-19net: socionext: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-02-12net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi
2020-01-27net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi
2020-01-27net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16net: ethernet: ave: Avoid lockdep warningKunihiko Hayashi
2020-01-14net: socionext: get rid of huge dma sync in netsec_alloc_rx_dataLorenzo Bianconi
2020-01-03net: netsec: Change page pool nid to NUMA_NO_NODEIlias Apalodimas
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-10-17net: netsec: Correct dma sync for XDP_TX framesIlias Apalodimas
2019-10-17net: socionext: netsec: fix xdp stats accountingLorenzo Bianconi
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