aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx4/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein1-0/+1
2017-12-28net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan1-19/+21
2017-08-16mlx4: sizeof style usagestephen hemminger1-5/+5
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-9/+8
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-6/+3
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz1-1/+1
2016-07-04net/mlx4: Fix some indent inconsistancyChristophe Jaillet1-1/+1
2015-10-15mlx4: corretly check failed allocationInsu Yun1-1/+1
2015-02-04net/mlx4_core: Fix mpt_entry initialization in mlx4_mr_rereg_mem_write()Maor Gottlieb1-8/+5
2015-01-27net/mlx4_core: Adjust command timeouts to conform to the firmware specJack Morgenstein1-2/+2
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-4/+4
2015-01-02net/mlx4_core: Correcly update the mtt's offset in the MR re-reg flowMaor Gottlieb1-4/+5
2014-11-21mlx4: don't duplicate kvfree()Al Viro1-8/+2
2014-09-22mlx4: Correct error flows in rereg_mrMatan Barak1-11/+22
2014-08-01mlx4_core: Add helper functions to support MR re-registrationMatan Barak1-0/+160
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+7
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-8/+9
2014-05-22net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai1-4/+2
2014-05-08mellanox: Logging message cleanupsJoe Perches1-7/+7
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTsJack Morgenstein1-1/+1
2013-11-07net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein1-5/+0
2013-11-04net/mlx4_core: Fix checking order in MR table initJack Morgenstein1-3/+3
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein1-5/+5
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli1-0/+95
2013-02-25mlx4_core: Disable memory windows for virtual functionsShani Michaeli1-14/+0
2013-02-21mlx4_core: Propagate MR deregistration failures to callerShani Michaeli1-7/+22
2013-02-21mlx4_core: Rename MPT-related functions to have mpt_ prefixShani Michaeli1-24/+24
2012-08-15mlx4_core: Clean up buddy bitmap allocationRoland Dreier1-4/+3
2012-08-15mlx4_core: Fix integer overflow issues around MTT tableYishai Hadas1-2/+2
2012-08-15mlx4_core: Allow large mlx4_buddy bitmapsYishai Hadas1-4/+14
2012-05-16net/mlx4_core: Change SYNC_TPT to be native (not wrapped)Jack Morgenstein1-1/+1
2012-05-16net/mlx4: Address build warnings on set but not used variablesOr Gerlitz1-3/+0
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+3
2012-03-06net/mlx4: defining functions as staticYevgeny Petrilin1-4/+2
2012-03-06net/mlx4: remove unused functionsYevgeny Petrilin1-75/+0
2012-02-26mlx4: Enforce device max FMR maps in FMR allocEli Cohen1-0/+3
2012-02-22mlx4_core: Exported functions can't be staticDoug Ledford1-6/+6
2012-01-22mlx4_core: removed function index from vf.Marcel Apfelbaum1-1/+1
2012-01-03mlx4_core: fix mtt range deallocationMarcel Apfelbaum1-2/+2
2011-12-13mlx4_core: mtts resources units changed to offsetMarcel Apfelbaum1-51/+56
2011-12-13mlx4_core: resource tracking for HCA resources used by guestsEli Cohen1-27/+7
2011-12-13mlx4_core: mtt modifications for SRIOVJack Morgenstein1-41/+360
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein1-3/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-11mlx4: Move the Mellanox driverJeff Kirsher1-0/+667