aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-04net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein1-12/+16
2013-08-13mlx4_core: Fix XRC QPs detection in the resource trackerYishai Hadas1-1/+2
2013-07-01net/mlx4_core: Add HW enforcement to VF link stateRony Efraim1-3/+19
2013-07-01net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein1-4/+141
2013-05-11net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim1-3/+17
2013-05-11net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz1-9/+0
2013-04-26net/mlx4: Add VF MAC spoof checking supportRony Efraim1-0/+8
2013-04-26net/mlx4: Add set VF default vlan ID and priority supportRony Efraim1-0/+36
2013-04-11net/mlx4_core: Translate guest B0 steering rules to DMFSHadar Hen Zion1-22/+63
2013-03-21net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion1-8/+33
2013-03-21net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion1-1/+1
2013-03-21net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion1-1/+1
2013-03-07net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steeringJack Morgenstein1-0/+3
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-7/+56
2013-02-25mlx4_core: Disable memory windows for virtual functionsShani Michaeli1-0/+49
2013-02-21mlx4_core: Rename MPT-related functions to have mpt_ prefixShani Michaeli1-7/+7
2013-01-31net/mlx4_core: Directly expose fields of HW flow steering rule control segmentHadar Hen Zion1-1/+1
2012-12-19mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion1-1/+1
2012-12-19mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion1-6/+20
2012-10-23mlx4_core: Remove annoying debug messages from SR-IOV flowOr Gerlitz1-6/+0
2012-10-03mlx4_core: Adjust flow steering attach wrapper so that IB works on SR-IOV VFsJack Morgenstein1-0/+2
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' and 'srp' into for-linusRoland Dreier1-9/+213
2012-09-30mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein1-6/+211
2012-09-30mlx4_core: Add proxy and tunnel QPs to the reserved QP areaJack Morgenstein1-1/+2
2012-09-30mlx4_core: Remove annoying debug message in the resource trackerOr Gerlitz1-2/+0
2012-09-07net/mlx4_core: Add security check / enforcement for flow steering rules set for VMsHadar Hen Zion1-0/+116
2012-07-19net/mlx4: Move MAC_MASK to a common placeAmir Vadai1-2/+1
2012-07-07net/mlx4_core: Add resource tracking for device managed flow steering rulesHadar Hen Zion1-8/+124
2012-07-07{NET, IB}/mlx4: Add device managed flow steering firmware APIHadar Hen Zion1-0/+6
2012-07-07net/mlx4_core: Add firmware commands to support device managed flow steeringHadar Hen Zion1-0/+24
2012-07-07net/mlx4_core: Change resource tracking ID to be 64 bitHadar Hen Zion1-13/+13
2012-07-07net/mlx4_core: Change resource tracking mechanism to use red-black treeHadar Hen Zion1-31/+75
2012-06-06ethernet: Remove casts to same typeJoe Perches1-2/+2
2012-05-16net/mlx4_core: Fixed error flow in rem_slave_eqsJack Morgenstein1-7/+6
2012-05-16net/mlx4_core: Add XRC domains and counters to resource trackerJack Morgenstein1-1/+201
2012-05-16net/mlx4_core: Fix potential kernel Oops in res tracker during Dom0 driver unloadJack Morgenstein1-5/+12