summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-044-5/+32
|\
| * {net, IB}/mlx5: Refactor internal SRQ APIArtemy Kovalyov2016-06-232-3/+28
| * IB/mlx5: Fix MODIFY_QP command input structureArtemy Kovalyov2016-06-231-2/+2
| * IB/mlx5: Reset flow support for IB kernel ULPsMaor Gottlieb2016-06-231-0/+2
| * Merge tag 'shared' of http://git.kernel.org/pub/scm/linux/kernel/git/leon/lin...Doug Ledford2016-06-171-12/+263
| |\
* | | net/mlx5e: Query minimum required header copy during xmitHadar Hen Zion2016-07-252-3/+9
* | | net/mlx5e: Check the minimum inline header mode before xmitHadar Hen Zion2016-07-251-0/+7
* | | net/mlx5: Introduce bulk reading of flow countersAmir Vadai2016-07-141-2/+6
* | | net/mlx5: Store counters in rbtree instead of listAmir Vadai2016-07-141-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+1
|\ \ \
| * | | net/mlx5: Add timeout handle to commands with callbackMohamad Haj Yahia2016-07-011-0/+1
* | | | net/mlx5e: Add ethtool flow steering supportMaor Gottlieb2016-07-051-0/+1
* | | | net/mlx5: Introduce mlx5_flow_steering structureMaor Gottlieb2016-07-051-5/+1
* | | | net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb2016-07-051-3/+7
* | | | net/mlx5e: Create NIC global resources only onceHadar Hen Zion2016-07-021-0/+13
* | | | net/mlx5: Introduce offloads steering namespaceOr Gerlitz2016-07-021-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-0/+1
|\| | |
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-06-241-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | IB/mlx5: Fix post send fence logicEli Cohen2016-06-231-0/+1
* | | | net/mlx5e: Report correct auto negotiation and allow togglingGal Pressman2016-06-271-2/+13
* | | | net/mlx5e: Toggle link only after modifying port parametersGal Pressman2016-06-271-0/+1
* | | | net/mlx5: Rate limit tables supportYevgeny Petrilin2016-06-272-0/+31
* | | | Merge tag 'shared' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linu...David S. Miller2016-06-151-12/+263
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | {net,IB}/mlx5: mlx5_ifc updatesSaeed Mahameed2016-06-101-12/+263
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-104-5/+18
|\ \ \ | |_|/ |/| |
| * | net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich2016-06-092-2/+9
| * | net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb2016-06-091-0/+6
| * | net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctlyShahar Klein2016-06-092-3/+2
| * | net/mlx5: Fix the size of modify QP mailboxMajd Dibbiny2016-06-091-0/+1
| |/
* / IB/mlx5: Fix pkey_index length in the QP path recordNoa Osherovich2016-06-071-3/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-202-0/+15
|\
| * net/mlx5_core: Use tasklet for user-space CQ completion eventsMatan Barak2016-05-182-0/+15
| * net/mlx5: Update mlx5_ifc hardware featuresSaeed Mahameed2016-05-121-22/+124
| * net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsetsTariq Toukan2016-05-121-52/+55
| * Merge branch 'k.o/for-4.6-rc' into testing/4.6Doug Ledford2016-04-281-0/+11
| |\
* | | net/mlx5_core: Flow counters infrastructureAmir Vadai2016-05-162-0/+19
* | | net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai2016-05-162-0/+4
* | | net/mlx5_core: Firmware commands to support flow countersAmir Vadai2016-05-161-3/+96
* | | net/mlx5e: CQE compressionTariq Toukan2016-05-111-0/+34
* | | net/mlx5: Flow steering, Add vport ACL supportMohamad Haj Yahia2016-05-043-0/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-0/+11
|\ \ \
| * \ \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-04-291-0/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg2016-04-281-0/+11
* | | net/mlx5: Initializing CPU reverse mappingMaor Gottlieb2016-04-291-0/+3
* | | net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb2016-04-291-2/+4
* | | net/mlx5: Introduce modify flow rule destinationMaor Gottlieb2016-04-291-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-273-6/+9
|\| |
| * | net/mlx5: Add pci shutdown callbackMajd Dibbiny2016-04-241-3/+4
| * | net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed2016-04-241-0/+2
| * | net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2016-04-241-3/+3
| |/