summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes
AgeCommit message (Expand)AuthorLines
2019-06-13rdma: Remove nesJason Gunthorpe-19673/+0
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky-39/+21
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky-24/+10
2019-06-11RDMA/nes: Avoid memory allocation during CQ destroyLeon Romanovsky-17/+11
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe-0/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe-1/+2
2019-05-21RDMA/nes: Remove second wait queue initialization callLeon Romanovsky-1/+0
2019-05-21RDMA/nes: Remove useless NULL checksLeon Romanovsky-6/+0
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe-4/+5
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-87/+84
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib-17/+10
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch-17/+18
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch-4/+12
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch-10/+10
2019-03-26RDMA/nes: remove redundant check on udataColin Ian King-39/+34
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky-21/+11
2019-02-15RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky-9/+1
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch-6/+6
2019-02-13RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem-131/+89
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky-21/+11
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit-1/+1
2019-01-14RDMA: Rename port_callback to init_portParav Pandit-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe-1/+1
2019-01-10IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch-1/+1
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-35/+38
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch-2/+2
2018-12-12RDMA: Start use ib_device_opsKamal Heib-1/+1
2018-12-12RDMA/nes: Initialize ib_device_ops structKamal Heib-32/+35
2018-11-25net: remove unsafe skb_insert()Eric Dumazet-2/+2
2018-11-09infiniband: nes: Fix more direct skb list accesses.David S. Miller-2/+2
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-56/+23
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit-38/+20
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe-2/+1
2018-09-21IB/nes: Remove unnecessary parenthesesNathan Chancellor-1/+1
2018-09-10infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller-5/+3
2018-09-05RDMA/nes: Delete impossible debug printsLeon Romanovsky-14/+0
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib-60/+0
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche-4/+4
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche-1/+2
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann-3/+5
2018-07-10RDMA/nes: Avoid complaints about unused variablesBart Van Assche-5/+3
2018-07-09IB/nes: Fix a compiler warningBart Van Assche-1/+1
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-04-27IB/nes: fix nes_netdev_start_xmit()'s return typeLuc Van Oostenryck-1/+1