summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/socionext
AgeCommit message (Expand)AuthorFilesLines
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-7/+3
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+7
2021-03-18netsec: restore phy power state after controller resetMian Yousaf Kaukab1-3/+6
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-9/+7
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+2
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-20net: netsec: add xdp tx return bulking supportLorenzo Bianconi1-1/+11
2020-10-21netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel1-7/+17
2020-09-28net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi1-21/+11
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-22net: ethernet: ave: Fix error returns in ave_initWang Hai1-1/+1
2020-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-15net: netsec: Add support for XDP frame sizeIlias Apalodimas1-12/+18
2020-05-07net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-03-18net: socionext: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-02-20net: page_pool: API cleanup and commentsIlias Apalodimas1-12/+11
2020-02-19net: socionext: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-5/+1
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-20Merge 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-15net: 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-31net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-10net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas1-45/+41
2019-07-10net: 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-09net: 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-06net: netsec: Sync dma for device on buffer allocationIlias Apalodimas1-0/+5
2019-07-06net: socionext: remove set but not used variable 'pkts'YueHaibing1-2/+1
2019-07-02net: netsec: add XDP supportIlias Apalodimas1-27/+334
2019-07-02net: 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