summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-45/+24
|\
| * 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/+23
* | RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2
* | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
|/
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-2/+2
|\
| * net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-49/+31
|\ \ | |/ |/|
| * IB: nes: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-49/+31
* | RDMA/nes: ACK MPA Reply frameTatyana Nikolova2017-06-011-1/+1
* | RDMA/nes: Don't set 0-length FULPDU RTR indication control flagTatyana Nikolova2017-06-011-1/+0
|/
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+2
* IB/nes: use setup_timerGeliang Tang2017-04-283-9/+6
* IB/nes: Fix incorrect type in assignmentLeon Romanovsky2017-04-281-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-2/+2
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+0
|\
| * IB/nes: Remove a superfluous assignment statementBart Van Assche2017-01-241-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+3
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-2/+3
* | | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-11/+1
|\ \ \ | |_|/ |/| |
| * | RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-241-11/+1
| |/
* | RDMA/nes: use designated initializersKees Cook2017-01-121-11/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-156-56/+56
|\
| *-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-36/+48
| |\ \
| | * | infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou2016-12-141-2/+6
| | * | IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-141-34/+42
| | |/
| * | Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-1/+2
| |\ \
| | * | IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+2
| | |/
| * | IB/nes: Remove debug prints after allocation failureLeon Romanovsky2016-12-035-19/+6
| |/
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-203-10/+5
|/
* IB/nes: Move user vendor structuresLeon Romanovsky2016-10-072-115/+1
* IB/nes: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-2/+2
* IB/nes: Support device FW version stringIra Weiny2016-06-231-19/+14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-203-62/+43
|\
| *-. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-133-58/+40
| |\ \
| | | * RDMA/nes: replace custom print_hex_dump()Andy Shevchenko2016-05-131-57/+3
| | | * IB/nes: Deinline nes_free_qp_mem, save 1072 bytesDenys Vlasenko2016-05-131-1/+1
| | | * RDMA/nes: Adding queue drain functionsTatyana Nikolova2016-05-132-0/+36
| | |/
| * | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
| * | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-4/+3
| |/
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-3/+0
|\ \ | |/
| * RDMA/nes: don't leak skb if carrier downFlorian Westphal2016-04-281-3/+0
* | infiniband: nes: Kill unused variable in nes_netdev_start_xmit()David S. Miller2016-04-261-1/+0
* | RDMA/nes: remove use of NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-8/+5
|/
*---. Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-168-367/+91
|\ \ \
| | | * iw_nes: remove port mapper related codeFaisal Latif2016-03-164-309/+80
| | |/
| * | nes: handling failed allocation when creating workqueueInsu Yun2016-02-291-0/+10
OpenPOWER on IntegriCloud