summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-234-78/+159
|\
| * IB/mlx4: Fix VF mac handling in RoCEJack Morgenstein2014-09-222-11/+20
| * IB/mlx4: Do not allow APM under RoCEJack Morgenstein2014-09-222-1/+21
| * IB/mlx4: Don't update QP1 in native modeJack Morgenstein2014-09-221-0/+4
| * IB/mlx4: Avoid accessing netdevice when building RoCE qp1 headerJack Morgenstein2014-09-223-16/+28
| * IB/mlx4: Avoid executing gid task when device is being removedMoni Shoua2014-09-221-0/+9
| * IB/mlx4: Fix lockdep splat for the iboe lockJack Morgenstein2014-09-221-12/+12
| * IB/mlx4: Get upper dev addresses as RoCE GIDs when port comes upMoni Shoua2014-09-221-8/+17
| * IB/mlx4: Reorder steps in RoCE GID table initializationMoni Shoua2014-09-221-12/+17
| * IB/mlx4: Don't duplicate the default RoCE GIDMoni Shoua2014-09-221-0/+4
| * IB/mlx4: Avoid null pointer dereference in mlx4_ib_scan_netdevs()Moni Shoua2014-09-221-23/+26
| * mlx4: Correct error flows in rereg_mrMatan Barak2014-09-221-2/+5
| * IB/mlx4: Disable TSO for Connect-X rev. A0 HCAsMarkus Stockhausen2014-09-191-1/+4
* | mlx4: Fix wrong endianess access with QP context flagsOr Gerlitz2014-09-101-1/+1
* | net/mlx4: Set vlan stripping policy by the right commandMatan Barak2014-09-101-1/+1
* | mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz2014-08-292-1/+37
|/
*---. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier2014-08-142-5/+3
|\ \ \
| | | * IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-121-4/+2
| | |/ | |/|
| | * IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-101-1/+1
| |/
* / IB/mlx4_ib: Add support for user MR re-registrationMatan Barak2014-08-013-1/+93
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-06-108-68/+221
|\
| *-. Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-108-68/+221
| |\ \
| | | * IB/mlx4: Fix gfp passing in create_qp_common()Jiri Kosina2014-06-091-2/+2
| | | * IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina2014-06-024-19/+25
| | |/ | |/|
| | * IB/mlx4: Add interface for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein2014-05-291-1/+104
| | * mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein2014-05-291-12/+40
| | * IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responsesJack Morgenstein2014-05-292-24/+32
| | * IB/mlx4: SET_PORT called by mlx4_ib_modify_port should be wrappedJack Morgenstein2014-05-291-9/+17
| | * IB/mlx4: fix unitialised variable is_mcastColin Ian King2014-05-281-1/+1
| |/
* / IB/mlx4: Invoke UPDATE_QP for proxy QP1 on MAC changesMatan Barak2014-05-163-3/+75
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-034-29/+27
|\
| *---. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-032-6/+7
| |\ \ \
| | | | * IB/mlx4: Fix a sparse endianness warningBart Van Assche2014-03-171-1/+1
| | | |/ | | |/|
| | | * mlx4_core: Make buffer larger to avoid overflow warningDan Carpenter2014-04-011-3/+3
| | | * mlx4_core: Fix some indenting in mlx4_ib_add()Dan Carpenter2014-04-011-2/+3
| | |/
| * / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-042-23/+20
| |/
* | mlx4: Use actual number of PCI functions (PF + VFs) for alias GUID logicMatan Barak2014-03-251-1/+1
* | net/mlx4: Adapt code for N-Port VFMatan Barak2014-03-203-18/+31
* | IB/mlx4_ib: Adapt code to use caps.num_ports instead of a constantMatan Barak2014-03-201-4/+4
* | mlx4: Activate RoCE/SRIOVJack Morgenstein2014-03-121-8/+0
* | mlx4_ib: Fix SIDR support of for UD QPs under SRIOV/RoCEShani Michaelli2014-03-121-15/+57
* | mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein2014-03-125-24/+84
* | mlx4: Add ref counting to port MAC table for RoCEJack Morgenstein2014-03-122-43/+261
* | mlx4: In RoCE allow guests to have multiple GIDSJack Morgenstein2014-03-121-4/+30
* | mlx4: Adjust QP1 multiplexing for RoCE/SRIOVJack Morgenstein2014-03-123-20/+67
* | net,IB/mlx: Bump all Mellanox driver versionsAmir Vadai2014-02-251-2/+2
|/
*-. Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma...Roland Dreier2014-02-141-50/+133
|\ \
| | * IB/mlx4: Build the port IBoE GID table properly under bondingMoni Shoua2014-02-131-4/+37
| | * IB/mlx4: Do IBoE GID table resets per-portMoni Shoua2014-02-131-17/+18
| | * IB/mlx4: Do IBoE locking earlier when initializing the GID tableMoni Shoua2014-02-131-3/+3