summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvneta.c
AgeCommit message (Expand)Author
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-20net: marvell: clean up trigraph warning on ??! stringColin Ian King
2021-07-20net: mvneta: deny disabling autoneg for 802.3z modesRussell King (Oracle)
2021-07-03net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragmentLorenzo Bianconi
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-24marvell: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-22net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csumLorenzo Bianconi
2021-06-07mvneta: recycle buffersMatteo Croce
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-29net: marvell: Delete extra spacesYangyang Li
2021-03-29net: marvell: Fix the trailing format of some block commentsYangyang Li
2021-03-29net: marvell: Delete duplicate word in commentsYangyang Li
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-02-16net: mvneta: Implement mqprio supportMaxime Chevallier
2021-02-16net: mvneta: Remove per-cpu queue mapping for Armada 3700Maxime Chevallier
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-06net: mvneta: fix error message when MTU too large for XDPMarek Behún
2020-12-22net: ethernet: mvneta: Fix error handling in mvneta_probeDinghao Liu
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-24net: mvneta: alloc skb_shared_info on the mvneta_rx_swbm stackLorenzo Bianconi
2020-11-24net: mvneta: move skb_shared_info in mvneta_xdp_put_buff callerLorenzo Bianconi
2020-11-24net: mvneta: avoid unnecessary xdp_buff initializationLorenzo Bianconi
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-16net: mvneta: fix possible memory leak in mvneta_swbm_add_rx_fragmentLorenzo Bianconi
2020-11-14net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-04net: mvneta: fix double free of txq->bufTom Rix
2020-09-29net: mvneta: avoid possible cache misses in mvneta_rx_swbmLorenzo Bianconi
2020-09-28net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_freeLorenzo Bianconi
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-20net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()Zhang Changzhong
2020-09-20net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skbLorenzo Bianconi
2020-09-20net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi
2020-09-10net: mvneta: fix possible use-after-free in mvneta_xdp_put_buffLorenzo Bianconi
2020-09-10net: mventa: drop mvneta_stats from mvneta_swbm_rx_frame signatureLorenzo Bianconi
2020-09-10net: mvneta: rely on MVNETA_MAX_RX_BUF_SIZE for pkt split in mvneta_swbm_rx_f...Lorenzo Bianconi
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-29net: mvneta: fix comment about phylink_speed_downJisheng Zhang
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-19net: mvneta: move rxq->left_size on the stackLorenzo Bianconi
2020-07-19net: mvneta: get rid of skb in mvneta_rx_queueLorenzo Bianconi
2020-07-19net: mvneta: drop all fragments in XDP_DROPLorenzo Bianconi
2020-07-19net: mvneta: move mvneta_run_xdp after descriptors processingLorenzo Bianconi
2020-07-19net: mvneta: move skb build after descriptors processingLorenzo Bianconi
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-30net: mvneta: fix use of state->speedRussell King
2020-06-26net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas