aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz6-10/+10
2012-01-30Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier18-25/+28
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova14-14/+14
2012-01-30IB/mlx4: pass SMP vendor-specific attribute MADs to firmwareJack Morgenstein1-5/+2
2012-01-27RDMA/nes: Fix fast memory registration opcodeTatyana Nikolova1-1/+1
2012-01-27RDMA/nes: Fix fast memory registration lengthTatyana Nikolova1-0/+2
2012-01-27IB/qib: Roll back PCIe tuning changeMike Marciniszyn1-1/+1
2012-01-27IB/qib: Use GFP_ATOMIC when locks are heldJulia Lawall1-1/+1
2012-01-27RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh()Roland Dreier1-2/+3
2012-01-27RDMA/nes: Fix for sending MPA reject frameTatyana Nikolova1-0/+3
2012-01-27IB/ipath: Calling PTR_ERR() on right variable in create_file()Dan Carpenter1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-7/+7
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-1/+1
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds17-54/+81
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier17-54/+81
2012-01-04RDMA/nes: Fix terminate during AETatyana Nikolova2-4/+1
2012-01-04RDMA/nes: Make unnecessarily global nes_set_pau() staticTatyana Nikolova1-1/+1
2012-01-04RDMA/nes: Change MDIO bus clock to 2.5MHzTatyana Nikolova1-1/+1
2012-01-03IB/mlx4: Fix SL to 802.1Q priority-bits mapping for IBoEOr Gerlitz3-4/+8
2012-01-03IB/qib: Default some module parameters optimallyMike Marciniszyn2-3/+3
2012-01-03IB/qib: Optimize locking for get_txreq()Mike Marciniszyn1-10/+33
2012-01-03IB/qib: Fix a possible data corruption when receiving packetsRam Vepa3-4/+10
2012-01-03IB/qib: Eliminate 64-bit jiffies useMike Marciniszyn4-22/+20
2012-01-03IB/qib: Fix style issuesMike Marciniszyn4-5/+4
2012-01-03infiniband: umode_t noise, including open-coded S_ISDIR()Al Viro2-6/+6
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+6
2011-12-19Merge branches 'cma', 'mlx4' and 'qib' into for-nextRoland Dreier2-4/+6
2011-12-19IB/qib: Correct sense on freectxts increment and decrementMike Marciniszyn1-2/+2
2011-12-13mlx4_ib: disable SRIOV mode for IB ports (not yet supported)Jack Morgenstein1-0/+5
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein2-5/+8
2011-12-13mlx4: Extanding port_mask functionalityJack Morgenstein1-1/+1
2011-12-06IB/mlx4: Fix shutdown crash accessing a non-existent bitmapRoland Dreier1-2/+4
2011-12-05infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper function.David Miller1-140/+80
2011-12-05infiniband: nes: Use dst's neighbour entry.David Miller1-9/+5
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller1-13/+2
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller3-6/+6
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-25/+27
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier5-23/+23
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet3-2/+14
2011-11-28IB/qib: Fix over-scheduling of QSFP workMike Marciniszyn2-20/+8
2011-11-28RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2Kumar Sanghvi1-1/+3
2011-11-28RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logicJonathan Lallinger1-1/+1
2011-11-16infiniband: Update net drivers for netdev_features_t changes.David S. Miller1-3/+3
2011-11-08IB/qib: Don't use schedule_work()Mike Marciniszyn1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds21-0/+24
2011-11-04Merge branches 'iser', 'mthca' and 'qib' into for-nextRoland Dreier2-8/+4
2011-11-04IB/qib: Fix panic in RC error flushing logicMike Marciniszyn1-7/+3
2011-11-03IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier1-1/+1
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds53-784/+3236