aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/nes
AgeCommit message (Expand)Author
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-12RDMA/nes: Initialize ib_device_ops structKamal Heib
2018-11-25net: remove unsafe skb_insert()Eric Dumazet
2018-11-09infiniband: nes: Fix more direct skb list accesses.David S. Miller
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-09-21IB/nes: Remove unnecessary parenthesesNathan Chancellor
2018-09-10infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller
2018-09-05RDMA/nes: Delete impossible debug printsLeon Romanovsky
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann
2018-07-10RDMA/nes: Avoid complaints about unused variablesBart Van Assche
2018-07-09IB/nes: Fix a compiler warningBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27IB/nes: fix nes_netdev_start_xmit()'s return typeLuc Van Oostenryck
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2017-12-22nes: Change accelerated flag to boolShiraz Saleem
2017-12-11nes: remove unused 'timeval' struct memberArnd Bergmann
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford
2017-10-14IB/nes: Fix a race condition in nes_inetaddr_event()Bart Van Assche
2017-10-14IB/nes: Remove set-but-not-used variablesBart Van Assche
2017-10-14IB/nes: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-14IB/nes: Fix indentationBart Van Assche
2017-10-09RDMA/nes: Convert timers to use timer_setup()Kees Cook
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit
2017-08-24RDMA/nes: Remove zeroed parameter from port query callbackLeon Romanovsky
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18infiniband: nes: constify pci_device_id.Arvind Yadav
2017-08-18PCI/IB: add support for pci driver attribute groupsGreg Kroah-Hartman
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-12IB: nes: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman
2017-06-01RDMA/nes: ACK MPA Reply frameTatyana Nikolova
2017-06-01RDMA/nes: Don't set 0-length FULPDU RTR indication control flagTatyana Nikolova
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-28IB/nes: use setup_timerGeliang Tang