summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eq.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Relocate vport macros to the vport header fileBodong Wang2019-02-141-0/+1
* net/mlx5: Add host params change eventBodong Wang2019-02-141-0/+3
* mlx5: use RCU lock in mlx5_eq_cq_get()Cong Wang2019-02-111-6/+6
* net/mlx5: Add monitor commands layout and event dataEyal Davidovich2018-12-101-0/+3
* net/mlx5: Device events, Use async events chainSaeed Mahameed2018-11-261-157/+0Star
* net/mlx5: CQ ERR, Use async events chainSaeed Mahameed2018-11-261-22/+44
* net/mlx5: Resource tables, Use async events chainSaeed Mahameed2018-11-261-29/+0Star
* net/mlx5: CmdIF, Use async events chainSaeed Mahameed2018-11-261-4/+0Star
* net/mlx5: FWPage, Use async events chainSaeed Mahameed2018-11-261-11/+0Star
* net/mlx5: E-Switch, Use async events chainSaeed Mahameed2018-11-261-4/+0Star
* net/mlx5: Clock, Use async events chainSaeed Mahameed2018-11-261-4/+0Star
* net/mlx5: FPGA, Use async events chainSaeed Mahameed2018-11-261-5/+0Star
* net/mlx5: FWTrace, Use async events chainSaeed Mahameed2018-11-261-4/+0Star
* net/mlx5: EQ, Introduce atomic notifier chain subscription APISaeed Mahameed2018-11-261-3/+39
* net/mlx5: EQ, Make EQE access methods inlineSaeed Mahameed2018-11-201-23/+0Star
* {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed2018-11-201-252/+0Star
* net/mlx5: EQ, Generic EQSaeed Mahameed2018-11-201-63/+180
* net/mlx5: EQ, Different EQ typesSaeed Mahameed2018-11-201-151/+225
* net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed2018-11-201-21/+81
* net/mlx5: EQ, irq_info and rmap belong to eq_tableSaeed Mahameed2018-11-201-19/+21
* net/mlx5: EQ, Create all EQs in one placeSaeed Mahameed2018-11-201-25/+96
* net/mlx5: EQ, Move all EQ logic to eq.cSaeed Mahameed2018-11-201-0/+176
* net/mlx5: EQ, Remove redundant completion EQ list lockSaeed Mahameed2018-11-201-2/+0Star
* net/mlx5: EQ, Remove unused fields and structuresSaeed Mahameed2018-11-201-11/+0Star
* net/mlx5: Use multi threaded workqueue for page fault handlingMoni Shoua2018-11-121-2/+3
* net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault typeHuy Nguyen2018-10-111-1/+1
* net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh2018-08-131-0/+1
* net/mlx5: FW tracer, events handlingFeras Daoud2018-07-241-0/+11
* net/mlx5: Add FPGA QP error eventIlan Tayari2018-05-311-2/+5
* net/mlx5: Add temperature warning event to logIlan Tayari2018-05-311-0/+23
* net/mlx5: Free IRQs in shutdown pathDaniel Jurgens2018-05-111-0/+28
* net/mlx5: Remove redundant EQ API exportsSaeed Mahameed2018-02-151-3/+0Star
* net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2018-02-151-2/+47
* net/mlx5: EQ add/del CQ APISaeed Mahameed2018-02-151-0/+34
* net/mlx5: CQ Database per EQSaeed Mahameed2018-02-151-2/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-1/+1
|\
| * net/mlx5: increase async EQ to avoid EQ overrunMax Gurtovoy2018-02-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+18
|\ \ | |/ |/|
| * net/mlx5e: Poll event queue upon TX timeout before performing full channels r...Eran Ben Elisha2018-01-191-0/+18
* | Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-301-8/+12
|\|
| * net/mlx5: Stay in polling mode when command EQ destroy failsMoshe Shemesh2017-12-191-3/+1Star
| * net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh2017-12-191-7/+13
| * net/mlx5: Fix misspelling in the error message and commentEugenia Emantayev2017-12-191-1/+1
* | net/mlx5: Add DCT command interfaceMoni Shoua2018-01-081-1/+8
|/
* net/mlx5: PTP code migration to driver core sectionFeras Daoud2017-10-141-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-7/+2Star
|\
| * net/mlx5: Add a blank line after declarations V2Saeed Mahameed2017-08-241-1/+1
| * net/mlx5: Add a blank line after declarationsOr Gerlitz2017-08-201-0/+1
| * net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed2017-08-071-4/+0Star
| * net/mlx5: Unify vport manager capability checkSaeed Mahameed2017-08-071-3/+1Star