summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-77/+317
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-20/+11
2012-10-02IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz5-26/+111
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-29/+21
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-58/+55
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney6-58/+55
2012-09-25Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2-164/+92
2012-09-21userns: Convert ipathfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman1-2/+2
2012-09-21IB/ipoib: Add rtnl_link_ops supportOr Gerlitz5-51/+206
2012-09-14Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier5-57/+54
2012-09-14IB/qib: Fix failure of compliance test C14-024#06_LocalPortNumMike Marciniszyn1-1/+2
2012-09-14RDMA/ocrdma: Fix CQE expansion of unsignaled WQEParav Pandit1-4/+4
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas13-48/+101
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas2-2/+2
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz3-46/+27
2012-09-12IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2-6/+21
2012-09-09netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-1/+1
2012-09-08RDMA/cxgb4: Move dereference below NULL testWei Yongjun1-1/+1
2012-09-08make drivers with pci error handlers constStephen Hemminger2-2/+2
2012-09-06RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driverVipul Pandya1-1/+1
2012-08-23IB/qib: Use PCI Express Capability accessorsJiang Liu1-23/+15
2012-08-23IB/mthca: Use PCI Express Capability accessorsJiang Liu1-4/+4
2012-08-22workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-22workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-9/+5
2012-08-20infiniband: ehca: Fix compiler warningsPaul E. McKenney1-4/+4
2012-08-20infiniband: ehca: Fix while->do-while conversion typoPaul E. McKenney1-1/+1
2012-08-16Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into...Roland Dreier12-47/+100
2012-08-16IB/mlx4: Check iboe netdev pointer before dereferencing itKleber Sacilotto de Souza1-1/+5
2012-08-15IB/srp: Fix a race conditionBart Van Assche1-24/+63
2012-08-15IB/qib: Fix error return code in qib_init_7322_variables()Julia Lawall1-1/+3
2012-08-15IB: Fix typos in infiniband driversMasanari Iida4-4/+4
2012-08-15IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz1-1/+1
2012-08-15IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz1-0/+3
2012-08-14workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo3-10/+5
2012-08-14RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova1-1/+1
2012-08-13infiniband: Ehca: Use hotplug thread infrastructureThomas Gleixner2-164/+92
2012-08-11RDMA/ocrdma: Don't call vlan_dev_real_dev() for non-VLAN netdevsRoland Dreier1-8/+8
2012-08-11IB/mlx4: Fix possible deadlock on sm_lock spinlockJack Morgenstein2-8/+13
2012-07-30Merge branches 'cma', 'ipoib', 'ocrdma' and 'qib' into for-nextRoland Dreier6-242/+547
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz4-236/+539
2012-07-30IB/qib: Fix size of cc_supported_table_entriesMike Marciniszyn1-5/+5
2012-07-28RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier1-12/+7
2012-07-28RDMA/ocrdma: Fix check of GSI CQsRoland Dreier1-1/+3
2012-07-28RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu1-4/+1
2012-07-25Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds43-779/+2032
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-33/+97
2012-07-23Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...Roland Dreier42-762/+1967
2012-07-23Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-5/+10
2012-07-19IB/qib: checkpatch fixesMike Marciniszyn16-380/+394