aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-4/+8
2018-09-17net/mlx5: Fix read from coherent memoryEli Cohen1-1/+1
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch1-4/+4
2018-09-04net/mlx5: Add memic command opcode to command checkerAriel Levkovich1-0/+4
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-4/+4
2018-08-08net/mlx5: Reduce command polling intervalEli Cohen1-1/+1
2018-07-24Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe1-21/+16
2018-07-23Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-23/+30
2018-07-18net/mlx5: Add missing SET_DRIVER_VERSION command translationNoa Osherovich1-0/+1
2018-07-18net/mlx5: Add XRQ commands definitionsMax Gurtovoy1-0/+8
2018-07-11net/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn1-21/+7
2018-07-04Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-nextJason Gunthorpe1-7/+4
2018-06-27net/mlx5: Rate limit errors in command interfaceLeon Romanovsky1-7/+4
2018-06-26net/mlx5: Fix command interface race in polling modeAlex Vesker1-1/+3
2018-06-26net/mlx5: Fix incorrect raw command length parsingAlex Vesker1-3/+1
2018-06-19IB/mlx5: Add DEVX support for modify and query commandsYishai Hadas1-0/+5
2018-06-19net/mlx5: Expose DEVX specificationYishai Hadas1-0/+4
2018-06-19net/mlx5: Prevent warns in dmesg upon firmware commandsYishai Hadas1-2/+13
2018-05-04net/mlx5: Fix dump_command mailbox length printedMoshe Shemesh1-1/+3
2018-05-04net/mlx5: Refactor num of blocks in mailbox calculationMoshe Shemesh1-12/+12
2018-03-26net/mlx5: Protect from command bit overflowLeon Romanovsky1-1/+1
2018-03-26net/mlx5: Add support for QUERY_VNIC_ENV commandMoshe Shemesh1-0/+2
2017-12-19net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha1-2/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+6
2017-08-22mlx5: Replace PCI pool old APIRomain Perier1-5/+6
2017-08-20net/mlx5e: Avoid using multiple blank linesOr Gerlitz1-1/+0
2017-07-27net/mlx5: Fix command bad flow on command entry allocation failureMoshe Shemesh1-2/+17
2017-07-27net/mlx5: Fix command completion after timeout access invalid structureMoshe Shemesh1-2/+4
2017-06-27net/mlx5: FPGA, Add FW commands for FPGA QPsIlan Tayari1-0/+10
2017-06-16net/mlx5: Expose command polling interfaceMajd Dibbiny1-7/+23
2017-06-16net/mlx5: Align to match opening parenthesisOr Gerlitz1-1/+1
2017-06-16net/mlx5: Avoid using multiple blank linesOr Gerlitz1-2/+0
2017-06-16net/mlx5: Fix some spelling mistakesOr Gerlitz1-1/+1
2017-05-23net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia1-5/+36
2017-03-28net/mlx5: Introduce alloc/dealloc modify header context commandsOr Gerlitz1-0/+4
2017-03-28net/mlx5: Reorder few command cases to reflect their natural orderOr Gerlitz1-12/+12
2017-03-22net/mlx5: Add missing entries for set/query rate limit commandsOr Gerlitz1-0/+4
2017-01-29net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+0
2016-12-06net/mlx5: Fix query ISSI flowKamal Heib1-5/+0
2016-11-30ethernet :mellanox :mlx5: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-3/+2
2016-11-18net/mlx5: Make the command interface cache more flexibleMohamad Haj Yahia1-76/+69
2016-10-30net/mlx5: Introduce TSAR manipulation firmware commandsMohamad Haj Yahia1-1/+12
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+54
2016-08-24Merge tag 'shared-for-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdmaDavid S. Miller1-0/+12
2016-08-23Merge tag 'shared-for-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdmaDavid S. Miller1-122/+139
2016-08-22mlx5/core: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-14/+3
2016-08-19net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey1-31/+54