aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-2/+3
2017-01-24RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram1-11/+1
2017-01-24IB/nes: Remove a superfluous assignment statementBart Van Assche1-1/+0
2017-01-12RDMA/nes: use designated initializersKees Cook1-11/+11
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-56/+56
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-36/+48
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-1/+2
2016-12-14infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou1-2/+6
2016-12-14IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-34/+42
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+2
2016-12-03IB/nes: Remove debug prints after allocation failureLeon Romanovsky5-19/+6
2016-10-20net: use core MTU range checking in misc driversJarod Wilson3-10/+5
2016-10-07IB/nes: Move user vendor structuresLeon Romanovsky2-115/+1
2016-10-07IB/nes: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-06-23IB/nes: Support device FW version stringIra Weiny1-19/+14
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-62/+43
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into k.o/for-4.7Doug Ledford3-58/+40
2016-05-13RDMA/nes: replace custom print_hex_dump()Andy Shevchenko1-57/+3
2016-05-13IB/nes: Deinline nes_free_qp_mem, save 1072 bytesDenys Vlasenko1-1/+1
2016-05-13RDMA/nes: Adding queue drain functionsTatyana Nikolova2-0/+36
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-4/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-04-28RDMA/nes: don't leak skb if carrier downFlorian Westphal1-3/+0
2016-04-26infiniband: nes: Kill unused variable in nes_netdev_start_xmit()David S. Miller1-1/+0
2016-04-26RDMA/nes: remove use of NETDEV_TX_LOCKEDFlorian Westphal1-8/+5