summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/main.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Update enable HCA dependencyBodong Wang2019-02-141-0/+14
* net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang2019-02-141-0/+2
* net/mlx5: Align ODP capability function with netdev coding styleLeon Romanovsky2019-02-131-9/+6Star
* net/mlx5: Set ODP SRQ support in firmwareMoni Shoua2019-02-031-0/+53
* net/mlx5: Add pci AtomicOps requestMichael Guralnik2019-01-241-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-5/+3Star
|\
| * net/mlx5: Continue driver initialization despite debugfs failureLeon Romanovsky2018-12-171-5/+3Star
* | mlx5: extend PTP gettime function to read system clockMiroslav Lichvar2018-12-201-2/+9
* | net/mlx5: Introduce inter-device communication mechanismAviv Heller2018-12-141-3/+11
|/
* RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky2018-12-041-5/+0Star
* net/mlx5: Remove unused events callback and logicSaeed Mahameed2018-11-301-10/+0Star
* net/mlx5: Device events, Use async events chainSaeed Mahameed2018-11-261-3/+13
* net/mlx5: FWPage, Use async events chainSaeed Mahameed2018-11-261-14/+13Star
* {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed2018-11-201-16/+1Star
* net/mlx5: EQ, Different EQ typesSaeed Mahameed2018-11-201-1/+1
* net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed2018-11-201-3/+4
* net/mlx5: EQ, Create all EQs in one placeSaeed Mahameed2018-11-201-73/+8Star
* net/mlx5: EQ, Move all EQ logic to eq.cSaeed Mahameed2018-11-201-176/+3Star
* net/mlx5: EQ, Remove redundant completion EQ list lockSaeed Mahameed2018-11-201-14/+3Star
* net/mlx5: EQ, No need to store eq index as a fieldSaeed Mahameed2018-11-201-2/+2
* net/mlx5: EQ, Use the right place to store/read IRQ affinity hintSaeed Mahameed2018-11-201-6/+8
* net/mlx5: Add Fast teardown supportFeras Daoud2018-10-041-9/+20
* net/mlx5: Fix debugfs cleanup in the device init/remove flowJack Morgenstein2018-09-061-2/+4
* net/mlx5: Fix use-after-free in self-healing flowJack Morgenstein2018-09-061-3/+3
* net/mlx5: Use max_num_eqs for calculation of required MSIX vectorsDenis Drozdov2018-08-091-1/+3
* net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed2018-07-281-0/+5
* net/mlx5: FW tracer, Enable tracingFeras Daoud2018-07-241-2/+16
* net/mlx5: Fix tristate and description for MLX5 moduleEran Ben Elisha2018-07-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-0/+8
|\
| * net/mlx5: Free IRQs in shutdown pathDaniel Jurgens2018-05-111-0/+8
* | net/mlx5: Accel, Add TLS tx offload interfaceIlya Lesokhin2018-05-011-0/+11
|/
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+4
|\
| * net/mlx5: Report PCIe link properties with pcie_print_link_status()Tal Gilboa2018-04-031-0/+4
* | Merge tag 'mlx5-updates-2018-02-28-2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2018-03-081-0/+2
|\ \
| * | net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel2018-03-081-0/+2
* | | Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2018-03-071-19/+20
|\| |
| * | net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak2018-03-071-19/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-1/+1
|\ \ \ | |/ / |/| |
| * | net/mlx5: Use 128B cacheline size for 128B or larger cachelinesDaniel Jurgens2018-02-201-1/+1
| |/
* / net/mlx5: CQ Database per EQSaeed Mahameed2018-02-151-4/+4
|/
* Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-301-17/+86
|\
| * net/mlx5: Fix error handling in load oneMaor Gottlieb2018-01-121-3/+6
| * net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha2018-01-121-1/+2
| * net/mlx5: Fix memory leak in bad flow of mlx5_alloc_irq_vectorsAlaa Hleihel2018-01-121-5/+8
| * {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-111-2/+1Star
| * Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed2017-12-191-6/+69
* | net/mlx5: Set num_vhca_ports capabilityDaniel Jurgens2018-01-081-0/+6
* | net/mlx5: Set software owner ID during init HCADaniel Jurgens2018-01-081-1/+5
* | net/mlx5: Enable DC transportMoni Shoua2018-01-081-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-121-0/+7
|\