aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/core/cma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+43
2016-12-14rdma_cm: add rdma_consumer_reject_data helper functionSteve Wise1-0/+16
2016-12-14rdma_cm: add rdma_is_consumer_reject() helper functionSteve Wise1-0/+13
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise1-0/+14
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+20
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+20
2016-11-16IB/core: Set routable RoCE gid type for ipv4/ipv6 networksLeon Romanovsky1-1/+20
2016-11-11infiniband: shut up a maybe-uninitialized warningArnd Bergmann1-26/+28
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-10-07IB/cma: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-22IB/core: Fix possible memory leak in cma_resolve_iboe_route()Wei Yongjun1-6/+12
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-6/+92
2016-08-03IB/core: Support for CMA multicast join flagsAlex Vesker1-7/+93
2016-06-23Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc-fixes' into k.o/for-4.7-rcDoug Ledford1-4/+4
2016-06-23IB/core: Fix RoCE v1 multicast join logic issueAlex Vesker1-4/+4
2016-06-17IB/cma: Make the code easier to verifyBart Van Assche1-28/+26
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into k.o/for-4.7Doug Ledford1-1/+2
2016-05-13IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch1-1/+2
2016-05-12IB/cma: pass the port number to ib_create_qpChristoph Hellwig1-0/+1
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford1-0/+8
2016-03-03IB/core: trivial prink cleanup.Parav Pandit1-7/+7
2016-03-01IB/cma: Print warning on different inner and header P_KeysHaggai Eran1-0/+8
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-27/+238
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak1-7/+5
2016-01-19IB/cma: Fix RDMA port validation for iWarpMatan Barak1-1/+1
2015-12-23IB/cma: Join and leave multicast groups with IGMPMoni Shoua1-7/+89
2015-12-23IB/cma: Add configfs for rdma_cmMatan Barak1-7/+101
2015-12-23IB/rdma_cm: Add wrapper for cma reference countMatan Barak1-2/+9
2015-12-23IB/core: Validate route when we init ahMatan Barak1-2/+28
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur1-1/+10
2015-12-23IB/cm: Use the source GID index typeMatan Barak1-0/+2
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-1/+2
2015-12-22IB/cma: cma_match_net_dev needs to take into account port_numMatan Barak1-7/+9
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz1-8/+0
2015-12-08IB/cma: Add a missing rcu_read_unlock()Bart Van Assche1-4/+1
2015-10-30IB/core, cma: Make __attribute_const__ declarations sparse-friendlyBart Van Assche1-1/+1
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-18/+28
2015-10-28IB/cma: Separate port allocation to network namespacesHaggai Eran1-24/+70
2015-10-28IB/addr: Pass network namespace as a parameterGuy Shapiro1-0/+1
2015-10-21IB/core: Remove smac and vlan id from path recordMatan Barak1-2/+0
2015-10-21IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak1-6/+0
2015-10-21IB/cma: cma_validate_port should verify the port and netdeviceMatan Barak1-8/+18
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-4/+6
2015-10-20IB/cma: Use inner P_Key to determine netdevHaggai Eran1-2/+2
2015-10-20IB/cma: Potential NULL dereference in cma_id_from_eventHaggai Eran1-1/+1
2015-10-06IB/cma: Accept connection without a valid netdev on RoCEHaggai Eran1-14/+40
2015-08-30IB/cma: Fix net_dev reference leak with failed requestsHaggai Eran1-0/+4
2015-08-30IB/cma: Share ib_cm_ids between rdma_cm_idsHaggai Eran1-55/+4
2015-08-30IB/cma: Use found net_dev for passive connectionsHaggai Eran1-27/+49