summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-091-1/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-21/+11Star
* RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky2019-02-162-9/+1Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-6/+6
* RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem2019-02-131-131/+89Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-21/+11Star
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-1/+1
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
* IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch2019-01-111-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-282-35/+38
|\
| * RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-2/+2
| * RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
| * RDMA/nes: Initialize ib_device_ops structKamal Heib2018-12-121-32/+35
* | net: remove unsafe skb_insert()Eric Dumazet2018-11-251-2/+2
* | infiniband: nes: Fix more direct skb list accesses.David S. Miller2018-11-101-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-265-56/+23Star
|\
| * RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-38/+20Star
| * RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
| * RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
| * IB/nes: Remove unnecessary parenthesesNathan Chancellor2018-09-211-1/+1
| * RDMA/nes: Delete impossible debug printsLeon Romanovsky2018-09-053-14/+0Star
* | infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller2018-09-101-5/+3Star
|/
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-60/+0Star
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-4/+4
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-1/+2
* infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann2018-07-111-3/+5
* RDMA/nes: Avoid complaints about unused variablesBart Van Assche2018-07-112-5/+3Star
* IB/nes: Fix a compiler warningBart Van Assche2018-07-091-1/+1
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-3/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* IB/nes: fix nes_netdev_start_xmit()'s return typeLuc Van Oostenryck2018-04-271-1/+1
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* nes: Change accelerated flag to boolShiraz Saleem2017-12-222-2/+2
* nes: remove unused 'timeval' struct memberArnd Bergmann2017-12-121-1/+0Star
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-188-36/+29Star
|\
| * RDMA/nes: Convert timers to use timer_setup()Kees Cook2017-10-098-36/+29Star
* | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-186-43/+40Star
|\ \ | |/ |/|
| * IB/nes: Fix a race condition in nes_inetaddr_event()Bart Van Assche2017-10-151-4/+9
| * IB/nes: Remove set-but-not-used variablesBart Van Assche2017-10-152-11/+2Star
| * IB/nes: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-152-1/+2
| * IB/nes: Fix indentationBart Van Assche2017-10-155-28/+28
* | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-2/+2
|/
* RDMA/nes: Remove zeroed parameter from port query callbackLeon Romanovsky2017-08-241-5/+0Star
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-45/+24Star
|\
| * infiniband: nes: constify pci_device_id.Arvind Yadav2017-08-181-1/+1
| * PCI/IB: add support for pci driver attribute groupsGreg Kroah-Hartman2017-08-181-44/+23Star