summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2018-07-09mlxsw: spectrum_kvdl: Pass entry_count to free functionJiri Pirko6-13/+14
2018-07-09mlxsw: spectrum_kvdl: Pass entry type to alloc/freeJiri Pirko6-39/+82
2018-07-09mlxsw: spectrum_kvdl: Push out KVD linear management into opsJiri Pirko5-393/+516
2018-07-09net/mlx5: Use 2-factor allocator callsKees Cook1-5/+9
2018-07-08mlxsw: core_acl_flex_actions: Fix helper to get the first KVD linear indexJiri Pirko2-4/+9
2018-07-08mlxsw: core_acl_flex_actions: Allow the first set to be dummyJiri Pirko2-1/+17
2018-07-08mlxsw: spectrum: Put pointer to flex action ops to mlxsw_spJiri Pirko3-2/+8
2018-07-08mlxsw: core_acl_flex_keys: Change SRC_SYS_PORT flex key element sizeJiri Pirko2-5/+5
2018-07-08mlxsw: core_acl_flex_keys: Split MAC and IP address flex key elementsJiri Pirko4-62/+96
2018-07-08mlxsw: spectrum_acl: Ignore always-zeroed bits in tp->prioJiri Pirko1-1/+1
2018-07-08mlxsw: reg: Introduce Flex2 key type for PTAR registerJiri Pirko2-5/+15
2018-07-08mlxsw: spectrum: Change name of mlxsw_sp_afk_blocks to mlxsw_sp1_afk_blocksJiri Pirko2-4/+4
2018-07-07mlxsw: spectrum_router: avoid uninitialized variable accessArnd Bergmann1-4/+2
2018-07-05mlx4: Add support for devlink reload and load driverinit valuesMoshe Shemesh3-3/+55
2018-07-05mlx4: Add mlx4 initial parameters table and register itMoshe Shemesh1-2/+106
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-33/+41
2018-06-28net/mlx5e: Update NIC HW stats on demand onlySaeed Mahameed3-6/+8
2018-06-28net/mlx5e: Add counter for total num of NOP operationsTariq Toukan2-0/+3
2018-06-28net/mlx5e: Add counter for MPWQE filler stridesTariq Toukan3-6/+14
2018-06-28net/mlx5e: Add channel events counterTariq Toukan3-1/+7
2018-06-28net/mlx5e: Add a counter for congested UMRsTariq Toukan4-0/+12
2018-06-28net/mlx5e: Add NAPI statisticsTariq Toukan3-0/+21
2018-06-28net/mlx5e: Add XDP_TX completions statisticsTariq Toukan3-0/+7
2018-06-28net/mlx5e: Add TX completions statisticsTariq Toukan3-3/+13
2018-06-28net/mlx5e: RX, Use existing WQ local variableTariq Toukan1-1/+1
2018-06-28net/mlx5e: Convert large order kzalloc allocations to kvzallocTariq Toukan1-22/+22
2018-06-28net/mlx5e: Add UDP GSO remaining counterBoris Pismenny3-0/+5
2018-06-28net/mlx5e: Add UDP GSO supportBoris Pismenny6-9/+139
2018-06-28Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller11-33/+41
2018-06-26net/mlx5: Fix command interface race in polling modeAlex Vesker1-1/+3
2018-06-26net/mlx5: Fix incorrect raw command length parsingAlex Vesker1-3/+1
2018-06-26net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterShay Agroskin1-2/+2
2018-06-26net/mlx5: Fix required capability for manipulating MPFSEli Cohen1-4/+5
2018-06-26net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen2-9/+5
2018-06-26net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz3-9/+9
2018-06-26net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz5-6/+13
2018-06-26net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Or Gerlitz1-1/+5
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley1-2/+2
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley3-6/+8
2018-06-26mlxsw: spectrum_switchdev: Ban PVID change if bridge has a RIFPetr Machata1-2/+45
2018-06-26mlxsw: spectrum_router: Add mlxsw_sp_rif_fid()Petr Machata2-0/+6
2018-06-26mlxsw: spectrum_router: Publish mlxsw_sp_rif_find_by_dev()Petr Machata2-5/+3
2018-06-26mlxsw: spectrum_router: Allocate FID according to PVIDPetr Machata1-1/+14
2018-06-26mlxsw: spectrum_router: Propagate extack to .fid_get()Petr Machata1-6/+10
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-25/+27
2018-06-15mlxsw: spectrum_switchdev: Fix port_vlan refcountingPetr Machata1-1/+3
2018-06-15mlxsw: spectrum_router: Align with new route replace logicIdo Schimmel1-16/+5
2018-06-15mlxsw: spectrum_router: Allow appending to dev-only routesIdo Schimmel1-8/+19
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook1-3/+3