- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
- 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
- 57ac30c IB/mthca: remove mthca_user.h by Corentin Labbe · 7 years ago
- 487f668 IB/mthca: Fix gup usage in mthca_map_user_db() by Davidlohr Bueso · 7 years ago
- 27f382d IB/mthca: Use zeroing memory allocator than allocator/memset by Himanshu Jha · 7 years ago
- 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
- b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
- ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 8a53f41 IB/mthca: Fix indentation by Bart Van Assche · 7 years ago
- 6232489 RDMA/mthca: Make explicit conversion to 64bit value by Leon Romanovsky · 7 years ago
- e093111 IB/core: Fix input len in multiple user verbs by Amrani, Ram · 8 years ago
- 11880a5 IB/mthca: Replace PCI pool old API by Romain Perier · 7 years ago
- 62ede77 Add OPA extended LID support by Hiatt, Don · 7 years ago
- d3cf4d9 Merge branch 'misc' into k.o/for-next by Doug Ledford · 7 years ago
- e0604df infiniband: mthca: constify pci_device_id. by Arvind Yadav · 8 years ago
- d0d62c3 Merge branch 'rdma-netlink' into k.o/merge-test by Doug Ledford · 7 years ago
- 3204383 Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-test by Doug Ledford · 7 years ago
- 9abb0d1 RDMA: Simplify get firmware interface by Leon Romanovsky · 8 years ago
- 7db20ec IB/core: Change wc.slid from 16 to 32 bits by Hiatt, Don · 8 years ago
- 582faf3 IB/core: Change port_attr.lid size from 16 to 32 bits by Dasaratharaman Chandramouli · 8 years ago
- e1267b0 RDMA: Remove useless MODULE_VERSION by Leon Romanovsky · 8 years ago
- 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
- d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
- 766b7f6 IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
- 3652315 IB/core: Rename ib_destroy_ah to rdma_destroy_ah by Dasaratharaman Chandramouli · 8 years ago
- 0a18cfe IB/core: Rename ib_create_ah to rdma_create_ah by Dasaratharaman Chandramouli · 8 years ago
- 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
- 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
- a43402a IB/mthca: Check validity of output parameter pointer by Leon Romanovsky · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- f50cccd IB/mthca: switch to pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
- c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
- 26e3727 IB/mthca: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
- 86ef0be Merge branch 'mlx' into merge-test by Doug Ledford · 8 years ago
- 7ceb740 IB/mthca: Replace pci_pool_alloc by pci_pool_zalloc by Souptick Joarder · 8 years ago
- 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 8 years ago
- 870b285 IB/mthca: Remove debug prints after allocation failure by Leon Romanovsky · 8 years ago
- 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
- 486f609 IB/mthca: Move user vendor structures by Leon Romanovsky · 8 years ago
- bd99fde IB/{core,hw}: Add constant for node_desc by Yuval Shaia · 8 years ago
- 401f047 IB/mthca: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- 7f1d25b Merge branches 'misc' and 'rxe' into k.o/for-4.8-1 by Doug Ledford · 8 years ago
- 380bae5 IB/mthca: Clean up error unwind flow in mthca_reset() by Markus Elfring · 8 years ago
- 3491ab6 IB/mthca: NULL arg to pci_dev_put is OK by Markus Elfring · 8 years ago
- 51ed039 IB/mthca: Supprot device FW version string by Ira Weiny · 9 years ago
- d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
- feb7c1e IB: remove in-kernel support for memory windows by Christoph Hellwig · 9 years ago
- b7d3e0a IB: remove support for phys MRs by Christoph Hellwig · 9 years ago
- 25f4022 IB/core: Initialize UD header structure with IP and UDP headers by Moni Shoua · 9 years ago
- 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
- 55ee3ab IB/core: Add netdev and gid attributes paramteres to cache by Matan Barak · 9 years ago
- e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
- 18ebd40 mlx4, mlx5, mthca: Expose max_sge_rd correctly by Sagi Grimberg · 9 years ago
- 3b8ab70 IB/mad: Remove improper use of BUG_ON by Ira Weiny · 10 years ago
- 4cd7c94 IB/mad: Add support for additional MAD info to/from drivers by Ira Weiny · 10 years ago
- 337877a IB/core: Add ability for drivers to report an alternate MAD size. by Ira Weiny · 10 years ago
- da2dfaa IB/mad: Support alternate Base Versions when creating MADs by Ira Weiny · 10 years ago
- 2528e33 IB/core: Pass hardware specific data in query_device by Matan Barak · 10 years ago
- bcf4c1e IB/core: Change provider's API of create_cq to be extendible by Matan Barak · 10 years ago
- 0699ee7 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 10 years ago
- ed0de4a IB/mthca: use swap() in mthca_make_profile() by Fabian Frederick · 10 years ago
- a97e2d8 IB/core cleanup: Add const on args - device->process_mad by Ira Weiny · 10 years ago
- f9b22e3 IB/core: Convert core to use bitfield for caps by Ira Weiny · 10 years ago
- 7738613 IB/core: Add per port immutable struct to ib_device by Ira Weiny · 10 years ago
- 6b90a6d IB/Verbs: Implement new callback query_protocol() by Michael Wang · 10 years ago
- 0f29b46 IB/mad: add new ioctl to ABI to support new registration options by Ira Weiny · 10 years ago
- 9684c2e IB/mthca: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
- f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
- 08e74c4 IB/mthca: Return an error on ib_copy_to_udata() failure by Yann Droneaud · 11 years ago
- eeb8461 IB: Refactor umem to use linear SG table by Yishai Hadas · 11 years ago
- dd5f03b IB/core: Ethernet L2 attributes in verbs/cm structures by Matan Barak · 11 years ago
- 2b50176d IB: Remove unnecessary semicolons by Joe Perches · 11 years ago
- 1e6d9ab Drivers: infinband: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 3c55569 IB/mthca: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
- 16551d4 IB/mthca: Fill in sq_sig_type in query QP by Dotan Barak · 13 years ago
- 9bbeb66 IB/mthca: Warning about event for non-existent QPs should show event type by Dotan Barak · 13 years ago
- d927d50 IB: Change CQE "csum_ok" field to a bit flag by Or Gerlitz · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- e422131 IB/mthca: Fix buddy->num_free allocation size by Roland Dreier · 13 years ago
- b108d97 infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
- e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 14 years ago
- fc87af7 infiniband: Fix up users implicitly relying on getting stat.h by Paul Gortmaker · 14 years ago
- 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 14 years ago
- 9b89925 IB/mthca: Remove unnecessary read of PCI_CAP_ID_EXP by Jon Mason · 14 years ago
- cdb73db IB/mthca: Stop returning separate error and status from FW commands by Goldwyn Rodrigues · 14 years ago
- 7f9e5c48 IB: Increase DMA max_segment_size on Mellanox hardware by David Dillow · 14 years ago
- 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
- eb4a7cb IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) by John L. Burr · 14 years ago
- d0444f1 IB/mthca: Handle -ENOMEM in forward_trap() by Dan Carpenter · 14 years ago
- af7bd46 IB/core: Add VLAN support for IBoE by Eli Cohen · 14 years ago
- ff7f5aa IB/pack: IBoE UD packet packing support by Eli Cohen · 14 years ago
- a2ebf07 IB: Rename RAW_ETY to RAW_ETHERTYPE by Aleksey Senin · 15 years ago
- 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 15 years ago
- 3a2baff IB/mthca: Use the dma state API instead of pci equivalents by FUJITA Tomonori · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 920d706 IB/core: Fix and clean up ib_ud_header_init() by Eli Cohen · 15 years ago
- d686159 IB/mthca: Fix access to freed memory in catastrophic event handling by Jack Morgenstein · 15 years ago