Age | Commit message (Expand) | Author | Files | Lines |
2015-12-23 | IB/cma: cma_match_net_dev needs to take into account port_num | Matan Barak | 1 | -7/+9 |
2015-12-08 | IB/mad: Require CM send method for everything except ClassPortInfo | Hal Rosenstock | 1 | -0/+5 |
2015-12-08 | IB/cma: Add a missing rcu_read_unlock() | Bart Van Assche | 1 | -4/+1 |
2015-12-08 | IB core: Fix ib_sg_to_pages() | Bart Van Assche | 1 | -21/+22 |
2015-12-08 | IB/sa: Put netlink request into the request list before sending | Kaike Wan | 1 | -15/+17 |
2015-12-08 | IB/core: use RCU for uverbs id lookup | Mike Marciniszyn | 1 | -5/+7 |
2015-12-08 | IB/core: Fix user mode post wr corruption | Mike Marciniszyn | 1 | -5/+10 |
2015-11-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2015-11-07 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -1/+1 |
2015-10-31 | IB/core, cma: Make __attribute_const__ declarations sparse-friendly | Bart Van Assche | 2 | -3/+3 |
2015-10-29 | IB/core: Remove old fast registration API | Sagi Grimberg | 1 | -25/+0 |
2015-10-29 | IB/core: Introduce new fast registration API | Sagi Grimberg | 1 | -0/+107 |
2015-10-29 | Merge branch 'wr-cleanup' into k.o/for-4.4 | Doug Ledford | 4 | -83/+104 |
2015-10-28 | IB/ucma: Take the network namespace from the process | Guy Shapiro | 1 | -2/+3 |
2015-10-28 | IB/cma: Add support for network namespaces | Guy Shapiro | 2 | -19/+30 |
2015-10-28 | IB/cma: Separate port allocation to network namespaces | Haggai Eran | 1 | -24/+70 |
2015-10-28 | IB/addr: Pass network namespace as a parameter | Guy Shapiro | 2 | -8/+10 |
2015-10-22 | IB/core: Remove smac and vlan id from path record | Matan Barak | 3 | -6/+0 |
2015-10-22 | IB/core: Remove smac and vlan id from qp_attr and ah_attr | Matan Barak | 3 | -6/+0 |
2015-10-22 | IB/cm: Remove the usage of smac and vid of qp_attr and cm_av | Matan Barak | 2 | -36/+0 |
2015-10-22 | IB/core: Use GID table in AH creation and dmac resolution | Matan Barak | 4 | -71/+98 |
2015-10-22 | IB/cache: Add ib_find_gid_by_filter cache API | Matan Barak | 1 | -0/+93 |
2015-10-22 | IB/cma: cma_validate_port should verify the port and netdevice | Matan Barak | 1 | -8/+18 |
2015-10-22 | IB/cm: cm_init_av_by_path should find a GID by its netdevice | Matan Barak | 1 | -2/+5 |
2015-10-22 | IB/core: Add netdev to path record | Matan Barak | 2 | -2/+13 |
2015-10-22 | IB/core: Expose and rename ib_find_cached_gid_by_port cache API | Matan Barak | 3 | -11/+7 |
2015-10-22 | IB/core: Add netdev and gid attributes paramteres to cache | Matan Barak | 9 | -22/+36 |
2015-10-22 | IB/core: Allow setting create flags in QP init attribute | Eran Ben Elisha | 1 | -1/+1 |
2015-10-22 | IB/core: Extend ib_uverbs_create_qp | Eran Ben Elisha | 3 | -65/+191 |
2015-10-21 | IB/core: avoid 32-bit warning | Arnd Bergmann | 1 | -1/+1 |
2015-10-21 | IB/cm: Fix rb-tree duplicate free and use-after-free | Doron Tsur | 1 | -1/+9 |
2015-10-20 | IB/cma: Use inner P_Key to determine netdev | Haggai Eran | 1 | -2/+2 |
2015-10-20 | IB/ucma: check workqueue allocation before usage | Sasha Levin | 1 | -1/+6 |
2015-10-20 | IB/cma: Potential NULL dereference in cma_id_from_event | Haggai Eran | 1 | -1/+1 |
2015-10-20 | IB/core: Fix use after free of ifa | Matan Barak | 1 | -8/+27 |
2015-10-15 | IB/core: Fix memory corruption in ib_cache_gid_set_default_gid | Doron Tsur | 1 | -1/+1 |
2015-10-08 | IB: split struct ib_send_wr | Christoph Hellwig | 4 | -83/+104 |
2015-10-06 | IB/cma: Accept connection without a valid netdev on RoCE | Haggai Eran | 1 | -14/+40 |
2015-09-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 20 | -707/+3618 |
2015-09-03 | IB/uverbs: reject invalid or unknown opcodes | Christoph Hellwig | 1 | -1/+9 |
2015-09-02 | IB/sa: Fix rdma netlink message flags | Kaike Wan | 1 | -1/+1 |
2015-08-31 | IB/ucma: HW Device hot-removal support | Yishai Hadas | 1 | -11/+129 |
2015-08-31 | IB/uverbs: Enable device removal when there are active user space applications | Yishai Hadas | 2 | -68/+301 |
2015-08-31 | IB/uverbs: Explicitly pass ib_dev to uverbs commands | Yishai Hadas | 3 | -39/+88 |
2015-08-31 | IB/uverbs: Fix race between ib_uverbs_open and remove_one | Yishai Hadas | 2 | -14/+32 |
2015-08-31 | IB/uverbs: Fix reference counting usage of event files | Yishai Hadas | 3 | -16/+40 |
2015-08-31 | IB/core: Make ib_dealloc_pd return void | Jason Gunthorpe | 2 | -12/+36 |
2015-08-31 | IB/mad: Remove ib_get_dma_mr calls | Jason Gunthorpe | 2 | -24/+3 |
2015-08-31 | IB/core: Guarantee that a local_dma_lkey is available | Jason Gunthorpe | 2 | -5/+43 |
2015-08-31 | IB/sa: Route SA pathrecord query through netlink | Kaike Wan | 1 | -1/+500 |