summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit archi...Honggang LI2015-04-151-4/+6
* mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck2015-04-091-1/+1
* net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed2015-04-021-0/+22
* net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed2015-04-021-0/+91
* net/mlx5_core: Update module info macros for ConnectX4 SupportAchiad Shochat2015-04-021-3/+3
* net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed2015-04-0218-18/+18
* net/mlx5_core: Fix a bug in alloc_tokenAchiad Shochat2015-04-021-1/+4
* net/mlx5_core: Avoid usage command work entry after writing command doorbellIra Gusinsky2015-04-021-1/+2
* net/mlx5_core: Avoid copying outbox in aysnc command completionEli Cohen2015-04-021-1/+2
* net/mlx5_core: Use coherent memory for command interface pageEli Cohen2015-04-021-23/+49
* net/mlx5_core: Use the right inbox struct in destroy mkey commandAchiad Shochat2015-04-021-1/+1
* net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed2015-04-021-0/+3
* net/mlx5_core: Avoid setting DC requestor/responder resourcesEli Cohen2015-04-021-2/+0
* net/mlx5_core: Allocate firmware pages from device's NUMA nodeEli Cohen2015-04-021-1/+2
* net/mlx5_core: don't export static symbolJulia Lawall2015-03-121-1/+0
* net/mlx5_core: Fix configuration of log_uar_page_szEli Cohen2015-02-111-0/+1
* net: Mellanox: Delete unnecessary checks before the function call "vunmap"Markus Elfring2015-02-091-1/+1
* net/mlx5_core: Move to use hex PCI device IDsOr Gerlitz2015-02-041-6/+6
* mlx5: avoid build warnings on 32-bitArnd Bergmann2015-01-131-3/+3
* mlx5_core: Add support for page faults events and low level handlingHaggai Eran2014-12-153-1/+171
* net/mlx5_core: Add more supported devicesEli Cohen2014-12-081-1/+5
* net/mlx5_core: Clear outbox of dealloc uarMajd Dibbiny2014-12-081-0/+1
* net/mlx5_core: Print resource number on QP/SRQ async eventsEli Cohen2014-12-081-2/+2
* net/mlx5_core: Fix command queue size enforcementEli Cohen2014-12-081-1/+1
* net/mlx5_core: Fix min vectors value in mlx5_enable_msixEli Cohen2014-12-081-1/+1
* net/mlx5_core: Request the mlx5 IB module on driver loadEli Cohen2014-12-081-0/+7
* mlx5: don't duplicate kvfree()Al Viro2014-11-213-6/+6
* net/mlx5_core: Fix race on driver loadEli Cohen2014-11-061-2/+2
* net/mlx5_core: Fix race in create EQEli Cohen2014-11-061-4/+3
* net/mlx5_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-261-0/+1
* net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen2014-10-031-0/+1
* net/mlx5_core: Identify resources by their typeEli Cohen2014-10-032-22/+47
* net/mlx5_core: use set/get macros in device capsEli Cohen2014-10-032-76/+91
* net/mlx5_core: Use hardware registers description header fileEli Cohen2014-10-032-39/+0
* net/mlx5_core: Update device capabilities handlingEli Cohen2014-10-035-142/+188
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-067-10/+296
|\
| * mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein2014-07-302-3/+4
| * mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2014-07-307-7/+8
| * mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein2014-07-301-3/+287
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-12/+4
|\ \ | |/ |/|
| * net: mlx5: Use ktime_get_ns()Thomas Gleixner2014-07-231-12/+4
* | mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg2014-07-091-4/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-127-37/+47
|\
| * mellanox: Logging message cleanupsJoe Perches2014-05-087-37/+47
* | mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran2014-05-271-0/+4
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-032-0/+86
|\
| * IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg2014-03-072-0/+25
| * mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-071-0/+61
* | IB/mlx5_core: remove unreachable function call in module initKleber Sacilotto de Souza2014-03-101-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-2/+2
|\ \