Age | Commit message (Expand) | Author | Files | Lines |
2012-03-21 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 4 | -42/+67 |
2012-03-19 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ... | Roland Dreier | 2 | -19/+39 |
2012-03-08 | RDMA/iwcm: Reject connect requests if cmid is not in LISTEN state | Steve Wise | 1 | -11/+13 |
2012-03-06 | RDMA/ucma: Fix AB-BA deadlock | Hefty, Sean | 1 | -19/+18 |
2012-03-05 | IB: Use central enum for speed instead of hard-coded values | Or Gerlitz | 1 | -7/+6 |
2012-02-27 | IB/core: Fix SDR rates in sysfs | Roland Dreier | 1 | -7/+11 |
2012-02-26 | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 1 | -3/+7 |
2012-02-26 | IB/mad: Return error response for unsupported MADs | Swapna Thete | 1 | -0/+21 |
2012-02-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -2/+6 |
2012-01-31 | Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-next | Roland Dreier | 2 | -1/+2 |
2012-01-27 | RDMA/ucma: Discard all events for new connections until accepted | Sean Hefty | 1 | -1/+4 |
2012-01-27 | RDMA/core: Fix kernel panic by always initializing qp->usecnt | Bernd Schubert | 2 | -1/+2 |
2012-01-26 | infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup(). | David Miller | 1 | -5/+9 |
2012-01-09 | Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -13/+24 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -3/+3 |
2012-01-04 | Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-next | Roland Dreier | 2 | -4/+18 |
2012-01-04 | rdma/core: Fix sparse warnings | Sean Hefty | 2 | -6/+3 |
2012-01-04 | RDMA/cma: Fix endianness bugs | Sean Hefty | 1 | -3/+3 |
2012-01-04 | IB/cm: Fix layout of APR message | Eli Cohen | 1 | -0/+1 |
2012-01-04 | IB/uverbs: Protect QP multicast list | Eli Cohen | 1 | -4/+17 |
2012-01-04 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 3 | -3/+3 |
2011-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
2011-12-19 | RDMA/cma: Verify private data length | Sean Hefty | 1 | -0/+6 |
2011-12-06 | infiniband: addr: Consolidate code to fetch neighbour hardware address from dst. | David Miller | 1 | -26/+21 |
2011-12-06 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -2/+2 |
2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+6 |
2011-11-30 | IB: Fix RCU lockdep splats | Eric Dumazet | 1 | -3/+6 |
2011-11-23 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2 | -7/+7 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 15 | -0/+15 |
2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 12 | -155/+1177 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 12 | -155/+1177 |
2011-11-01 | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 1 | -3/+3 |
2011-11-01 | infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 8 | -0/+8 |
2011-11-01 | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 6 | -0/+6 |
2011-11-01 | infiniband: Fix up users implicitly relying on getting stat.h | Paul Gortmaker | 1 | -0/+1 |
2011-10-13 | RDMA/uverbs: Export ib_open_qp() capability to user space | Sean Hefty | 3 | -1/+95 |
2011-10-13 | RDMA/core: Export ib_open_qp() to share XRC TGT QPs | Sean Hefty | 3 | -42/+138 |
2011-10-13 | IB/cm: Do not automatically disconnect XRC TGT QPs | Sean Hefty | 1 | -0/+2 |
2011-10-13 | RDMA/cma: Support XRC QPs | Sean Hefty | 1 | -1/+1 |
2011-10-13 | RDMA/ucm: Allow user to specify QP type when creating id | Sean Hefty | 1 | -1/+4 |
2011-10-13 | RDMA/cm: Define new RDMA port space specific to IB | Sean Hefty | 1 | -0/+5 |
2011-10-13 | IB/cm: Update XRC support based on XRC annex errata | Sean Hefty | 2 | -8/+26 |
2011-10-13 | IB/cm: Update protocol to support XRC | Sean Hefty | 2 | -16/+43 |
2011-10-13 | RDMA/uverbs: Export XRC TGT QPs to user space | Sean Hefty | 2 | -40/+73 |
2011-10-13 | RDMA/uverbs: Export XRC INI QPs to userspace | Sean Hefty | 1 | -11/+37 |
2011-10-13 | RDMA/uverbs: Export XRC SRQs to user space | Sean Hefty | 3 | -40/+139 |
2011-10-13 | RDMA/uverbs: Export XRC domains to user space | Sean Hefty | 4 | -0/+347 |
2011-10-13 | RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCD | Sean Hefty | 1 | -0/+47 |
2011-10-13 | RDMA/core: Add XRC QPs | Sean Hefty | 1 | -20/+130 |
2011-10-13 | RDMA/core: Add XRC SRQ type | Sean Hefty | 1 | -1/+20 |