summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext
Commit message (Expand)AuthorAgeFilesLines
* net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown2023-08-011-0/+11
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+3
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-0/+6
|\
| * net: ethernet: ave: Fix MAC to be in charge of PHY PMKunihiko Hayashi2022-10-261-0/+6
* | net: ethernet: ave: Remove duplicate phy_resume() callsKunihiko Hayashi2022-10-261-6/+0
|/
* net: netsec: fix error handling in netsec_register_mdio()Yang Yingliang2022-10-201-0/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-3/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-4/+4
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-2/+1
* net: netsec: enable pp skb recyclingLorenzo Bianconi2022-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | ethernet: netsec: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-7/+6
|/
* ethernet: netsec: use eth_hw_addr_set()Jakub Kicinski2021-10-201-7/+9
* net: ethernet: ave: Add compatible string and SoC-dependent data for NX1 SoCKunihiko Hayashi2021-10-181-0/+15
* ethernet: make more use of device_get_ethdev_address()Jakub Kicinski2021-10-071-7/+2
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-5/+5
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* net: netsec: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-171-12/+9
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-3/+7
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* netsec: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* net: socionext: Demote non-compliant kernel-doc headersYang Shen2021-05-171-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-7/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-9/+7
|\
| * bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-9/+7
* | netsec: restore phy power state after controller resetMian Yousaf Kaukab2021-03-181-3/+6
|/
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+2
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | net: netsec: add xdp tx return bulking supportLorenzo Bianconi2020-11-201-1/+11
|/
* netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel2020-10-201-7/+17
* net: ethernet: ave: Replace alloc_etherdev() with devm_alloc_etherdev()Kunihiko Hayashi2020-09-281-21/+11
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-3/+0
* net: ethernet: ave: Fix error returns in ave_initWang Hai2020-07-211-1/+1
* socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-251-2/+3
* 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