summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/socionext/netsec.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-28eth: link netdev to page_pools in driversJakub Kicinski1-0/+2
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-09-20net: ethernet: socionext: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-08-02net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown1-0/+11
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+3
2022-10-21net: netsec: fix error handling in netsec_register_mdio()Yang Yingliang1-0/+2
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-02-28net: netsec: enable pp skb recyclingLorenzo Bianconi1-1/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-27ethernet: netsec: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+6
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-20ethernet: netsec: use eth_hw_addr_set()Jakub Kicinski1-7/+9
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski1-7/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-5/+5
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-17net: netsec: Make use of the helper function dev_err_probe()Cai Huoqing1-12/+9
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-3/+7
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-24netsec: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
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-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-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+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-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-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-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-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: netsec: Fix signedness bug in netsec_probe()Dan Carpenter1-1/+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