aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay1-0/+6
2015-04-02net/mlx4: Make mlx4_is_eth visible inline funcionIdo Shamay1-5/+0
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2015-03-24net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein1-0/+6
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz1-1/+5
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-02net/mlx4_core: Fix wrong mask and error flow for the update-qp commandOr Gerlitz1-3/+6
2015-02-04net/mlx4_core: Fix mpt_entry initialization in mlx4_mr_rereg_mem_write()Maor Gottlieb1-1/+1
2015-02-04net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua1-0/+3
2015-01-27net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein1-12/+4
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-13/+23
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-1/+6
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-26net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein1-1/+1
2014-11-03net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak1-0/+17
2014-09-10net/mlx4: Set vlan stripping policy by the right commandMatan Barak1-2/+16
2014-09-10net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak1-7/+11
2014-09-10net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak1-1/+1
2014-08-01mlx4_core: Add helper functions to support MR re-registrationMatan Barak1-2/+24
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-51/+73
2014-06-11net/mlx4_core: Fix SRIOV free-pool management when enforcing resource quotasJack Morgenstein1-4/+37
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-7/+23
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-nextRoland Dreier1-7/+23
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-2/+2
2014-05-30net/mlx4_core: Reset RoCE VF gids when guest driver goes downJack Morgenstein1-1/+2
2014-05-30mlx4_core: Move handling of MLX4_QP_ST_MLX to proper switch statementRoland Dreier1-14/+14
2014-05-29mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-5/+21
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+54
2014-05-22net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai1-5/+5
2014-05-16net/mlx4_core: Add UPDATE_QP SRIOV wrapper supportMatan Barak1-0/+54
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+23
2014-05-08mellanox: Logging message cleanupsJoe Perches1-42/+31
2014-05-05net/mlx4_core: Adjust port number in qp_attach wrapper when detachingJack Morgenstein1-0/+23
2014-03-28net/mlx4: USe one wrapper that returns -EPERMOr Gerlitz1-10/+0
2014-03-20net/mlx4: Adapt code for N-Port VFMatan Barak1-18/+125
2014-03-12mlx4: Activate RoCE/SRIOVJack Morgenstein1-7/+0
2014-03-12mlx4: Add ref counting to port MAC table for RoCEJack Morgenstein1-7/+68
2014-03-12mlx4: In RoCE allow guests to have multiple GIDSJack Morgenstein1-13/+51
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-64/+36
2014-01-16net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle1-30/+16
2014-01-16net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle1-33/+19
2014-01-14mlx4_core: Add support for steerable IB UD QPsMatan Barak1-0/+10
2013-12-31net: mlx4: slight optimization of addr comparedingtianhong1-1/+1
2013-11-07net/mlx4_core: Add immediate activate for VGT->VST->VGTRony Efraim1-12/+67
2013-11-04net/mlx4_core: Implement resource quota enforcementJack Morgenstein1-13/+172
2013-11-04mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein1-2/+155
2013-11-04net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein1-1/+16
2013-11-04net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein1-6/+121
2013-11-04net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein1-1/+1