aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-094-4/+8
* mlxsw: core_acl_flex_actions: Fix helper to get the first KVD linear indexJiri Pirko2018-07-082-4/+9
* mlxsw: core_acl_flex_actions: Allow the first set to be dummyJiri Pirko2018-07-082-1/+17
* mlxsw: spectrum: Put pointer to flex action ops to mlxsw_spJiri Pirko2018-07-083-2/+8
* mlxsw: core_acl_flex_keys: Change SRC_SYS_PORT flex key element sizeJiri Pirko2018-07-082-5/+5
* mlxsw: core_acl_flex_keys: Split MAC and IP address flex key elementsJiri Pirko2018-07-084-62/+96
* mlxsw: spectrum_acl: Ignore always-zeroed bits in tp->prioJiri Pirko2018-07-081-1/+1
* mlxsw: reg: Introduce Flex2 key type for PTAR registerJiri Pirko2018-07-082-5/+15
* mlxsw: spectrum: Change name of mlxsw_sp_afk_blocks to mlxsw_sp1_afk_blocksJiri Pirko2018-07-082-4/+4
* mlxsw: spectrum_router: avoid uninitialized variable accessArnd Bergmann2018-07-071-4/+2
* mlx4: Add support for devlink reload and load driverinit valuesMoshe Shemesh2018-07-053-3/+55
* mlx4: Add mlx4 initial parameters table and register itMoshe Shemesh2018-07-051-2/+106
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-0311-33/+41
|\
| * Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-2811-33/+41
| |\
| | * net/mlx5: Fix command interface race in polling modeAlex Vesker2018-06-261-1/+3
| | * net/mlx5: Fix incorrect raw command length parsingAlex Vesker2018-06-261-3/+1
| | * net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterShay Agroskin2018-06-261-2/+2
| | * net/mlx5: Fix required capability for manipulating MPFSEli Cohen2018-06-261-4/+5
| | * net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen2018-06-262-9/+5
| | * net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-263-9/+9
| | * net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-265-6/+13
| | * net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Or Gerlitz2018-06-261-1/+5
* | | net/mlx5e: Update NIC HW stats on demand onlySaeed Mahameed2018-06-283-6/+8
* | | net/mlx5e: Add counter for total num of NOP operationsTariq Toukan2018-06-282-0/+3
* | | net/mlx5e: Add counter for MPWQE filler stridesTariq Toukan2018-06-283-6/+14
* | | net/mlx5e: Add channel events counterTariq Toukan2018-06-283-1/+7
* | | net/mlx5e: Add a counter for congested UMRsTariq Toukan2018-06-284-0/+12
* | | net/mlx5e: Add NAPI statisticsTariq Toukan2018-06-283-0/+21
* | | net/mlx5e: Add XDP_TX completions statisticsTariq Toukan2018-06-283-0/+7
* | | net/mlx5e: Add TX completions statisticsTariq Toukan2018-06-283-3/+13
* | | net/mlx5e: RX, Use existing WQ local variableTariq Toukan2018-06-281-1/+1
* | | net/mlx5e: Convert large order kzalloc allocations to kvzallocTariq Toukan2018-06-281-22/+22
* | | net/mlx5e: Add UDP GSO remaining counterBoris Pismenny2018-06-283-0/+5
* | | net/mlx5e: Add UDP GSO supportBoris Pismenny2018-06-286-9/+139
* | | net: sched: call reoffload op on block callback regJohn Hurley2018-06-261-2/+2
* | | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-263-6/+8
* | | mlxsw: spectrum_switchdev: Ban PVID change if bridge has a RIFPetr Machata2018-06-261-2/+45
* | | mlxsw: spectrum_router: Add mlxsw_sp_rif_fid()Petr Machata2018-06-262-0/+6
* | | mlxsw: spectrum_router: Publish mlxsw_sp_rif_find_by_dev()Petr Machata2018-06-262-5/+3
* | | mlxsw: spectrum_router: Allocate FID according to PVIDPetr Machata2018-06-261-1/+14
* | | mlxsw: spectrum_router: Propagate extack to .fid_get()Petr Machata2018-06-261-6/+10
|/ /
* / net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-25/+27
|\
| * mlxsw: spectrum_switchdev: Fix port_vlan refcountingPetr Machata2018-06-151-1/+3
| * mlxsw: spectrum_router: Align with new route replace logicIdo Schimmel2018-06-151-16/+5
| * mlxsw: spectrum_router: Allow appending to dev-only routesIdo Schimmel2018-06-151-8/+19
* | treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-121-3/+3
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-122-5/+7
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-5/+5
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-128-30/+40