summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-0238-442/+7202
|\
| *-----------. Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier2012-10-0235-439/+7198
| |\ \ \ \ \ \ \
| | | | | | | | * IB/srp: Avoid having aborted requests hangBart Van Assche2012-09-301-0/+1
| | | | | | | | * IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche2012-09-301-1/+1
| | | | | | | * | IB/qib: Fix local access validation for user MRsMike Marciniszyn2012-10-011-2/+3
| | | | | | | * | IB/qib: Add a qib driver versionDean Luick2012-09-303-3/+16
| | | | | | | |/
| | | | | | * | RDMA/nes: Fix compilation error when nes_debug is enabledTatyana Nikolova2012-09-301-2/+2
| | | | | | * | RDMA/nes: Print hardware resource typeTatyana Nikolova2012-09-303-11/+20
| | | | | | * | RDMA/nes: Fix for crash when TX checksum offload is offTatyana Nikolova2012-09-301-0/+2
| | | | | | * | RDMA/nes: Cosmetic changesTatyana Nikolova2012-09-301-19/+13
| | | | | | * | RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova2012-09-301-7/+7
| | | | | | * | RDMA/nes: Fix incorrect resolving of the loopback MAC addressTatyana Nikolova2012-09-301-25/+7
| | | | | | |/
| | | | | * | mlx4_core: Disable SENSE_PORT for multifunction devicesRoland Dreier2012-10-011-0/+3
| | | | | * | mlx4_core: Clean up enabling of SENSE_PORT for older (ConnectX-1/-2) HCAsRoland Dreier2012-10-012-14/+15
| | | | | * | mlx4_core: Stash PCI ID driver_data in mlx4_priv structureRoland Dreier2012-10-012-13/+22
| | | | | * | mlx4_core: Fix crash on uninitialized priv->cmd.slave_semRoland Dreier2012-09-303-26/+38
| | | | | * | mlx4_core: Trivial cleanups to driver log messagesRoland Dreier2012-09-301-5/+4
| | | | | * | mlx4_core: Trivial readability fix: "0X30" -> "0x30"Roland Dreier2012-09-301-1/+1
| | | | | * | IB/mlx4: Create paravirt contexts for VFs when master IB driver initializesJack Morgenstein2012-09-302-0/+14
| | | | | * | mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein2012-09-306-155/+280
| | | | | * | mlx4: Paravirtualize Node Guids for slavesJack Morgenstein2012-09-305-0/+51
| | | | | * | mlx4: Activate SR-IOV mode for IBJack Morgenstein2012-09-302-8/+6
| | | | | * | IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein2012-09-305-11/+31
| | | | | * | mlx4_core: INIT/CLOSE port logic for IB ports in SR-IOV modeJack Morgenstein2012-09-302-17/+92
| | | | | * | net/mlx4_core: Adjustments to SET_PORT for IB SR-IOVJack Morgenstein2012-09-301-0/+10
| | | | | * | IB/mlx4: Add iov directory in sysfs under the ib deviceJack Morgenstein2012-09-306-4/+917
| | | | | * | IB/mlx4: Propagate P_Key and guid change port management events to slavesJack Morgenstein2012-09-302-7/+161
| | | | | * | mlx4: Add alias_guid mechanismJack Morgenstein2012-09-306-10/+816
| | | | | * | mlx4_core: Add IB port-state machine and port mgmt event propagationJack Morgenstein2012-09-302-16/+222
| | | | | * | IB/mlx4: Add CM paravirtualizationAmir Vadai2012-09-304-2/+468
| | | | | * | IB/mlx4: Add multicast group (MCG) paravirtualization for SR-IOVOren Duer2012-09-305-12/+1285
| | | | | * | mlx4: MAD_IFC paravirtualizationJack Morgenstein2012-09-304-26/+234
| | | | | * | IB/mlx4: SR-IOV multiplex and demultiplex MADsJack Morgenstein2012-09-301-2/+565
| | | | | * | mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein2012-09-306-14/+341
| | | | | * | IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein2012-09-304-7/+794
| | | | | * | mlx4_core: Add proxy and tunnel QPs to the reserved QP areaJack Morgenstein2012-09-305-4/+50
| | | | | * | IB/mlx4: SR-IOV IB context objects and proxy/tunnel SQP supportJack Morgenstein2012-09-303-76/+699
| | | | | * | IB/core: Add ib_find_exact_cached_pkey()Jack Morgenstein2012-09-301-0/+32
| | | | | * | IB/core: Handle table with full and partial membership for the same P_KeyJack Morgenstein2012-09-302-6/+25
| | | | | |/
| | | | * | mlx4_core: Remove annoying debug message in the resource trackerOr Gerlitz2012-09-301-2/+0
| | | | * | mlx4_core: Fix wrong offset in parsing query device caps responseDotan Barak2012-09-301-1/+1
| | | | * | IB/mlx4: Fill in sq_sig_type in query QPDotan Barak2012-09-301-0/+4
| | | | |/
| | | * / IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-09-302-10/+11
| | | |/
| | * / RDMA/cxgb4: Fix error handling in create_qp()Emil Goode2012-09-301-24/+38
| | |/
| * | RDMA/cma: Use consistent component mask for IPoIB port space multicast joinsDotan Barak2012-09-301-1/+4
| * | IB/core: Remove unused variables in ucm/ucmaDotan Barak2012-09-302-2/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-0219-274/+520
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2012-10-0117-266/+497
| |\ \
| | * | Input: hgpk - use %*ph to dump small bufferAndy Shevchenko2012-09-121-6/+3
| | * | Input: gpio_keys_polled - fix dt pdata->nbuttonsAlexandre Pereira da Silva2012-09-121-0/+1