- d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
- 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
- 004d18e RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num() by Dan Carpenter · 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
- c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
- db287ec RDMA/ocrdma: Replace BUG() with BUG_ON() by ssh10 · 8 years ago
- b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- a7fe738 IB/ocrdma: Move user vendor structures by Leon Romanovsky · 8 years ago
- 3c199b4 RDMA/ocrdma: Fix the max_sge reported from FW by Selvin Xavier · 8 years ago
- 9aa8b32 IB/core: Enhance ib_map_mr_sg() by Bart Van Assche · 9 years ago
- ff2ba99 IB/core: Add passing an offset into the SG to ib_map_mr_sg by Christoph Hellwig · 9 years ago
- 95f60bb IB/ocrdma: Skip using unneeded intermediate variable by Markus Elfring · 9 years ago
- 0ca4c39 IB/ocrdma: Delete unnecessary variable initialisations in 11 functions by Markus Elfring · 9 years ago
- 6b06266 RDMA/ocrdma: Support RoCE-v2 in the UD path by Devesh Sharma · 9 years ago
- b41f785 RDMA/ocrdma: Fix arm logic to align with new cq API by Devesh Sharma · 9 years ago
- aff3ead RDMA/ocrdma: Fix pkey_index returned by driver in rq work completion by Selvin Xavier · 9 years ago
- 7d82df1 RDMA/ocrdma: populate max_sge_rd in device attributes by Selvin Xavier · 9 years ago
- 3b1ea43 RDMA/ocrdma: Depend on async link events from CNA by Devesh Sharma · 9 years ago
- b7d3e0a IB: remove support for phys MRs by Christoph Hellwig · 9 years ago
- 191cfed RDMA/ocrdma: Remove old FRWR API by Sagi Grimberg · 9 years ago
- 2eaa1c5 RDMA/ocrdma: Support the new memory registration API by Sagi Grimberg · 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
- af74d19 RDMA/ocrdma: Prevent CQ-Doorbell floods by Devesh Sharma · 9 years ago
- e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
- cc36929 RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/Core by Somnath Kotur · 9 years ago
- cacb7d5 ocrdma: Support ib_alloc_mr verb by Sagi Grimberg · 9 years ago
- 71ee673 RDMA/ocrdma: update ocrdma license to dual-license by Devesh Sharma · 9 years ago
- f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 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
- 4dc5444 RDMA/ocrdma: fix double free on pd by Colin Ian King · 10 years ago
- 18eaf1f RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd() by Roland Dreier · 10 years ago
- 59582d8 RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support it by Mitesh Ahuja · 10 years ago
- fe48822 RDMA/ocrdma: Fix QP state transition in destroy_qp by Devesh Sharma · 10 years ago
- 59a39ca3 RDMA/ocrdma: Fix off by one in ocrdma_query_gid() by Dan Carpenter · 10 years ago
- f3070e7 RDMA/ocrdma: Use unsigned for bit index by Rasmus Villemoes · 10 years ago
- ba64fdc RDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bit by Rasmus Villemoes · 10 years ago
- 29565f2 RDMA/ocrdma: set vlan present bit for user AH by Devesh Sharma · 10 years ago
- d2b8f7b RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structure by Mitesh Ahuja · 10 years ago
- 380676e RDMA/ocrdma: Discontinue support of RDMA-READ-WITH-INVALIDATE by Devesh Sharma · 10 years ago
- 4b8180a RDMA/ocrdma: Host crash on destroying device resources by Mitesh Ahuja · 10 years ago
- 43c706b RDMA/ocrdma: Report correct state in ibv_query_qp by Padmanabh Ratnakar · 10 years ago
- ad56ebb RDMA/ocrdma: Debugfs enhancments for ocrdma driver by Selvin Xavier · 10 years ago
- 9ba1377 RDMA/ocrdma: Move PD resource management to driver. by Mitesh Ahuja · 10 years ago
- a7cfef2 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-next by Roland Dreier · 10 years ago
- 406f9e5 IB/core: Replace ib_umem's offset field with a full address by Haggai Eran · 10 years ago
- 95bf009 RDMA/ocrdma: Fix ocrdma_query_qp() to report q_key value for UD QPs by Mitesh Ahuja · 10 years ago
- 2eb7f91 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
- 1b76d38 RDMA/ocrdma: Convert kernel VA to PA for mmap in user by Devesh Sharma · 10 years ago
- 28596c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- f93439e RDMA/ocrdma: Do not skip setting deferred_arm by Devesh Sharma · 11 years ago
- d6a488f RDMA/ocrdma: Report correct value of max_fast_reg_page_list_len by Devesh Sharma · 11 years ago
- 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
- 96c51ab RDMA/ocrdma: report asic-id in query device by Mitesh Ahuja · 11 years ago
- 033edd4 RDMA/ocrdma: Return proper value for max_mr_size by Mitesh Ahuja · 11 years ago
- 6dab026 RDMA/ocrdma: Do proper cleanup even if FW is in error state by Mitesh Ahuja · 11 years ago
- f252b5d RDMA/ocrdma: Allow only SEND opcode in case of UD QPs by Mitesh Ahuja · 11 years ago
- a96ffb1 RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEs by Selvin Xavier · 11 years ago
- a53d77a RDMA/ocrdma: Remove hardcoding of the max DPP QPs supported by Devesh Sharma · 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
- 7a1e89d RDMA/ocrdma: Fix warnings about pointer <-> integer casts by Roland Dreier · 11 years ago
- fad51b7 RDMA/ocrdma: Code clean-up by Devesh Sharma · 11 years ago
- ac578ae RDMA/ocrdma: Display proper value for max_mw by Selvin Xavier · 11 years ago
- cf5788a RDMA/ocrdma: Use non-zero tag in SRQ posting by Selvin Xavier · 11 years ago
- 9d1878a RDMA/ocrdma: Memory leak fix in ocrdma_dereg_mr() by Selvin Xavier · 11 years ago
- 21c3391 RDMA/ocrdma: Read ASIC_ID register to select asic_gen by Devesh Sharma · 11 years ago
- 2df84fa8 RDMA/ocrdma: SQ and RQ doorbell offset clean up by Devesh Sharma · 11 years ago
- ea61762 RDMA/ocrdma: EQ full catastrophe avoidance by Devesh Sharma · 11 years ago
- bc1b04a RDMA/ocrdma: Fix compiler warning by Prarit Bhargava · 11 years ago
- eeb8461 IB: Refactor umem to use linear SG table by Yishai Hadas · 11 years ago
- c945938 Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'usnic' into for-next by Roland Dreier · 11 years ago
- a61d93d RDMA/ocrdma: Fix traffic class shift by Devesh Sharma · 11 years ago
- b4a26a2 IB: Report using RoCE IP based gids in port caps by Moni Shoua · 11 years ago
- 37721d8 RDMA/ocrdma: Populate GID table with IP based gids by Moni Shoua · 11 years ago
- dd5f03b IB/core: Ethernet L2 attributes in verbs/cm structures by Matan Barak · 11 years ago
- d5e3f37 RDMA/ocrdma: Remove redundant check in ocrdma_build_fr() by Naresh Gottumukkala · 11 years ago
- 1852d1d RDMA/ocrdma: Fix a crash in rmmod by Naresh Gottumukkala · 11 years ago
- 2b50176d IB: Remove unnecessary semicolons by Joe Perches · 11 years ago
- 33ccbd8 RDMA/ocrdma: Fix compiler warning about int/pointer size mismatch by Roland Dreier · 11 years ago
- 117e6dd RDMA/ocrdma: Consider multiple SGES in case of DPP by Naresh Gottumukkala · 11 years ago
- f24ceba RDMA/ocrdma: Fix for displaying proper link speed by Naresh Gottumukkala · 11 years ago
- c43e9ab RDMA/ocrdma: Increase STAG array size by Naresh Gottumukkala · 11 years ago
- cffce99 RDMA/ocrdma: Dont use PD 0 for userpace CQ DB by Naresh Gottumukkala · 11 years ago
- 2b51a9b RDMA/ocrdma: FRMA code cleanup by Naresh Gottumukkala · 11 years ago
- f11220e RDMA/ocrdma: For ERX2 irrespective of Qid, num_posted offset is 24 by Naresh Gottumukkala · 11 years ago
- d3cb6c0 RDMA/ocrdma: Remove the MTU check based on Ethernet MTU by Naresh Gottumukkala · 11 years ago
- 7c33880 RDMA/ocrdma: Add support for fast register work requests (FRWR) by Naresh Gottumukkala · 11 years ago
- 43a6b40 RDMA/ocrdma: Create IRD queue fix by Naresh Gottumukkala · 11 years ago
- 45e86b3 RDMA/ocrdma: Cache recv DB until QP moved to RTR by Naresh Gottumukkala · 11 years ago
- 057729c RDMA/ocrdma: Remove driver QP state machine by Naresh Gottumukkala · 11 years ago
- 1afc045 RDMA/ocrdma: Remove redundant dev reference by Naresh Gottumukkala · 11 years ago
- f99b164 RDMA/ocrdma: Style and redundant code cleanup by Naresh Gottumukkala · 11 years ago
- 63ea374 RDMA/ocrdma: Fix several stack info leaks by Dan Carpenter · 11 years ago
- df176ea RDMA/ocrdma: Change macros to inline funtions by Naresh Gottumukkala · 12 years ago
- f6ddcf7 RDMA/ocrdma: Set bad_wr in error case by Naresh Gottumukkala · 12 years ago
- ef99c4c RDMA/ocrdma: Replace ocrdma_err with pr_err by Naresh Gottumukkala · 12 years ago
- 27159f5 RDMA/ocrdma: Remove use_cnt for queues by Gottumukkala, Naresh · 12 years ago
- ae3bca9 RDMA/ocrdma: Fix CQE expansion of unsignaled WQE by Parav Pandit · 12 years ago
- 9e8fa04 RDMA/ocrdma: Fix check of GSI CQs by Roland Dreier · 12 years ago