summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
* | net/mlx5: Enhance MCAM reg to allow query on access reg supportOr Gerlitz2017-06-222-0/+16
* | net/mlx5: Add MCC (Management Component Control) register definitionsOr Gerlitz2017-06-222-0/+85
* | net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz2017-06-221-0/+1
* | net/mlx5e: Offload TC matching on ip ttlOr Gerlitz2017-06-221-2/+3
* | net/mlx5: Add fast unload support in shutdown flowMajd Dibbiny2017-06-161-3/+11
* | net/mlx5: Expose command polling interfaceMajd Dibbiny2017-06-161-0/+3
* | net/mlx5e: Move and optimize query out of buffer functionGal Pressman2017-06-161-2/+0
* | net/mlx5: Fix some spelling mistakesOr Gerlitz2017-06-161-2/+2
* | net/mlx5e: Add support for reading connector type from PTYSEran Ben Elisha2017-06-082-2/+18
* | net/mlx5: Update flow table commands layoutMaor Gottlieb2017-06-081-26/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+9
|\ \ | |/
| * net/mlx5: Define interface bits for fencing UMR wqeMax Gurtovoy2017-06-011-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-262-3/+14
|\ \ | |/
| * Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-05-241-1/+6
| |\
| | * net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia2017-05-231-1/+6
| * | mlx5: fix bug reading rss_hash_type from CQEJesper Dangaard Brouer2017-05-231-2/+8
| |/
* | Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-05-254-7/+165
|\ \ | |/ |/|
| * net/mlx5: FPGA, Add basic support for InnovaIlan Tayari2017-05-144-2/+164
| * net/mlx5: Introduce trigger_health_work functionIlan Tayari2017-05-141-0/+1
| * {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-5/+0
* | net/mlx5: Use underlay QPN from the root name spaceYishai Hadas2017-05-141-1/+3
|/
*-. Merge tags 'for-linus' and 'for-next' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-081-0/+19
|\ \
| * | IB/mlx5: Enable IPoIB accelerationErez Shitrit2017-05-041-0/+19
* | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-6/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-05-031-13/+15
|\ \ | |/
| * IB/mlx5: Add port_xmit_wait to counter registers readTim Wright2017-05-011-1/+3
| * IB/mlx5: Support congestion related countersParav Pandit2017-04-211-9/+9
| * IB/mlx5: Use IP version matching to classify IP trafficAriel Levkovich2017-04-211-3/+3
* | net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-301-0/+1
|/
* net/mlx5e: IPoIB, Xmit flowSaeed Mahameed2017-04-171-0/+10
* net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit2017-04-171-4/+10
* net/mlx5: Add IPoIB enhanced offloads bits to mlx5_ifcErez Shitrit2017-04-171-3/+8
* net/mlx5e: Add support for RXFCS feature flagGuy Ergas2017-04-071-0/+1
* net/mlx5: Introduce modify header structures, commands and steering action de...Or Gerlitz2017-03-282-3/+113
* net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz2017-03-281-1/+4
* net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevsSaeed Mahameed2017-03-241-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-232-2/+6
|\
| * IB/mlx5: Add implicit MR supportArtemy Kovalyov2017-02-141-0/+2
| * IB/mlx5: Expose MR cache for mlx5_ibArtemy Kovalyov2017-02-141-1/+2
| * IB/mlx5: Add port counter support for Receive WQsMajd Dibbiny2017-02-141-1/+1
| * IB/mlx5: Add additional checks before processing MADsMaor Gottlieb2017-02-141-0/+1
* | net/mlx5: TX WQE updateSaeed Mahameed2017-02-062-3/+16
* | net/mlx5: Configure cache line size for start and end paddingDaniel Jurgens2017-02-061-2/+4
* | net/mlx5: Fix static checker warningsOr Gerlitz2017-02-061-1/+2
* | net/mlx5: Push min-inline mode resolution helper into the coreOr Gerlitz2017-01-241-0/+1
* | net/mlx5: Add support for setting VF min rateMohamad Haj Yahia2017-01-241-1/+3
* | net/mlx5: Move cached hca caps to designated caps structGal Pressman2017-01-192-19/+19
* | net/mlx5: Add MPCNT register infrastructureGal Pressman2017-01-193-0/+47
* | net/mlx5: Add PPCNT physical layer statistical group infrastructureGal Pressman2017-01-192-0/+38
* | net/mlx5: Query and cache PCAM, MCAM registers on initializationGal Pressman2017-01-192-0/+10
OpenPOWER on IntegriCloud