aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds23-79/+4180
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+6
2007-05-08IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier12-0/+4032
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier11-79/+148
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with their root inodesJeff Layton1-1/+1
2007-05-08Merge branch 'linux-2.6'Paul Mackerras30-186/+337
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds25-180/+337
2007-05-06IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier11-24/+62
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin9-7/+13
2007-05-06IB/ipath: Fix a race condition when generating ACKsRalph Campbell1-13/+15
2007-05-06IB/ipath: Fix two more spin lock problemsRalph Campbell1-1/+1
2007-05-06RDMA/cxgb3: Support for new abort logicSteve Wise2-0/+24
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare5-6/+0
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-30RDMA/cxgb3: Initialize cpu_idx field in cpl_close_listserv_req messageSteve Wise1-0/+1
2007-04-30RDMA/cxgb3: Fail qp creation if the requested max_inline is too largeSteve Wise2-0/+4
2007-04-30RDMA/cxgb3: Fix TERM codesSteve Wise1-31/+38
2007-04-30IB/ipath: Don't corrupt pending mmap list when unmapped objects are freedRobert Walsh6-90/+153
2007-04-30IB/mthca: Work around kernel QP starvationMichael S. Tsirkin1-0/+13
2007-04-30IB/ipath: Don't put QP in timeout queue if waiting to sendRalph Campbell2-7/+2
2007-04-30IB/ipath: Don't call spin_lock_irq() from interrupt contextRalph Campbell1-7/+11
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras36-851/+1470
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds34-841/+1444
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+6
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-3/+3
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-04-24IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes4-4/+0
2007-04-24IB/ehca: Implement modify_portJoachim Fenkes5-2/+83
2007-04-24IB/mthca: Simplify CQ cleaning in mthca_free_qp()Roland Dreier1-4/+3
2007-04-24IB/mthca: Fix mthca_write_mtt() on HCAs with hidden memoryRoland Dreier1-2/+4
2007-04-18IB/mthca: Update HCA firmware revisionsRoland Dreier1-5/+5
2007-04-18IB/ipath: Fix WC format drift between user and kernel spaceRobert Walsh2-3/+38
2007-04-18IB/ipath: Check that a UD work request's address handle is validRobert Walsh1-0/+5
2007-04-18IB/ipath: Remove duplicate stuff from ipath_verbs.hRobert Walsh1-2/+0
2007-04-18IB/ipath: Check reserved memory keysRobert Walsh1-0/+12
2007-04-18IB/ipath: Fix unit selection when all CPU affinity bits setBryan O'Sullivan1-4/+5
2007-04-18IB/ipath: Don't allow QPs 0 and 1 to be opened multiple timesBryan O'Sullivan1-38/+53
2007-04-18IB/ipath: Disable IB link earlier in shutdown sequenceBryan O'Sullivan1-2/+6
2007-04-18IB/ipath: Prevent random program use of diags interfaceBryan O'Sullivan1-1/+10
2007-04-18IB/ipath: On unrecoverable errors, force link down, LEDs offBryan O'Sullivan2-2/+21
2007-04-18IB/ipath: Fix driver crash (in interrupt or during unload) after chip resetMichael Albaugh2-12/+35
2007-04-18IB/ipath: Improve handling and reporting of parity errorsBryan O'Sullivan8-86/+170
2007-04-18IB/ipath: Print better error messages if kernel is misconfiguredBryan O'Sullivan1-2/+10
2007-04-18IB/ipath: Force PIOAvail update entry pointArthur Jones2-10/+35
2007-04-18IB/ipath: Call free_irq() on chip specific initialization failureArthur Jones1-1/+4
2007-04-18IB/ipath: Discard multicast packets without a GRHBryan O'Sullivan1-2/+5