summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-252-4/+3
|\
| * net: mvmdio: avoid error message for optional IRQChris Packham2020-03-171-1/+1
| * Revert "net: mvmdio: avoid error message for optional IRQ"Chris Packham2020-03-171-3/+3
| * net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang2020-03-161-2/+1
* | octeontx2-pf: Fix ndo_set_rx_modeSunil Goutham2020-03-252-2/+29
* | octeontx2-pf: Fix rx buffer page refcountSunil Goutham2020-03-251-0/+1
* | octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham2020-03-235-89/+75
* | octeontx2-af: Remove driver version and fix authorshipSunil Goutham2020-03-232-6/+2
* | octeontx2-pf: Cleanup all receive buffers in SG descriptorGeetha sowjanya2020-03-232-9/+34
* | octeontx2-vf: Link event notification supportTomasz Duszynski2020-03-232-2/+93
* | octeontx2-vf: Ethtool supportTomasz Duszynski2020-03-233-14/+117
* | octeontx2-vf: Virtual function driver supportTomasz Duszynski2020-03-238-1/+699
* | octeontx2-pf: Handle VF function level resetGeetha sowjanya2020-03-232-3/+239
* | octeontx2-pf: Enable SRIOV and added VF mbox handlingSunil Goutham2020-03-232-0/+446
* | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-2/+2
* | net: sky2: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+4
* | net: skge: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+1
* | net: octeontx2-pf: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-141-11/+2
* | net: mvpp2: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+2
* | net: mvneta: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+2
* | net: mv643xx_eth: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-3/+3
|\|
| * net: mvmdio: avoid error message for optional IRQChris Packham2020-03-121-3/+3
* | octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter2020-03-121-2/+5
* | flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-0/+6
* | PCI: Add constant PCI_STATUS_ERROR_BITSHeiner Kallweit2020-03-042-14/+0
* | net: marvell: add PCI_STATUS_SIG_TARGET_ABORT to PCI status error bitsHeiner Kallweit2020-03-042-0/+2
* | octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"Colin Ian King2020-03-031-1/+1
* | mvneta: add XDP ethtool errors stats for TX to driverJesper Dangaard Brouer2020-03-021-4/+26
* | octeontx2-af: Modify rvu_reg_poll() to check reg atleast twiceSunil Goutham2020-03-021-6/+8
* | octeontx2-af: Enable PCI masterSunil Goutham2020-03-021-7/+6
* | octeontx2-af: Set discovery ID for RVUM blockSunil Goutham2020-03-022-1/+20
* | octeontx2-af: Optimize data retrieval from firmwareLinu Cherian2020-03-027-65/+173
* | octeontx2-pf: Support to enable/disable pause frames via ethtoolGeetha sowjanya2020-03-024-0/+125
* | octeontx2-af: Pause frame configuration at cgxGeetha sowjanya2020-03-025-0/+157
* | octeontx2-af: Interface backpressure configurationGeetha sowjanya2020-03-023-6/+182
* | net: mvpp2: use resolved link config in mac_link_up()Russell King2020-02-271-36/+47
* | net: mvneta: use resolved link config in mac_link_up()Russell King2020-02-271-17/+38
* | net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-272-9/+18
* | net: marvell: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-262-2/+2
* | net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-201-10/+9
* | net: mvneta: align xdp stats naming scheme to mlx5 driverLorenzo Bianconi2020-02-191-16/+36
* | octeontx2-af: Cleanup nixlf and blkaddr retrieval logicSunil Goutham2020-02-192-83/+50
* | octeontx2-af: Cleanup CGX config permission checksSunil Goutham2020-02-191-31/+24
* | octeontx2-af: Remove unnecessary export symbols in CGX driverSunil Goutham2020-02-191-18/+0
* | net: mvneta: get rid of xdp_ret in mvneta_swbm_rx_frameLorenzo Bianconi2020-02-161-17/+13
* | net: mvneta: introduce xdp counters to ethtoolLorenzo Bianconi2020-02-161-0/+45
* | net: mvneta: rely on struct mvneta_stats in mvneta_update_stats routineLorenzo Bianconi2020-02-161-32/+41
* | net: mvneta: rely on open-coding updating stats for non-xdp and tx pathLorenzo Bianconi2020-02-161-16/+24
* | net: mvneta: move refill_err and skb_alloc_err in per-cpu statsLorenzo Bianconi2020-02-161-14/+55
|/