Age | Commit message (Expand) | Author | Files | Lines |
2012-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -3/+3 |
2012-10-07 | infiniband: pass rdma_cm module to netlink_dump_start | Gao feng | 1 | -1/+2 |
2012-10-04 | RDMA/cma: Check that retry count values are in range | Sean Hefty | 1 | -3/+3 |
2012-09-30 | RDMA/cma: Use consistent component mask for IPoIB port space multicast joins | Dotan Barak | 1 | -1/+4 |
2012-07-27 | RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR | Fengguang Wu | 1 | -4/+1 |
2012-07-22 | Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'... | Roland Dreier | 1 | -1/+1 |
2012-07-08 | IB: Use IS_ENABLED(CONFIG_IPV6) | Roland Dreier | 1 | -1/+1 |
2012-07-08 | RDMA/cma: Allow user to restrict listens to bound address family | Sean Hefty | 1 | -4/+31 |
2012-07-08 | RDMA/cma: Listen on specific address family | Sean Hefty | 1 | -6/+10 |
2012-07-08 | RDMA/cma: Bind to a specific address family | Sean Hefty | 1 | -11/+21 |
2012-06-19 | RDMA/cma: QP type check on received REQs should be AND not OR | Sean Hefty | 1 | -1/+1 |
2012-05-21 | Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -20/+22 |
2012-05-08 | RDMA/cma: Fix lockdep false positive recursive locking | Sean Hefty | 1 | -20/+22 |
2012-04-05 | IB/rdma_cm: TOS <=> UP mapping for IBoE | Amir Vadai | 1 | -1/+5 |
2012-01-08 | Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
2012-01-04 | RDMA/cma: Fix endianness bugs | Sean Hefty | 1 | -3/+3 |
2011-12-23 | 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-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -4/+4 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 1 | -19/+48 |
2011-10-31 | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 1 | -0/+1 |
2011-10-13 | RDMA/cma: Support XRC QPs | Sean Hefty | 1 | -1/+1 |
2011-10-13 | RDMA/cm: Define new RDMA port space specific to IB | Sean Hefty | 1 | -0/+5 |
2011-10-06 | RDMA/iwcm: Propagate ird/ord values upwards | Kumar Sanghvi | 1 | -2/+6 |
2011-10-06 | RDMA/cma: Check for NULL conn_param in rdma_accept | Hefty, Sean | 1 | -15/+23 |
2011-10-06 | RDMA/cma: Fix crash in cma_req_handler | Hefty, Sean | 1 | -1/+13 |
2011-07-18 | RDMA/cma: Don't allow IPoIB port space for IBoE | Moni Shoua | 1 | -0/+4 |
2011-07-18 | RDMA/cma: Avoid assigning an IS_ERR value to cm_id pointer in CMA id object | Jack Morgenstein | 1 | -40/+40 |
2011-05-25 | RDMA/cma: Save PID of ID's owner | Nir Muchtar | 1 | -0/+6 |
2011-05-25 | RDMA/cma: Add support for netlink statistics export | Nir Muchtar | 1 | -0/+99 |
2011-05-25 | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 1 | -19/+16 |
2011-05-25 | RDMA/cma: Export enum cma_state in <rdma/rdma_cm.h> | Nir Muchtar | 1 | -90/+80 |
2011-05-09 | RDMA/cma: Add an ID_REUSEADDR option | Hefty, Sean | 1 | -67/+123 |
2011-05-09 | RDMA/cma: Fix handling of IPv6 addressing in cma_use_port | Hefty, Sean | 1 | -7/+22 |
2011-03-15 | RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one | Sean Hefty | 1 | -27/+16 |
2011-03-15 | RDMA/cma: Fix crash in request handlers | Sean Hefty | 1 | -0/+15 |
2010-10-25 | IB/core: Add VLAN support for IBoE | Eli Cohen | 1 | -8/+12 |
2010-10-13 | RDMA/cm: Add RDMA CM support for IBoE devices | Eli Cohen | 1 | -19/+290 |
2010-05-15 | Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '... | Roland Dreier | 1 | -47/+27 |
2010-05-15 | IB/core: Use kmemdup() instead of kmalloc()+memcpy() | Julia Lawall | 1 | -2/+2 |
2010-04-21 | RDMA/cma: Randomize local port allocation | Tetsuo Handa | 1 | -45/+25 |
2010-04-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -0/+1 |
2010-04-07 | RDMA/cm: Set num_paths when manually assigning path records | Sean Hefty | 1 | -0/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-10 | RDMA/cm: Revert association of an RDMA device when binding to loopback | Sean Hefty | 1 | -3/+1 |
2010-01-06 | IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6 | Robert P. J. Day | 1 | -1/+1 |
2009-11-19 | IB/addr: Fix IPv6 routing lookup | Sean Hefty | 1 | -14/+33 |
2009-11-19 | RDMA/cm: fix loopback address support | Sean Hefty | 1 | -34/+43 |
2009-11-19 | IB/addr: Store net_device type instead of translating to RDMA transport | Sean Hefty | 1 | -3/+3 |