aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford2-317/+547
2017-10-14net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEYAlex Vesker3-18/+36
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface ethtool opsAlex Vesker3-2/+8
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface ndosAlex Vesker3-7/+144
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface nic profileAlex Vesker3-6/+102
2017-10-14net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker5-2/+184
2017-10-14net/mlx5e: IPoIB, Support for setting PKEY index to underlay QPAlex Vesker2-0/+10
2017-10-14net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker5-54/+171
2017-10-14net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functionsAlex Vesker1-38/+70
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud11-382/+392
2017-10-14net/mlx5: File renaming towards ptp core implementationFeras Daoud3-3/+3
2017-10-02mlxsw: spectrum_router: Track RIF of IPIP next hopsPetr Machata1-2/+11
2017-10-02mlxsw: spectrum_router: Move VRF refcountingPetr Machata1-2/+3
2017-09-28net/mlx5: Fix wrong indentation in enable SRIOV codeOr Gerlitz1-1/+1
2017-09-28net/mlx5: Fix static checker warning on steering tracepoints codeMatan Barak1-2/+2
2017-09-28net/mlx5e: Fix calculated checksum offloads countersGal Pressman4-6/+13
2017-09-28net/mlx5e: Don't add/remove 802.1ad rules when changing 802.1Q VLAN filterGal Pressman1-2/+2
2017-09-28net/mlx5e: Print netdev features correctly in error messageGal Pressman1-2/+2
2017-09-28net/mlx5e: Check encap entry state when offloading tunneled flowsVlad Buslov1-0/+3
2017-09-28net/mlx5e: Disallow TC offloading of unsupported match/action combinationsOr Gerlitz1-0/+70
2017-09-28net/mlx5e: Fix erroneous freeing of encap header bufferPaul Blakey1-8/+10
2017-09-28net/mlx5: Check device capability for maximum flow countersRaed Salem2-0/+19
2017-09-28net/mlx5: Fix FPGA capability locationInbar Karmy3-5/+4
2017-09-28net/mlx5e: IPoIB, Fix access to invalid memory addressRoi Dayan1-1/+2
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