summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvneta.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: mvneta: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)2024-04-291-1/+2
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-12/+13
* net: mvneta: fix calls to page_pool_get_statsSven Auhagen2023-11-131-8/+20
* net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
* net: ethernet: marvell: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-1/+1
* net: mvneta: fix txq_map in case of txq_number==1Klaus Kudielka2023-07-061-2/+2
* net: mvneta: update PCS driver to use neg_modeRussell King (Oracle)2023-06-221-3/+4
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-3/+2
* net: mvneta: allocate TSO header DMA memory in chunksRussell King (Oracle)2023-05-111-18/+70
* net: mvneta: move tso_build_hdr() into mvneta_tso_put_hdr()Russell King (Oracle)2023-05-111-11/+11
* net: mvneta: use buf->type to determine whether to dma-unmapRussell King (Oracle)2023-05-111-7/+4
* net: mvneta: mark mapped and tso buffers separatelyRussell King (Oracle)2023-05-111-2/+4
* net: mvneta: fix transmit path dma-unmapping on errorRussell King (Oracle)2023-05-111-20/+33
* net: mvneta: fix potential double-frees in mvneta_txq_sw_deinit()Russell King (Oracle)2023-03-301-0/+2
* net: mvneta: do not set xdp_features for hw buffer devicesLorenzo Bianconi2023-02-131-3/+6
* Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+3
|\
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+3
* | net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+1
|\
| * net: mvneta: Fix an out of bounds checkDan Carpenter2022-12-081-4/+1
| * net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter2022-12-051-0/+3
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | net: mvneta: Remove unused variable iColin Ian King2022-10-311-3/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-3/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* net: mvneta: add support for page_pool_get_statsLorenzo Bianconi2022-04-151-1/+19
* net: mvneta: Add support for 98DX2530 Ethernet portChris Packham2022-03-171-0/+12
* net: mvneta: remove unnecessary if condition in mvneta_xdp_submit_frameLorenzo Bianconi2022-01-281-4/+2
* net: mvneta: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-271-2/+10
* net: mvneta: reorder initialisationRussell King (Oracle)2022-01-271-52/+51
* net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang2022-01-241-1/+1
* bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2022-01-211-1/+2
* net: mvneta: enable jumbo frames if the loaded XDP program support fragsLorenzo Bianconi2022-01-211-4/+9
* net: mvneta: add frags support to XDP_TXLorenzo Bianconi2022-01-211-36/+76
* net: marvell: rely on xdp_update_skb_shared_info utility routineLorenzo Bianconi2022-01-211-13/+10
* net: mvneta: simplify mvneta_swbm_add_rx_fragment managementLorenzo Bianconi2022-01-211-27/+15
* net: mvneta: update frags bit before passing the xdp buffer to eBPF layerLorenzo Bianconi2022-01-211-5/+18
* 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
* | net: mvneta: convert to pcs_validate() and phylink_generic_validate()Russell King (Oracle)2021-12-161-19/+18
* | net: mvneta: convert to phylink pcs operationsRussell King2021-12-161-52/+91
* | net: mvneta: convert to use mac_prepare()/mac_finish()Russell King2021-12-161-35/+68
* | net: mvneta: mark as a legacy_pre_march2020 driverRussell King (Oracle)2021-12-131-0/+1
|/
* net: mvneta: program 1ms autonegotiation clock divisorRussell King2021-12-011-2/+6