summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvneta.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* mvneta: MVNETA_SKB_HEADROOM set last 3 bits to zeroSven Auhagen2020-05-251-1/+2
* Revert "net: mvneta: speed down the PHY, if WoL used, to save energy"David S. Miller2020-05-221-11/+0
* mvneta: Add XDP frame size to driverJesper Dangaard Brouer2020-05-141-10/+15
* net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas2020-05-131-0/+11
* net: mvneta: Fix a typoChristophe JAILLET2020-04-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-2/+1
|\
| * net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang2020-03-161-2/+1
* | net: mvneta: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+2