aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Gravatar Pablo Neira Ayuso 1-3/+7
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 23-36/+38
2012-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-47/+24
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesGravatar Roland Dreier 3-47/+24
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesGravatar Roland Dreier 3-47/+24
2012-02-06IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()Gravatar Jesper Juhl 1-0/+1
2012-02-03IB/srpt: Fix ERR_PTR() vs. NULL checking confusionGravatar Dan Carpenter 1-3/+3
2012-02-02IB/srpt: Remove unneeded <linux/version.h> includeGravatar Jesper Juhl 1-1/+0
2012-02-02IB/srpt: Use ARRAY_SIZE() instead of open-codingGravatar Roland Dreier 1-2/+1
2012-02-02IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()Gravatar Roland Dreier 1-5/+2
2012-01-30Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextGravatar Roland Dreier 20-26/+30
2012-01-30RDMA/nes: Copyright updateGravatar Tatyana Nikolova 14-14/+14
2012-01-30IB/mlx4: pass SMP vendor-specific attribute MADs to firmwareGravatar Jack Morgenstein 1-5/+2
2012-01-27RDMA/nes: Fix fast memory registration opcodeGravatar Tatyana Nikolova 1-1/+1
2012-01-27RDMA/nes: Fix fast memory registration lengthGravatar Tatyana Nikolova 1-0/+2
2012-01-27RDMA/ucma: Discard all events for new connections until acceptedGravatar Sean Hefty 1-1/+4
2012-01-27IB/qib: Roll back PCIe tuning changeGravatar Mike Marciniszyn 1-1/+1
2012-01-27IB/qib: Use GFP_ATOMIC when locks are heldGravatar Julia Lawall 1-1/+1
2012-01-27RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh()Gravatar Roland Dreier 1-2/+3
2012-01-27RDMA/nes: Fix for sending MPA reject frameGravatar Tatyana Nikolova 1-0/+3
2012-01-27IB/ipath: Calling PTR_ERR() on right variable in create_file()Gravatar Dan Carpenter 1-1/+1
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntGravatar Bernd Schubert 2-1/+2
2012-01-25infiniband: nes: Convert nes_addr_resolve_neigh() over to dst_neigh_lookup().Gravatar David Miller 1-3/+8
2012-01-25infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup().Gravatar David Miller 1-4/+6
2012-01-25infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().Gravatar David Miller 1-5/+9
2012-01-18Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-0/+4672
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 3-7/+7
2012-01-13module_param: avoid bool abuse, add bint for special cases.Gravatar Rusty Russell 1-1/+1
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 21-67/+105
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 6-10/+10
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextGravatar Roland Dreier 19-58/+99
2012-01-04rdma/core: Fix sparse warningsGravatar Sean Hefty 2-6/+3
2012-01-04RDMA/cma: Fix endianness bugsGravatar Sean Hefty 1-3/+3
2012-01-04RDMA/nes: Fix terminate during AEGravatar Tatyana Nikolova 2-4/+1
2012-01-04RDMA/nes: Make unnecessarily global nes_set_pau() staticGravatar Tatyana Nikolova 1-1/+1
2012-01-04RDMA/nes: Change MDIO bus clock to 2.5MHzGravatar Tatyana Nikolova 1-1/+1
2012-01-03IB/cm: Fix layout of APR messageGravatar Eli Cohen 1-0/+1
2012-01-03IB/mlx4: Fix SL to 802.1Q priority-bits mapping for IBoEGravatar Or Gerlitz 3-4/+8
2012-01-03IB/qib: Default some module parameters optimallyGravatar Mike Marciniszyn 2-3/+3
2012-01-03IB/qib: Optimize locking for get_txreq()Gravatar Mike Marciniszyn 1-10/+33
2012-01-03IB/qib: Fix a possible data corruption when receiving packetsGravatar Ram Vepa 3-4/+10
2012-01-03IB/qib: Eliminate 64-bit jiffies useGravatar Mike Marciniszyn 4-22/+20
2012-01-03IB/qib: Fix style issuesGravatar Mike Marciniszyn 4-5/+4
2012-01-03IB/uverbs: Protect QP multicast listGravatar Eli Cohen 1-4/+17
2012-01-03infiniband: umode_t noise, including open-coded S_ISDIR()Gravatar Al Viro 2-6/+6
2012-01-03switch ->is_visible() to returning umode_tGravatar Al Viro 1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 3-3/+3
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-4/+12
2011-12-19Merge branches 'cma', 'mlx4' and 'qib' into for-nextGravatar Roland Dreier 2-4/+6
2011-12-19IB/qib: Correct sense on freectxts increment and decrementGravatar Mike Marciniszyn 1-2/+2