summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2020-04-23mlxsw: Fix some IS_ERR() vs NULL bugsDan Carpenter4-7/+7
2020-04-21net/mlx5e: Get the latest values from counters in switchdev modeZhu Yanjun1-1/+6
2020-04-21net/mlx5: Kconfig: convert imply usage to weak dependencySaeed Mahameed1-4/+4
2020-04-21net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy4-5/+15
2020-04-21net/mlx5: CT: Change idr to xarray to protect parallel tuple id allocationPaul Blakey1-11/+12
2020-04-21net/mlx5: Fix failing fw tracer allocation on s390Niklas Schnelle1-3/+3
2020-04-19net/mlx4_en: avoid indirect call in TX completionEric Dumazet1-1/+13
2020-04-09net/mlx5e: CT: Use rhashtable's ct entries instead of a separate listPaul Blakey1-12/+7
2020-04-09net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit1-1/+1
2020-04-09net/mlx5e: Fix pfnum in devlink port attributeParav Pandit1-4/+5
2020-04-09net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan1-1/+2
2020-04-09net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin1-2/+3
2020-04-09net/mlx5e: Add missing release firmware callEran Ben Elisha1-1/+4
2020-04-09net/mlx5: Fix condition for termination table cleanupEli Cohen2-10/+3
2020-04-09net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh1-1/+1
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-7/+13
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLEPetr Machata1-3/+6
2020-04-06mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_PRIORITYPetr Machata1-3/+6
2020-04-03mlxsw: spectrum_trap: fix unintention integer overflow on left shiftColin Ian King1-1/+1
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-2/+59
2020-03-31mlxsw: spectrum_trap: Add support for setting of packet trap group parametersIdo Schimmel5-5/+46
2020-03-31mlxsw: spectrum_trap: Switch to use correct packet trap groupIdo Schimmel3-18/+16
2020-03-31mlxsw: spectrum_trap: Do not initialize dedicated discard policerIdo Schimmel1-9/+1
2020-03-31mlxsw: spectrum_trap: Add devlink-trap policer supportIdo Schimmel6-11/+297
2020-03-31mlxsw: spectrum_trap: Prepare policers for registration with devlinkIdo Schimmel2-1/+77
2020-03-31mlxsw: spectrum: Track used packet trap policer IDsIdo Schimmel4-3/+38
2020-03-31mlxsw: reg: Extend QPCR registerIdo Schimmel1-0/+17
2020-03-31devlink: Add packet trap group parameters supportIdo Schimmel1-4/+4
2020-03-30mlxsw: spectrum_ptp: Fix build warningsIdo Schimmel1-0/+4
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha3-4/+4
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko5-7/+14
2020-03-30net/mlx5e: add mlx5e_rep_indr_setup_ft_cb supportwenxu1-0/+49
2020-03-30net/mlx5e: refactor indr setup blockwenxu1-21/+21
2020-03-30net/mlx5: E-Switch: Move eswitch chains to a new directorySaeed Mahameed8-6/+10
2020-03-30net/mlx5: Use a separate work queue for fib event handlingMark Zhang2-4/+11
2020-03-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2-30/+6
2020-03-30mlx4: fix "initializer element not constant" compiler errorJacob Keller1-4/+7
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2020-03-28mlxsw: spectrum_router: Avoid uninitialized symbol errorsIdo Schimmel1-3/+4
2020-03-28mlxsw: switchx2: Remove unnecessary conversion to boolIdo Schimmel1-1/+1
2020-03-28mlxsw: core_acl: Avoid defining static variable in header fileIdo Schimmel2-39/+47
2020-03-28mlxsw: spectrum: Remove unused RIF and FID familiesIdo Schimmel2-248/+47
2020-03-28mlxsw: spectrum_router: Add proper function documentationIdo Schimmel1-5/+9
2020-03-28mlxsw: i2c: Add missing field documentationIdo Schimmel1-0/+1
2020-03-27Merge branch 'mlx5_tx_steering' into rdma.git for-nextJason Gunthorpe4-5/+60
2020-03-27net/mlx5: Add support for RDMA TX steeringMichael Guralnik3-2/+59
2020-03-27devlink: track snapshot id usage count using an xarrayJacob Keller1-0/+3
2020-03-27devlink: report error once U32_MAX snapshot ids have been usedJacob Keller1-3/+8
2020-03-27devlink: convert snapshot destructor callback to region opJacob Keller1-2/+4
2020-03-27devlink: prepare to support region operationsJacob Keller1-4/+12