aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvneta.c
Commit message (Expand)AuthorAgeFilesLines
...
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+2
* net: marvell: Delete extra spacesYangyang Li2021-03-291-1/+1
* net: marvell: Fix the trailing format of some block commentsYangyang Li2021-03-291-2/+4
* net: marvell: Delete duplicate word in commentsYangyang Li2021-03-291-3/+1
* bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-7/+6
* net: mvneta: Implement mqprio supportMaxime Chevallier2021-02-161-0/+61
* net: mvneta: Remove per-cpu queue mapping for Armada 3700Maxime Chevallier2021-02-161-1/+8
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-5/+2
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+1
* net: mvneta: fix error message when MTU too large for XDPMarek Behún2021-01-061-1/+1
* net: ethernet: mvneta: Fix error handling in mvneta_probeDinghao Liu2020-12-221-1/+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: mvneta: alloc skb_shared_info on the mvneta_rx_swbm stackLorenzo Bianconi2020-11-241-19/+23
* | net: mvneta: move skb_shared_info in mvneta_xdp_put_buff callerLorenzo Bianconi2020-11-241-11/+21
* | net: mvneta: avoid unnecessary xdp_buff initializationLorenzo Bianconi2020-11-241-4/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-2/+3
|\ \ | |/ |/|
| * net: mvneta: fix possible memory leak in mvneta_swbm_add_rx_fragmentLorenzo Bianconi2020-11-161-2/+3
* | net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi2020-11-141-1/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-11/+2
|\
| * net: mvneta: fix double free of txq->bufTom Rix2020-10-041-11/+2
* | net: mvneta: avoid possible cache misses in mvneta_rx_swbmLorenzo Bianconi2020-09-291-6/+6
* | net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_freeLorenzo Bianconi2020-09-281-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-3/+7
|\|
| * net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi2020-09-201-1/+5
| * net: mvneta: fix possible use-after-free in mvneta_xdp_put_buffLorenzo Bianconi2020-09-101-2/+2
* | net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()Zhang Changzhong2020-09-201-4/+3
* | net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skbLorenzo Bianconi2020-09-201-7/+4
* | net: mventa: drop mvneta_stats from mvneta_swbm_rx_frame signatureLorenzo Bianconi2020-09-101-3/+2
* | net: mvneta: rely on MVNETA_MAX_RX_BUF_SIZE for pkt split in mvneta_swbm_rx_f...Lorenzo Bianconi2020-09-101-2/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-5/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-5/+0
* | net: mvneta: fix comment about phylink_speed_downJisheng Zhang2020-07-291-1/+1
|/
* net: mvneta: move rxq->left_size on the stackLorenzo Bianconi2020-07-191-16/+13
* net: mvneta: get rid of skb in mvneta_rx_queueLorenzo Bianconi2020-07-191-6/+0
* net: mvneta: drop all fragments in XDP_DROPLorenzo Bianconi2020-07-191-14/+12
* net: mvneta: move mvneta_run_xdp after descriptors processingLorenzo Bianconi2020-07-191-15/+7
* net: mvneta: move skb build after descriptors processingLorenzo Bianconi2020-07-191-57/+101
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
|\
| * net: mvneta: fix use of state->speedRussell King2020-06-301-1/+1
* | net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas2020-06-261-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-23/+53
|\|
| * net: ethernet: mvneta: Add back interface mode validationSascha Hauer2020-06-241-3/+19
| * net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer2020-06-241-1/+1
| * net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphySascha Hauer2020-06-181-0/+6
| * net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphySascha Hauer2020-06-181-36/+44
* | net: tso: cache transport header lengthEric Dumazet2020-06-181-3/+2
|/
* net: mvneta: do not redirect frames during reconfigurationLorenzo Bianconi2020-06-091-0/+13
* net: ethernet: mvneta: fix MVNETA_SKB_HEADROOM alignmentAlexander Lobakin2020-06-051-1/+1