| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-11-16 | IB/ucma: Convert use of typedef ctl_table to struct ctl_table |  Joe Perches | 1 | -1/+1 |
| 2013-11-16 | IB/cm: Convert to using idr_alloc_cyclic() |  Zhao Hongjiang | 1 | -4/+1 |
| 2013-11-15 | IB/core: Encorce MR access rights rules on kernel consumers |  Eli Cohen | 2 | -7/+17 |
| 2013-11-11 | RDMA/cma: Remove unused argument and minor dead code |  Michal Nazarewicz | 1 | -3/+0 |
| 2013-11-11 | RDMA/ucma: Discard events for IDs not yet claimed by user space |  Sean Hefty | 1 | -1/+1 |
| 2013-11-09 | IB/core: Add Cisco usNIC rdma node and transport types |  Upinder Malhi \(umalhi\) | 2 | -0/+4 |
| 2013-11-08 | IB/netlink: Remove superfluous RDMA_NL_GET_OP() masking |  Mathias Krause | 1 | -1/+1 |
| 2013-11-08 | IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctly |  Latchesar Ionkov | 1 | -0/+3 |
| 2013-11-08 | IB/cma: Check for GID on listening device first |  Doug Ledford | 1 | -6/+30 |
| 2013-11-08 | IB/cma: Use cached gids |  Doug Ledford | 1 | -29/+6 |
| 2013-11-07 | RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlans |  Eyal Perry | 1 | -5/+21 |
| 2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -0/+12 |
| 2013-10-21 | IB/core: Temporarily disable create_flow/destroy_flow uverbs |  Yann Droneaud | 3 | -0/+12 |
| 2013-09-30 | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 |  Eric W. Biederman | 1 | -1/+1 |
| 2013-09-05 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 5 | -35/+335 |
| 2013-09-04 | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux |  Linus Torvalds | 1 | -1/+1 |
| 2013-09-03 | Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next |  Roland Dreier | 4 | -8/+318 |
| 2013-09-02 | IB/core: Better checking of userspace values for receive flow steering |  Matan Barak | 1 | -1/+15 |
| 2013-08-28 | IB/core: Export ib_create/destroy_flow through uverbs |  Hadar Hen Zion | 3 | -1/+229 |
| 2013-08-28 | IB/core: Infrastructure for extensible uverbs commands |  Igor Ivanov | 1 | -5/+24 |
| 2013-08-28 | IB/core: Add receive flow steering support |  Hadar Hen Zion | 1 | -0/+27 |
| 2013-08-13 | IB/core: Fixes to XRC reference counting in uverbs |  Yishai Hadas | 2 | -2/+21 |
| 2013-08-13 | IB/core: Add locking around event dispatching on XRC target QPs |  Yishai Hadas | 1 | -0/+3 |
| 2013-08-12 | RDMA/cma: Add IPv6 support for iWARP |  Steve Wise | 1 | -27/+17 |
| 2013-07-31 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma' and 'qib' into for-next |  Roland Dreier | 1 | -1/+7 |
| 2013-07-31 | IB/core: Create QP1 using the pkey index which contains the default pkey |  Jack Morgenstein | 1 | -1/+7 |
| 2013-07-31 | RDMA/cma: Only call cma_save_ib_info() for CM REQs |  Sean Hefty | 1 | -1/+2 |
| 2013-07-31 | RDMA/cma: Fix accessing invalid private data for UD |  Sean Hefty | 1 | -8/+11 |
| 2013-07-30 | RDMA/cma: Fix gcc warning |  Paul Bolle | 1 | -4/+3 |
| 2013-07-15 | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. |  Rusty Russell | 1 | -1/+1 |
| 2013-07-13 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 6 | -429/+832 |
| 2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -2/+2 |
| 2013-07-08 | Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' into for-next |  Roland Dreier | 2 | -4/+8 |
| 2013-07-08 | IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd() |  Roland Dreier | 1 | -2/+2 |
| 2013-07-03 | drivers: avoid format string in dev_set_name |  Kees Cook | 1 | -1/+1 |
| 2013-06-24 | IB/core: Fix error return code in add_port() |  Wei Yongjun | 1 | -2/+6 |
| 2013-06-20 | RDMA/cma: Export AF_IB statistics |  Sean Hefty | 1 | -27/+10 |
| 2013-06-20 | RDMA/ucma: Allow user space to specify AF_IB when joining multicast |  Sean Hefty | 2 | -13/+51 |
| 2013-06-20 | RDMA/ucma: Allow user space to pass AF_IB into resolve |  Sean Hefty | 1 | -1/+29 |
| 2013-06-20 | RDMA/ucma: Allow user space to bind to AF_IB |  Sean Hefty | 1 | -1/+26 |
| 2013-06-20 | RDMA/ucma: Name changes to indicate only IP addresses supported |  Sean Hefty | 1 | -30/+30 |
| 2013-06-20 | RDMA/ucma: Add ability to query GID addresses |  Sean Hefty | 1 | -0/+50 |
| 2013-06-20 | RDMA/cma: Export cma_get_service_id() |  Sean Hefty | 1 | -6/+7 |
| 2013-06-20 | RDMA/ucma: Support querying when IB paths are not reversible |  Sean Hefty | 1 | -0/+35 |
| 2013-06-20 | IB/sa: Export function to pack a path record into wire format |  Sean Hefty | 1 | -0/+6 |
| 2013-06-20 | RDMA/ucma: Support querying for AF_IB addresses |  Sean Hefty | 1 | -2/+74 |
| 2013-06-20 | RDMA/cma: Only listen on IB devices when using AF_IB |  Sean Hefty | 1 | -0/+4 |
| 2013-06-20 | RDMA/cma: Set qkey for AF_IB |  Sean Hefty | 2 | -17/+26 |
| 2013-06-20 | RDMA/cma: Expose private data when using AF_IB |  Sean Hefty | 1 | -22/+34 |
| 2013-06-20 | RDMA/cma: Merge cma_get/save_net_info |  Sean Hefty | 1 | -55/+69 |