Commit Graph

1182 Commits (fd309a9d8e63e9176759d00630b65d772ae06e0c)

Author SHA1 Message Date
Yoann Padioleau dd00cc486a some kmalloc/memset ->kzalloc (tree wide) 18 years ago
Roland Dreier 43509d1fec IB/mthca: Simplify use of size0 in work request posting 18 years ago
Roland Dreier e535c699bf IB/mthca: Factor out setting WQE UD segment entries 18 years ago
Roland Dreier 400ddc11eb IB/mthca: Factor out setting WQE remote address and atomic segment entries 18 years ago
Roland Dreier 0fbfa6a906 IB/mlx4: Factor out setting other WQE segments 18 years ago
Roland Dreier d420d9e32f IB/mlx4: Factor out setting WQE data segment entries 18 years ago
Roland Dreier 80885456e8 IB/mthca: Factor out setting WQE data segment entries 18 years ago
Roland Dreier 7f5eb9bb8c IB/mlx4: Return receive queue sizes for userspace QPs from query QP 18 years ago
Dotan Barak 8f076531cd RDMA/cma: Remove local write permission from QP access flags 18 years ago
Roland Dreier 6d7d080e9f IB/mthca: Use uninitialized_var() for f0 18 years ago
Roland Dreier 454a01e7f4 IB/cm: Make internal function cm_get_ack_delay() static 18 years ago
Roland Dreier 1743b91710 IB/ipath: Remove ipath_get_user_pages_nocopy() 18 years ago
Roland Dreier da9aec7b62 IB/ipath: Make a few functions static 18 years ago
Roland Dreier 41179e2de6 IB/iser: Make a couple of functions static 18 years ago
Roland Dreier e4daf73868 IB/mthca: Fix printk format used for firmware version in warning 18 years ago
Roland Dreier f6be6fbe26 IB/mthca: Schedule MSI support for removal 18 years ago
Hoang-Nam Nguyen 2b94397adc IB/ehca: Fix warnings issued by checkpatch.pl 18 years ago
Hoang-Nam Nguyen 187c72e31f IB/ehca: Restructure ehca_set_pagebuf() 18 years ago
Hoang-Nam Nguyen df17bfd4a0 IB/ehca: MR/MW structure refactoring 18 years ago
Hoang-Nam Nguyen 2492398e61 IB/ehca: Use macro to calculate number of chunks in a mem block 18 years ago
Hoang-Nam Nguyen 4e4e74cae7 IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value 18 years ago
Hoang-Nam Nguyen a1a6ff1100 IB/ehca: Use common error code mapping instead of specific ones 18 years ago
Hoang-Nam Nguyen 3df78f81e0 IB/ehca: Fix memory leak in error path of ehca_get_dma_mr() 18 years ago
Joachim Fenkes fbb9318be4 IB/ehca: Fix HW level autodetection 18 years ago
Dotan Barak 8fcea95a2a IB/mlx4: Take sizeof the correct pointer in call to memset() 18 years ago
Jack Morgenstein 1c27cb71aa IB/mlx4: Fix port returned from query QP for QPs in INIT state 18 years ago
Jack Morgenstein 586bb586ae IB/mlx4: Fix flow label returned from query QP 18 years ago
Steve Wise 1b07db7079 RDMA/cxgb3: Remove cm_id reference on listen failures 18 years ago
Jeff Garzik 9db4892620 drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning 18 years ago
Jack Morgenstein 65541cb7cf IB/mlx4: Implement query SRQ 18 years ago
Jack Morgenstein 6a775e2ba4 IB/mlx4: Implement query QP 18 years ago
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago
Auke Kok 44c10138fd PCI: Change all drivers to use pci_device->revision 18 years ago
Sean Hefty 6164c8cd13 IB/cm: Send no match if a SIDR REQ does not match a listen 18 years ago
Sean Hefty 29c2731cbf IB/cm: Fix handling of duplicate SIDR REQs 18 years ago
Sean Hefty 5d861be8c8 IB/cm: cm_msgs.h should include ib_cm.h 18 years ago
Sean Hefty 1d84612649 IB/cm: Include HCA ACK delay in local ACK timeout 18 years ago
Sean Hefty 24be6e81c7 IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible 18 years ago
Sean Hefty 2aec5c602c IB/sa: Make sure SA queries use default P_Key 18 years ago
Roland Dreier 1b844afe9e IPoIB: Recycle loopback skbs instead of freeing and reallocating 18 years ago
Shani Moideen 8909c571fa IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>) 18 years ago
Roland Dreier 20089ca557 IPoIB/cm: Fix warning if IPV6 is not enabled 18 years ago
Dotan Barak 856c52a741 IB/core: Take sizeof the correct pointer when calling kmalloc() 18 years ago
Hoang-Nam Nguyen f72d2f0814 IB/ehca: Improve latency by unlocking after triggering the hardware 18 years ago
Joachim Fenkes 8705ce5b90 IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events 18 years ago
Joachim Fenkes b1cfe43d4b IB/ehca: Return QP pointer in poll_cq() 18 years ago
Joachim Fenkes 26ed687fdd IB/ehca: Change idr spinlocks into rwlocks 18 years ago
Joachim Fenkes 28db6beb42 IB/ehca: Refactor sync between completions and destroy_cq using atomic_t 18 years ago
Joachim Fenkes 9844b71baa IB/ehca: Lock renaming, static initializers 18 years ago
Hoang-Nam Nguyen 15f001ec47 IB/ehca: Report RDMA atomic attributes in query_qp() 18 years ago