summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu2012-07-271-4/+1
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-2458-911/+2414
|\
| *---------. Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...Roland Dreier2012-07-2255-894/+2338
| |\ \ \ \ \ \
| | | | | | | * IB/qib: checkpatch fixesMike Marciniszyn2012-07-1916-380/+394
| | | | | | | * IB/qib: Add congestion control agent implementationMike Marciniszyn2012-07-195-12/+790
| | | | | | | * IB/qib: Reduce sdma_lock contentionMike Marciniszyn2012-07-194-12/+85
| | | | | | | * IB/qib: Fix an incorrect log messageBetty Dall2012-07-191-1/+1
| | | | | | | * IB/qib: Fix QP RCU sparse warningsMike Marciniszyn2012-07-175-35/+61
| | | | | | | * IB/qib: Fix sparse RCU warnings in qib_keys.cMike Marciniszyn2012-07-102-3/+5
| | | | | | | * IB/qib: RCU locking for MR validationMike Marciniszyn2012-07-084-50/+66
| | | | | | | * IB/qib: Avoid returning EBUSY from MR deregisterMike Marciniszyn2012-07-089-224/+244
| | | | | | | * IB/qib: Fix UC MR refs for immediate operationsMike Marciniszyn2012-07-081-1/+7
| | | | | | * | RDMA/ocrdma: Fix assignment of max_srq_sge in device queryRoland Dreier2012-07-071-1/+1
| | | | | | |/
| | | | | * | net/mlx4_core: Free ICM table in case of errorDotan Barak2012-07-111-0/+2
| | | | | * | IB/cm: Destroy idr as part of the module init error flowDotan Barak2012-07-111-6/+10
| | | | | * | mlx4_core: Remove double function declarationsDotan Barak2012-07-111-6/+0
| | | | | * | IB/mlx4: Fill the masked_atomic_cap attribute in query deviceDotan Barak2012-07-111-1/+1
| | | | | * | IB/mthca: Fill in sq_sig_type in query QPDotan Barak2012-07-111-0/+1
| | | | | * | IB/mthca: Warning about event for non-existent QPs should show event typeDotan Barak2012-07-111-1/+2
| | | | | |/
| | | | * | mlx4: Put physical GID and P_Key table sizes in mlx4_phys_caps struct and par...Jack Morgenstein2012-07-116-10/+92
| | | | * | mlx4_core: Allow guests to have IB portsJack Morgenstein2012-07-112-45/+59
| | | | * | mlx4_core: Implement mechanism for reserved Q_KeysJack Morgenstein2012-07-112-0/+28
| | | | * | net/mlx4_core: Initialize IB port capabilities for all slavesJack Morgenstein2012-07-102-0/+16
| | | | * | mlx4: Use port management change event instead of smp_snoopJack Morgenstein2012-07-1010-105/+249
| | | | * | IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.hJack Morgenstein2012-07-082-12/+12
| | | | * | IB/sa: Add GuidInfoRecord query supportErez Shitrit2012-07-082-0/+166
| | | | * | IB/mlx4: Add debug printsJack Morgenstein2012-07-084-3/+55
| | | | * | mlx4_core: Pass an invalid PCI id number to VFsJack Morgenstein2012-07-082-3/+9
| | | | |/
| | | * | IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-084-8/+7
| | | |/
| | * | RDMA/cxgb4: Fix endianness of addition to mpa->private_data_sizeRoland Dreier2012-07-081-6/+6
| | |/
| * | RDMA/cma: Allow user to restrict listens to bound address familySean Hefty2012-07-084-4/+49
| * | RDMA/cma: Listen on specific address familySean Hefty2012-07-081-6/+10
| * | RDMA/cma: Bind to a specific address familySean Hefty2012-07-081-11/+21
| |/
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-2429-366/+487
|\ \
| * | i2c-omap: Add support for I2C_M_STOP message flagLaurent Pinchart2012-07-241-1/+4
| * | i2c: Fall back to emulated SMBus if the operation isn't supported nativelyLaurent Pinchart2012-07-241-4/+10
| * | i2c: Add SCCB supportLaurent Pinchart2012-07-243-6/+4
| * | i2c-tiny-usb: Add support for the Robofuzz OSIF USB/I2C converterEmmanuel Deloget2012-07-241-0/+1
| * | i2c-i801: Enable IRQ for byte_by_byte transactionsDaniel Kurtz2012-07-241-7/+78
| * | i2c-i801: Enable interrupts on ICH5/7/8/9/10Jean Delvare2012-07-241-4/+9
| * | i2c-i801: Enable IRQ for SMBus transactionsDaniel Kurtz2012-07-242-7/+105
| * | i2c-i801: Consolidate pollingJean Delvare2012-07-241-55/+53
| * | i2c-i801: Drop ENABLE_INT9Daniel Kurtz2012-07-241-5/+4
| * | i2c-i801: Rename some SMBHSTCNT bit constantsDaniel Kurtz2012-07-241-10/+11
| * | i2c-i801: Check and return errors during byte-by-byte transfersDaniel Kurtz2012-07-241-4/+6
| * | i2c-i801: Clear only status bits in HST_STSDaniel Kurtz2012-07-241-1/+1
| * | i2c-i801: Refactor use of LAST_BYTE in i801_block_transaction_byte_by_byteDaniel Kurtz2012-07-241-14/+14
| * | i2c-smbus: Use module_i2c_driver()Fabio Estevam2012-07-241-12/+1
| * | i2c/writing-clients: Mention module_i2c_driver()Jean Delvare2012-07-241-8/+15
| * | i2c-piix4: Support AMD auxiliary SMBus controllerAndrew Armenia2012-07-243-4/+82