summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Add TC offloads matching on IPv6 encapsulation headersOr Gerlitz2017-01-241-3/+27
* net/mlx5: Use exact encap header size for the FW input bufferOr Gerlitz2017-01-241-2/+5
* net/mlx5e: Reorder update statsSaeed Mahameed2017-01-191-3/+3
* net/mlx5: Move cached hca caps to designated caps structGal Pressman2017-01-192-4/+4
* net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman2017-01-193-1/+53
* net/mlx5e: Expose physical layer statistical counters to ethtoolGal Pressman2017-01-193-2/+32
* net/mlx5: Query and cache PCAM, MCAM registers on initializationGal Pressman2017-01-191-0/+20
* net/mlx5: Implement PCAM, MCAM access register commandsGal Pressman2017-01-192-0/+29
* net/mlx5e: Receive s-tagged packets in promiscuous modeMohamad Haj Yahia2017-01-192-20/+68
* net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia2017-01-194-15/+15
* net/mlx5e: Implement 1PPS supportEugenia Emantayev2017-01-193-1/+232
* net/mlx5: Add MTPPS and MTPPSE registers infrastructureEugenia Emantayev2017-01-193-0/+62
* net/mlx5: Fix version printout in case of health issueEli Cohen2017-01-191-17/+3Star
* net/mlx5: Remove information print after attempt to load mlx5_ib moduleLeon Romanovsky2017-01-191-3/+1Star
* net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau2017-01-183-29/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-4/+7
|\
| * net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann2017-01-161-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-114-44/+75
|\|
| * net/mlx5: Only cancel recovery work when cleaning up deviceDaniel Jurgens2017-01-111-2/+4
| * net/mlx5e: Remove WARN_ONCE from adaptive moderation codeGil Rockah2017-01-111-6/+1Star
| * net/mlx5e: Un-register uplink representor on nic_disableSaeed Mahameed2017-01-111-7/+6Star
| * net/mlx5e: Properly handle FW errors while adding TC rulesOr Gerlitz2017-01-111-7/+11
| * net/mlx5e: Fix kbuild warnings for uninitialized parametersHadar Hen Zion2017-01-111-2/+2
| * net/mlx5e: Set inline mode requirements for matching on IP fragmentsOr Gerlitz2017-01-111-0/+4
| * net/mlx5e: Properly get address type of encapsulation IP headersOr Gerlitz2017-01-111-4/+9
| * net/mlx5e: TC ipv4 tunnel encap offload error flow fixesOr Gerlitz2017-01-111-8/+8
| * net/mlx5e: Warn when rejecting offload attempts of IP tunnelsOr Gerlitz2017-01-111-6/+24
| * net/mlx5e: Properly handle offloading of source udp port for IP tunnelsOr Gerlitz2017-01-111-4/+8
* | Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2017-01-097-176/+261
|\ \
| * | net/mlx5: Activate support for 4K UARsEli Cohen2017-01-091-0/+4
| * | IB/mlx5: Support 4k UAR for libmlx5Eli Cohen2017-01-095-85/+15Star
| * | IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-093-129/+3Star
| * | net/mlx5: Add interface to get reference to a UAREli Cohen2017-01-093-13/+55
| * | net/mlx5: Introduce blue flame register allocatorEli Cohen2017-01-081-0/+235
| * | mlx5: Fix naming convention with respect to UARsEli Cohen2017-01-083-53/+53
* | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-082-4/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-059-88/+45Star
|\ \ \ | |/ / |/| / | |/
| * net/mlx5e: Disable netdev after closeSaeed Mahameed2016-12-281-4/+4
| * net/mlx5e: Don't sync netdev state when not registeredSaeed Mahameed2016-12-281-7/+12
| * net/mlx5e: Check ets capability before initializing ets settingsHuy Nguyen2016-12-281-0/+3
| * Revert "net/mlx5e: Expose PCIe statistics to ethtool"Gal Pressman2016-12-283-72/+1Star
| * net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia2016-12-281-1/+1
| * net/mlx5: Release FTE lock in error flowMaor Gottlieb2016-12-281-0/+1
| * net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb2016-12-281-0/+1
| * net/mlx5: Avoid shadowing numa_nodeEli Cohen2016-12-281-2/+1Star
| * net/mlx5: Cancel recovery work in remove flowDaniel Jurgens2016-12-281-2/+3
| * net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich2016-12-281-0/+7
| * net/mlx5: Disable RoCE on the e-switch management port under switchdev modeOr Gerlitz2016-12-281-0/+11
* | {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-025-143/+311
* | net/mlx5: Update PAGE_FAULT_RESUME layoutArtemy Kovalyov2017-01-021-8/+2Star