Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 7 | -18/+124 | |
|\ | ||||||
| * | iw_cxgb4: don't truncate the recv window size | Hariprasad Shenai | 2014-06-10 | 2 | -4/+52 | |
| * | iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connections | Hariprasad Shenai | 2014-06-10 | 2 | -11/+63 | |
| * | iw_cxgb4: Allocate and use IQs specifically for indirect interrupts | Hariprasad Shenai | 2014-06-10 | 3 | -2/+8 | |
| * | Revert "net/mlx4_en: Use affinity hint" | David S. Miller | 2014-06-02 | 1 | -1/+1 | |
| * | net/mlx4_en: Use affinity hint | Yuval Atias | 2014-06-01 | 1 | -1/+1 | |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-24 | 5 | -25/+93 | |
| |\ | ||||||
| * | | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 1 | -1/+1 | |
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-06-10 | 54 | -637/+3316 | |
|\ \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *---------------------. \ \ | Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx... | Roland Dreier | 2014-06-10 | 52 | -566/+3227 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | | | * | | | IB/usnic: Fix source file missing copyright and license | Upinder Malhi | 2014-05-27 | 1 | -0/+18 | |
| | | | | | | | | | | | | |/ / | ||||||
| | | | | | | | | | | | * | | | IB/srp: Avoid problems if a header uses pr_fmt | Joe Perches | 2014-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | * | | | IB/srp: Add fast registration support | Bart Van Assche | 2014-05-20 | 2 | -77/+419 | |
| | | | | | | | | | | | * | | | IB/srp: Rename FMR-related variables | Bart Van Assche | 2014-05-20 | 2 | -38/+38 | |
| | | | | | | | | | | | * | | | IB/srp: One FMR pool per SRP connection | Bart Van Assche | 2014-05-20 | 2 | -52/+84 | |
| | | | | | | | | | | | * | | | IB/srp: Introduce the 'register_always' kernel module parameter | Bart Van Assche | 2014-05-20 | 1 | -2/+7 | |
| | | | | | | | | | | | * | | | IB/srp: Introduce srp_finish_mapping() | Bart Van Assche | 2014-05-20 | 1 | -15/+27 | |
| | | | | | | | | | | | * | | | IB/srp: Introduce srp_map_fmr() | Bart Van Assche | 2014-05-20 | 1 | -32/+45 | |
| | | | | | | | | | | | * | | | IB/srp: Introduce an additional local variable | Bart Van Assche | 2014-05-20 | 1 | -5/+4 | |
| | | | | | | | | | | | * | | | IB/srp: Fix kernel-doc warnings | Bart Van Assche | 2014-05-20 | 1 | -0/+7 | |
| | | | | | | | | | | | * | | | IB/srp: Fix a sporadic crash triggered by cable pulling | Bart Van Assche | 2014-05-20 | 1 | -0/+6 | |
| | | | | | | | | | | | |/ / | ||||||
| | | | | | | | | | | * | | | IB/qib: Additional Intel branding changes | Vinit Agnihotri | 2014-05-29 | 1 | -4/+4 | |
| | | | | | | | | | | * | | | IB/ipath: Use time_before()/_after() | Manuel Schölling | 2014-05-28 | 2 | -4/+4 | |
| | | | | | | | | | | * | | | IB/ipath: Translate legacy diagpkt into newer extended diagpkt | Dennis Dalessandro | 2014-05-27 | 1 | -0/+4 | |
| | | | | | | | | | | * | | | IB/qib: Fix port in pkey change event | Mike Marciniszyn | 2014-05-27 | 1 | -1/+1 | |
| | | | | | | | | | | |/ / | ||||||
| | | | | | | | | | * | | | RDMA/ocrdma: Convert to use simple_open() | Duan Jiong | 2014-05-19 | 1 | -8/+1 | |
| | | | | | | | | | |/ / | ||||||
| | | | | | | | | * | | | IB/mlx4: Fix gfp passing in create_qp_common() | Jiri Kosina | 2014-06-09 | 1 | -2/+2 | |
| | | | | | | | | * | | | IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO | Jiri Kosina | 2014-06-02 | 4 | -19/+25 | |
| | | | | | | | | * | | | IB: Add a QP creation flag to use GFP_NOIO allocations | Or Gerlitz | 2014-06-02 | 1 | -3/+15 | |
| | | | | | | | | * | | | IB: Return error for unsupported QP creation flags | Or Gerlitz | 2014-06-02 | 2 | -1/+5 | |
| | | | | | | | | |/ / | ||||||
| | | | | | | | * | | | IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bits | Roland Dreier | 2014-05-28 | 1 | -1/+1 | |
| | | | | | | | * | | | IB/mlx5: add missing padding at end of struct mlx5_ib_create_srq | Yann Droneaud | 2014-05-27 | 2 | -1/+14 | |
| | | | | | | | * | | | IB/mlx5: add missing padding at end of struct mlx5_ib_create_cq | Yann Droneaud | 2014-05-27 | 2 | -1/+13 | |
| | | | | | | | * | | | IB/mlx5: Refactor UMR to have its own context struct | Shachar Raindel | 2014-05-27 | 2 | -22/+31 | |
| | | | | | | | * | | | IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPs | Haggai Eran | 2014-05-27 | 1 | -0/+4 | |
| | | | | | | | * | | | mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMR | Haggai Eran | 2014-05-27 | 1 | -0/+4 | |
| | | | | | | | * | | | IB/mlx5: Add MR to radix tree in reg_mr_callback | Haggai Eran | 2014-05-27 | 1 | -0/+9 | |
| | | | | | | | * | | | IB/mlx5: Fix error handling in reg_umr | Haggai Eran | 2014-05-27 | 1 | -15/+16 | |
| | | | | | | | * | | | mlx5_core: Copy DIF fields only when input and output space values match | Sagi Grimberg | 2014-05-27 | 1 | -3/+6 | |
| | | | | | | | * | | | mlx5_core: Simplify signature handover wqe for interleaved buffers | Sagi Grimberg | 2014-05-27 | 1 | -15/+9 | |
| | | | | | | | * | | | mlx5_core: Fix signature handover operation for interleaved buffers | Sagi Grimberg | 2014-05-27 | 1 | -1/+4 | |
| | | | | | | | |/ / | ||||||
| | | | | | | * | | | IB/mlx4: Add interface for selecting VFs to enable QP0 via MLX proxy QPs | Jack Morgenstein | 2014-05-29 | 1 | -1/+104 | |
| | | | | | | * | | | mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPs | Jack Morgenstein | 2014-05-29 | 1 | -12/+40 | |
| | | | | | | * | | | IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responses | Jack Morgenstein | 2014-05-29 | 2 | -24/+32 | |
| | | | | | | * | | | IB/mlx4: SET_PORT called by mlx4_ib_modify_port should be wrapped | Jack Morgenstein | 2014-05-29 | 1 | -9/+17 | |
| | | | | | | * | | | IB/mlx4: fix unitialised variable is_mcast | Colin Ian King | 2014-05-28 | 1 | -1/+1 | |
| | | | | | | |/ / | ||||||
| | | | | | * | | | IB/core: Fix sparse warnings about redeclared functions | Roland Dreier | 2014-06-04 | 1 | -4/+4 | |
| | | | | | * | | | IB/mad: Fix sparse warning about gfp_t use | Roland Dreier | 2014-06-03 | 1 | -1/+1 | |
| | | | | | * | | | IB: Allow build of hw/ and ulp/ subdirectories independently | Yann Droneaud | 2014-06-02 | 3 | -17/+19 | |
| | | | | | |/ / | ||||||
| | | | | * | | | RDMA/cxgb4: Add support for iWARP Port Mapper user space service | Steve Wise | 2014-06-10 | 3 | -43/+262 |