summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/addr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Constify dst_addr argumentParav Pandit2018-07-301-2/+2
* IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe2018-06-291-7/+5
* RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe2018-04-171-34/+4
* RDMA/rdma_cm: Make rdma_addr_cancel into a fenceJason Gunthorpe2018-04-171-18/+40
* RDMA/rdma_cm: Remove process_req and timer sortingJason Gunthorpe2018-04-171-71/+25
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-061-6/+7
|\
| * IB/addr: Constify dst_entry pointerParav Pandit2018-03-291-5/+7
| * IB/core: Remove rdma_resolve_ip_route() as exported symbolParav Pandit2018-03-151-1/+0
* | RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-281-0/+16
* | RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe2018-03-271-0/+9
|/
* IB/core : Add null pointer check in addr_resolveMuneendra Kumar M2018-02-281-10/+5
* RDMA/core: Avoid copying ifindex twiceParav Pandit2017-12-181-2/+0
* RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2017-12-181-8/+3
* IB/core: Removed unused functionParav Pandit2017-12-181-23/+0
* RDMA/core: Avoid redundant memcpy in rdma_addr_find_l2_eth_by_grhParav Pandit2017-12-181-5/+0
* IB/{core/cm}: Fix generating a return AH for RoCEEParav Pandit2017-12-181-19/+5
* RDMA/core: Make function rdma_copy_addr return voidYuval Shaia2017-11-131-13/+14
* IB/core: Fix use workqueue without WQ_MEM_RECLAIMParav Pandit2017-10-181-1/+1
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-14/+48
|\
| * IB/core: Fix race condition in resolving IP to MACParav Pandit2017-08-041-14/+48
* | RDMA/netlink: Convert LS to doit callbackLeon Romanovsky2017-08-101-3/+2
* | RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky2017-08-101-1/+1
* | RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky2017-08-101-1/+1
* | RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky2017-08-101-2/+1
|/
* IB/core: Don't resolve IP address to the loopback deviceMoni Shoua2017-07-171-11/+29
* IB/core: Namespace is mandatory input for address resolutionMoni Shoua2017-07-171-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-9/+1
|\
| * IB/addr: Fix setting source address in addr6_resolve()Roland Dreier2017-06-071-9/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+1
|/
* infiniband: avoid dereferencing uninitialized dst on error pathPaolo Abeni2017-05-021-1/+1
* infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni2017-04-281-2/+2
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* IB/core: Add missing check for addr_resolve callback return valueMark Bloch2016-11-161-2/+9
* IB/addr: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* IB/core: Add IP to GID netlink offloadMark Bloch2016-05-241-24/+193
* IB/core: Integrate IB address resolution module into coreLeon Romanovsky2016-05-241-9/+2
* IB/core: Use hop-limit from IP stack for RoCEMatan Barak2016-01-191-1/+8
* IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak2016-01-191-3/+4
* IB/core: Fix dereference before checkMatan Barak2016-01-191-4/+5
* IB/core: Validate route when we init ahMatan Barak2015-12-231-51/+124
* IB/core: Add rdma_network_type to wcSomnath Kotur2015-12-231-0/+14
* IB/addr: Pass network namespace as a parameterGuy Shapiro2015-10-281-8/+9
* IB/core: Use GID table in AH creation and dmac resolutionMatan Barak2015-10-211-1/+2
* IB/core cleanup: Add const to args - agent_send_responseIra Weiny2015-06-021-2/+2
* IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-051-10/+3
* IB/addr: Improve address resolution callback schedulingOr Kehati2014-12-151-2/+2
* IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-3/+94
* IB/addr: Add AF_IB support to ip_addr_sizeSean Hefty2013-06-201-2/+18
* workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-3/+1
* IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-081-2/+2
OpenPOWER on IntegriCloud