aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-56/+23
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-38/+20
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-09-21IB/nes: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-10infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller1-5/+3
2018-09-05RDMA/nes: Delete impossible debug printsLeon Romanovsky3-14/+0
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib1-60/+0
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-4/+4
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-1/+2
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann1-3/+5
2018-07-10RDMA/nes: Avoid complaints about unused variablesBart Van Assche2-5/+3
2018-07-09IB/nes: Fix a compiler warningBart Van Assche1-1/+1
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-27IB/nes: fix nes_netdev_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2017-12-22nes: Change accelerated flag to boolShiraz Saleem2-2/+2
2017-12-11nes: remove unused 'timeval' struct memberArnd Bergmann1-1/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford8-36/+29
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford6-43/+40
2017-10-14IB/nes: Fix a race condition in nes_inetaddr_event()Bart Van Assche1-4/+9
2017-10-14IB/nes: Remove set-but-not-used variablesBart Van Assche2-11/+2
2017-10-14IB/nes: Suppress gcc 7 fall-through complaintsBart Van Assche2-1/+2
2017-10-14IB/nes: Fix indentationBart Van Assche5-28/+28
2017-10-09RDMA/nes: Convert timers to use timer_setup()Kees Cook8-36/+29
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-2/+2
2017-08-24RDMA/nes: Remove zeroed parameter from port query callbackLeon Romanovsky1-5/+0
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-45/+24
2017-08-18infiniband: nes: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-18PCI/IB: add support for pci driver attribute groupsGreg Kroah-Hartman1-44/+23
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky1-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-49/+31
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-12IB: nes: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-49/+31
2017-06-01RDMA/nes: ACK MPA Reply frameTatyana Nikolova1-1/+1
2017-06-01RDMA/nes: Don't set 0-length FULPDU RTR indication control flagTatyana Nikolova1-1/+0
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+2
2017-04-28IB/nes: use setup_timerGeliang Tang3-9/+6
2017-04-28IB/nes: Fix incorrect type in assignmentLeon Romanovsky1-1/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-2/+2
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+0
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+3
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-11/+1