summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2007-10-15IB/ipoib: Verify address handle validity on sendMoni Shoua-2/+3
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua-11/+20
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-0/+29
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers-6/+3
2007-10-12[SCSI] transport_srp: add rport roles attributeFUJITA Tomonori-0/+1
2007-10-12[SCSI] ib_srp: convert to use the srp transport classFUJITA Tomonori-0/+28
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-1550/+1930
2007-10-10[INET]: local port range robustnessStephen Hemminger-10/+12
2007-10-10IPoIB: Fix unused variable warningRoland Dreier-1/+0
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier-41/+31
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger-2/+6
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-4/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman-1/+2
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger-29/+29
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz-0/+46
2007-10-10IB/mthca: Mark error paths as unlikely() in post_srq_recv functionsEli Cohen-4/+4
2007-10-09IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages.Dave Olson-3/+4
2007-10-09IB/ipath: Remove redundant link state checksRalph Campbell-6/+0
2007-10-09IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell-12/+31
2007-10-09IB/ipath: Better handling of unexpected GPIO interruptsMichael Albaugh-4/+6
2007-10-09IB/ipath: Maintain active time on all chipsMichael Albaugh-11/+6
2007-10-09IB/ipath: Fix QHT7040 serial number checkDave Olson-29/+15
2007-10-09IB/ipath: Indicate a couple of chip bugs to userspaceArthur Jones-3/+7
2007-10-09IB/ipath: iba6110 rev4 no longer needs recv header overrun workaroundArthur Jones-2/+4
2007-10-09IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_closeArthur Jones-51/+57
2007-10-09IB/ipath: Remove duplicate copy of LMCRalph Campbell-26/+29
2007-10-09IB/ipath: Add ability to set the LMC via the sysfs debugging interfaceRalph Campbell-1/+39
2007-10-09IB/ipath: Optimize completion queue entry insertion and pollingRalph Campbell-47/+53
2007-10-09IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHEDRalph Campbell-5/+29
2007-10-09IB/ipath: Generate flush CQE when QP is in error stateRalph Campbell-2/+20
2007-10-09IB/ipath: Remove redundant codeRalph Campbell-5/+0
2007-10-09IB/ipath: Future proof eeprom checksum code (contents reading)Dave Olson-2/+8
2007-10-09IB/ipath: UC RDMA WRITE with IMMEDIATE doesn't send the immediateRalph Campbell-10/+11
2007-10-09IB/ipath: Correctly describe workaround for TID write chip bugDave Olson-5/+8
2007-10-09IB/ipath: Remove unneeded code for ipathfsRalph Campbell-187/+0
2007-10-09IB/ipath: Verify host bus bandwidth to chip will not limit performanceDave Olson-0/+86
2007-10-09IB/ipath: Change UD to queue work requests like RC & UCRalph Campbell-611/+494
2007-10-09IB/ipath: Performance optimization for CPU differencesRalph Campbell-35/+53
2007-10-09IB/ipath: iba6110 rev4 GPIO counters supportArthur Jones-2/+10
2007-10-09IB/ehca: Fix clipping of device limits to INT_MAXRoland Dreier-16/+16
2007-10-09IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak-8/+10
2007-10-09IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled upRoland Dreier-0/+6
2007-10-09RDMA/cma: Queue IB CM MRAs to avoid unnecessary remote retriesSean Hefty-0/+2
2007-10-09IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty-28/+23
2007-10-09IB/mthca: Increase max number of QPs per multicast group to 56Roland Dreier-1/+1
2007-10-09IB/mlx4: Implement FMRsJack Morgenstein-0/+114
2007-10-09mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein-4/+3
2007-10-09IB/uverbs: Make ib_uverbs_release_event_file() staticRoland Dreier-9/+8
2007-10-09IB/umad: Fix bit ordering and 32-on-64 problems on big endian systemsRoland Dreier-9/+40
2007-10-09IB/umad: Add P_Key index supportRoland Dreier-29/+73