aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-26net/mlx5: Add FGs and FTEs memory poolMaor Gottlieb2-16/+53
2017-09-26net/mlx5: Allocate FTE object without lockMaor Gottlieb1-46/+46
2017-09-26net/mlx5: Support multiple updates of steering rules in parallelMaor Gottlieb2-126/+264
2017-09-26net/mlx5: Replace fs_node mutex with reader/writer semaphoreMaor Gottlieb2-15/+15
2017-09-26net/mlx5: Refactor FTE and FG creation codeMaor Gottlieb2-167/+190
2017-09-26net/mlx5: Export building of matched flow groups listMaor Gottlieb1-36/+64
2017-09-26net/mlx5: Move the entry index allocator to flow groupMaor Gottlieb2-10/+10
2017-09-26net/mlx5: Avoid NULL pointer dereference on steering cleanupMaor Gottlieb1-0/+2
2017-09-26net/mlx5: Fix creating a new FTE when an existing but full FTE existsMatan Barak1-2/+4
2017-09-16mlxsw: spectrum_router: Only handle IPv4 and IPv6 eventsIdo Schimmel1-1/+2
2017-09-12mlxsw: spectrum: Prevent mirred-related crash on removalYuval Mintz1-10/+9
2017-09-11mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+Arkadi Sharshevsky1-2/+17
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds81-1754/+7030
2017-09-05net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2-6/+8
2017-09-03Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller7-227/+215
2017-09-03mlxsw: spectrum_router: Support GRE tunnelsPetr Machata4-0/+207
2017-09-03mlxsw: spectrum_router: Add loopback accessorsPetr Machata2-0/+13
2017-09-03mlxsw: spectrum: Register for IPIP_DECAP_ERROR trapPetr Machata2-0/+2
2017-09-03mlxsw: spectrum_router: Use existing decap routePetr Machata1-4/+76
2017-09-03mlxsw: spectrum_router: Support IPv4 underlay decapPetr Machata3-5/+146
2017-09-03mlxsw: spectrum_router: Support IPv6 overlay encapPetr Machata1-1/+19
2017-09-03mlxsw: spectrum_router: Support IPv4 overlay encapPetr Machata2-1/+257
2017-09-03mlxsw: spectrum_router: Make nexthops typedPetr Machata1-43/+95
2017-09-03mlxsw: spectrum_router: Extract mlxsw_sp_rt6_is_gateway()Petr Machata1-4/+11
2017-09-03mlxsw: spectrum_router: Extract mlxsw_sp_fi_is_gateway()Petr Machata1-4/+10
2017-09-03mlxsw: spectrum_router: Introduce loopback RIFsPetr Machata3-2/+164
2017-09-03mlxsw: spectrum_router: Support FID-less RIFsPetr Machata1-22/+63
2017-09-03mlxsw: spectrum_router: Add mlxsw_sp_ipip_opsPetr Machata4-2/+110
2017-09-03mlxsw: spectrum_router: Publish mlxsw_sp_l3protoPetr Machata2-5/+5
2017-09-03mlxsw: reg: Give mlxsw_reg_ratr_pack a type parameterPetr Machata2-1/+4
2017-09-03mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack()Petr Machata2-5/+9
2017-09-03mlxsw: reg: Add Routing Tunnel Decap Properties RegisterPetr Machata1-0/+129
2017-09-03mlxsw: reg: Add mlxsw_reg_ralue_act_ip2me_tun_pack()Petr Machata1-0/+9
2017-09-03mlxsw: reg: Move enum mlxsw_reg_ratr_trap_idPetr Machata1-5/+5
2017-09-03mlxsw: reg: Update RATR to support IP-in-IP tunnelsPetr Machata1-0/+66
2017-09-03mlxsw: reg: Update RITR to support loopback devicePetr Machata1-0/+88
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds23-165/+395
2017-09-03net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qpsColin Ian King1-2/+3
2017-09-03net/mlx4_core: fix memory leaks on error exit pathColin Ian King1-1/+2
2017-09-03net/mlx5e: Distribute RSS table among all RX ringsTariq Toukan3-17/+4
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan3-2/+26
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan3-15/+1
2017-09-03net/mlx5e: Slightly increase RX page-cache sizeTariq Toukan1-1/+1
2017-09-03net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan3-2/+9
2017-09-03net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan3-26/+2
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan4-87/+92
2017-09-03net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan3-7/+8
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan5-8/+10
2017-09-03net/mlx5e: Refactor data-path lro header functionTariq Toukan1-25/+20
2017-09-03net/mlx5e: Early-return on empty completion queuesTariq Toukan2-24/+32