Age | Commit message (Expand) | Author | Files | Lines |
2008-12-01 | IB/mlx4: Fix MTT leakage in resize CQ | Jack Morgenstein | 1 | -0/+5 |
2008-11-05 | IB/mlx4: Set umem field to NULL in mlx4_ib_alloc_fast_reg_mr() | Vladimir Sokolovsky | 1 | -0/+1 |
2008-10-23 | mlx4_core: Multiple port type support | Yevgeny Petrilin | 3 | -5/+13 |
2008-10-10 | mlx4_core: Add QP range reservation support | Yevgeny Petrilin | 1 | -2/+19 |
2008-10-09 | IB/mlx4: Set RLKEY bit for kernel QPs | Vladimir Sokolovsky | 1 | -0/+3 |
2008-09-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -0/+6 |
2008-09-16 | IB/mlx4: Fix up fast register page list format | Vladimir Sokolovsky | 1 | -0/+6 |
2008-08-28 | IB/mlx4: Actually return L_Key and R_Key for fast register MRs | Vladimir Sokolovsky | 1 | -0/+2 |
2008-08-08 | IB/mlx4: Allow 4K messages for UD QPs | Alex Naslednikov | 1 | -1/+1 |
2008-08-07 | mlx4_core: Add ethernet fields to CQE struct | Yevgeny Petrilin | 1 | -17/+16 |
2008-07-25 | mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files | Jack Morgenstein | 7 | -0/+7 |
2008-07-23 | IB/mlx4: Add support for memory management extensions and local DMA L_Key | Roland Dreier | 5 | -5/+175 |
2008-07-23 | IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_seg | Roland Dreier | 1 | -1/+1 |
2008-07-15 | IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0 | Eli Cohen | 1 | -13/+2 |
2008-07-15 | IB/mlx4: Add support for blocking multicast loopback packets | Ron Livne | 3 | -6/+25 |
2008-07-15 | IB/mlx4: Remove extra code for RESET->ERR QP state transition | Roland Dreier | 1 | -26/+0 |
2008-07-15 | IB/mlx4: Pass congestion management class MADs to the HCA | Eli Cohen | 1 | -1/+2 |
2008-07-15 | IB/mlx4: Configure QPs' max message size based on real device capability | Eli Cohen | 1 | -1/+2 |
2008-07-15 | RDMA/core: Add memory management extensions support | Steve Wise | 1 | -6/+6 |
2008-07-15 | IB/mlx4: Optimize QP stamping | Eli Cohen | 1 | -2/+6 |
2008-05-21 | IB/mlx4: Fix creation of kernel QP with max number of send s/g entries | Roland Dreier | 1 | -5/+8 |
2008-05-17 | IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send() | Andrew Morton | 1 | -1/+1 |
2008-05-01 | IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf() | Roland Dreier | 1 | -2/+2 |
2008-04-30 | mlx4_core: Add a way to set the "collapsed" CQ flag | Yevgeny Petrilin | 1 | -1/+1 |
2008-04-29 | IB: expand ib_umem_get() prototype | Arthur Kepner | 5 | -5/+6 |
2008-04-23 | mlx4_core: Move kernel doorbell management into core | Yevgeny Petrilin | 6 | -160/+16 |
2008-04-20 | IB: convert struct class_device to struct device | Tony Jones | 1 | -20/+29 |
2008-04-17 | IB/mlx4: Update module version and release date | Jack Morgenstein | 1 | -2/+2 |
2008-04-17 | IB/mlx4: Update QP state if query QP succeeds | Dotan Barak | 1 | -5/+12 |
2008-04-17 | IB/mlx4: Add support for resizing CQs | Vladimir Sokolovsky | 3 | -33/+270 |
2008-04-17 | IB/mlx4: Add support for modifying CQ moderation parameters | Eli Cohen | 3 | -0/+10 |
2008-04-17 | IB/core: Add support for "send with invalidate" work requests | Roland Dreier | 1 | -2/+2 |
2008-04-17 | IB/mlx4: Micro-optimize mlx4_ib_post_send() | Roland Dreier | 1 | -8/+8 |
2008-04-17 | IB/mlx4: Add IPoIB LSO support | Eli Cohen | 4 | -9/+73 |
2008-04-17 | IB/core: Add creation flags to struct ib_qp_init_attr | Eli Cohen | 1 | -0/+3 |
2008-04-17 | IB/mlx4: Add IPoIB checksum offload support | Eli Cohen | 3 | -0/+21 |
2008-04-17 | mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enums | Roland Dreier | 1 | -6/+8 |
2008-04-17 | IB/mlx4: Endianness annotations | Roland Dreier | 1 | -2/+2 |
2008-04-17 | IB/mlx4: Convert "if(foo)" to "if (foo)" | Roland Dreier | 1 | -1/+1 |
2008-02-14 | IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable() | Jack Morgenstein | 1 | -1/+1 |
2008-02-09 | IB/mlx4: Use multiple WQ blocks to post smaller send WQEs | Jack Morgenstein | 3 | -36/+188 |
2008-02-07 | IB/mlx4: Consolidate code to get an entry from a struct mlx4_buf | Roland Dreier | 3 | -19/+3 |
2008-02-05 | IB/mlx4: Actually print out the driver version | Roland Dreier | 1 | -1/+8 |
2008-02-05 | mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER() | Jack Morgenstein | 1 | -0/+1 |
2008-01-26 | IB/mlx4: Micro-optimize mlx4_ib_poll_one() | Roland Dreier | 1 | -4/+5 |
2008-01-08 | IB/mlx4: Fix value of pkey_index in QP1 completions | Dotan Barak | 1 | -1/+1 |
2007-10-30 | IB/mlx4: Lock SQ lock in mlx4_ib_post_send() | Roland Dreier | 1 | -2/+2 |
2007-10-18 | IB/mlx4: Sanity check userspace send queue sizes | Jack Morgenstein | 1 | -2/+14 |
2007-10-10 | IB/mlx4: Implement FMRs | Jack Morgenstein | 3 | -0/+114 |
2007-10-10 | mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command | Jack Morgenstein | 1 | -4/+3 |