summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+3
2026-01-10net: ethernet: ave: Remove unnecessary 'out of memory' messageKunihiko Hayashi-3/+1
2025-03-25net: netsec: Add metadata support for xdp modeLorenzo Bianconi-2/+5
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2023-11-28eth: link netdev to page_pools in driversJakub Kicinski-0/+2
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior-1/+1
2023-09-20net: ethernet: socionext: Convert to platform remove callback returning voidUwe Kleine-König-8/+4
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin-1/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+11
2023-08-01net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown-0/+11
2023-07-27net: Explicitly include correct DT includesRob Herring-1/+2
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka-0/+3
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-4/+4
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2022-10-26net: ethernet: ave: Fix MAC to be in charge of PHY PMKunihiko Hayashi-0/+6
2022-10-26net: ethernet: ave: Remove duplicate phy_resume() callsKunihiko Hayashi-6/+0
2022-10-20net: netsec: fix error handling in netsec_register_mdio()Yang Yingliang-0/+2
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-3/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-4/+4
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski-2/+1
2022-02-28net: netsec: enable pp skb recyclingLorenzo Bianconi-1/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2021-12-27ethernet: netsec: Use platform_get_irq() to get the interruptLad Prabhakar-7/+6
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni-1/+1
2021-10-20ethernet: netsec: use eth_hw_addr_set()Jakub Kicinski-7/+9
2021-10-18net: ethernet: ave: Add compatible string and SoC-dependent data for NX1 SoCKunihiko Hayashi-0/+15
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski-7/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski-5/+5
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-1/+1
2021-09-17net: netsec: Make use of the helper function dev_err_probe()Cai Huoqing-12/+9
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-3/+7
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-2/+2
2021-06-24netsec: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen-3/+0
2021-05-17net: socionext: Demote non-compliant kernel-doc headersYang Shen-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle-7/+3
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-9/+7
2021-03-18netsec: restore phy power state after controller resetMian Yousaf Kaukab-3/+6
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi-9/+7
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi-4/+2
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi-2/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel-1/+1
2020-11-20net: netsec: add xdp tx return bulking supportLorenzo Bianconi-1/+11
2020-10-20netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel-7/+17
2020-09-28net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi-21/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko-3/+0