summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-03-09cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari4-5/+52
2020-03-09cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari4-0/+40
2020-03-09flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko1-1/+1
2020-03-09mlxsw: spectrum_acl: Ask device for rule stats only if counter was createdJiri Pirko2-10/+19
2020-03-09flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko1-2/+4
2020-03-09flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko1-1/+2
2020-03-09mlxsw: restrict supported HW stats type to "any"Jiri Pirko1-4/+10
2020-03-09mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko1-0/+2
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko10-11/+54
2020-03-09ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko1-1/+1
2020-03-06nfp: Use pci_get_dsn()Jacob Keller1-15/+9
2020-03-06ixgbe: Use pci_get_dsn()Jacob Keller1-12/+5
2020-03-06ice: Use pci_get_dsn()Jacob Keller1-20/+12
2020-03-06bnxt_en: Use pci_get_dsn()Jacob Keller1-10/+6
2020-03-06ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)1-2/+0
2020-03-06bcm63xx_enet: remove redundant variable definitionstangbin1-1/+0
2020-03-06net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-06mlxsw: spectrum_qdisc: Support offloading of FIFO QdiscPetr Machata3-1/+149
2020-03-06mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replacePetr Machata1-9/+9
2020-03-06mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_statePetr Machata2-44/+45
2020-03-05e1000e: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-05mlx5: reject unsupported coalescing paramsJakub Kicinski3-0/+12
2020-03-05bnxt: reject unsupported coalescing paramsJakub Kicinski1-0/+6
2020-03-05ice: let core reject the unsupported coalescing parametersJakub Kicinski1-56/+3
2020-03-05hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2020-03-05ionic: let core reject the unsupported coalescing parametersJakub Kicinski1-22/+1
2020-03-05nfp: let core reject the unsupported coalescing parametersJakub Kicinski1-20/+2
2020-03-05stmmac: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2020-03-05enic: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+4
2020-03-05xgbe: let core reject the unsupported coalescing parametersJakub Kicinski1-24/+2
2020-03-05net: rmnet: use GFP_KERNEL instead of GFP_ATOMICTaehee Yoo1-2/+2
2020-03-05net: rmnet: print error message when command failsTaehee Yoo3-16/+29
2020-03-05net: rmnet: add missing module aliasTaehee Yoo1-0/+1
2020-03-05net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit2-39/+19
2020-03-05r8169: use pci_status_get_and_clear_errorsHeiner Kallweit1-9/+6
2020-03-05PCI: Add constant PCI_STATUS_ERROR_BITSHeiner Kallweit2-14/+0
2020-03-05r8169: add PCI_STATUS_PARITY to PCI status error bitsHeiner Kallweit1-1/+1
2020-03-05net: marvell: add PCI_STATUS_SIG_TARGET_ABORT to PCI status error bitsHeiner Kallweit2-0/+2
2020-03-05net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean1-10/+0
2020-03-05net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean2-30/+39
2020-03-04gianfar: remove unnecessary zeroing coalesce settingsJakub Kicinski1-29/+0
2020-03-04net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean2-80/+84
2020-03-04net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean2-26/+17
2020-03-04net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean3-523/+297
2020-03-04net: mscc: ocelot: spell out full "ocelot" name instead of "oc"Vladimir Oltean1-21/+24
2020-03-04net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}Vladimir Oltean1-11/+2
2020-03-04net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"Vladimir Oltean1-51/+51
2020-03-04net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean5-215/+68
2020-03-04net: mscc: ocelot: make ocelot_ace_rule support multiple portsYangbo Lu3-13/+13
2020-03-04net/freescale: Don't set zero if FW iand bus not-available in gianfarLeon Romanovsky1-2/+0