| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-31 |
|\ |
|
| * | mlx4: Avoid leaking steering rules on flow creation error flow | Or Gerlitz | 2014-10-30 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2014-10-21 |
|\ \
| |/
|/| |
|
| * | iser-target: Disable TX completion interrupt coalescing | Nicholas Bellinger | 2014-10-05 |
| * | iser-target: Fix smatch warning | Sagi Grimberg | 2014-10-03 |
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-10-19 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-----. \ | Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-next | Roland Dreier | 2014-10-14 |
| |\ \ \ \ \ |
|
| | | | | * | | RDMA/ocrdma: Save the bit environment, spare unncessary parenthesis | Jes Sorensen | 2014-10-10 |
| | | | | * | | RDMA/ocrdma: The kernel has a perfectly good BIT() macro - use it | Jes Sorensen | 2014-10-10 |
| | | | | * | | RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc() | Jes Sorensen | 2014-10-10 |
| | | | | * | | RDMA/ocrdma: Remove a unused-label warning | Li RongQing | 2014-10-10 |
| | | | | * | | RDMA/ocrdma: Convert kernel VA to PA for mmap in user | Devesh Sharma | 2014-10-10 |
| | | | | * | | RDMA/ocrdma: Get vlan tag from ib_qp_attrs | Selvin Xavier | 2014-10-10 |
| | | | | * | | RDMA/ocrdma: Add default GID at index 0 | Devesh Sharma | 2014-10-10 |
| | | | * | | | IB/mlx5: Modify to work with arbitrary page size | Yishai Hadas | 2014-10-09 |
| | | | * | | | IB/mlx5: Remove duplicate code from mlx5_set_path | Eli Cohen | 2014-10-09 |
| | | | * | | | IB/mlx5: Fix possible array overflow | Eli Cohen | 2014-10-09 |
| | | | * | | | IB/core: Avoid leakage from kernel to user space | Eli Cohen | 2014-10-09 |
| | | | * | | | IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mr | Eli Cohen | 2014-10-09 |
| | | | * | | | IB/mlx5: Clear umr resources after ib_unregister_device | Eli Cohen | 2014-10-09 |
| | | | |/ / |
|
| | | * | | | IB/mlx5, iser, isert: Add Signature API additions | Sagi Grimberg | 2014-10-09 |
| | | * | | | Target/iser: Centralize ib_sig_domain setting | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Centralize ib_sig_domain settings | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/mlx5: Use extended internal signature layout | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Set IP_CSUM as default guard type | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Remove redundant assignment | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/mlx5: Use enumerations for PI copy mask | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Bump version, add maintainer | Or Gerlitz | 2014-10-09 |
| | | * | | | IB/iser: Fix/add kernel-doc style description in iscsi_iser.c | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Nit - add space after __func__ in iser logging | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Change iscsi_conn_stop log level to info | Ariel Nahum | 2014-10-09 |
| | | * | | | IB/iser: Suppress scsi command send completions | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Optimize completion polling | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Use beacon to indicate all completions were consumed | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Use single CQ for RX and TX | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Use internal polling budget to avoid possible live-lock | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Centralize iser completion contexts | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release | Ariel Nahum | 2014-10-09 |
| | | * | | | IB/iser: Signal iSCSI layer that transport is broken in error completions | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Protect tasks cleanup in case IB device was already released | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Unbind at conn_stop stage | Ariel Nahum | 2014-10-09 |
| | | * | | | IB/iser: Don't bound release_work completions timeouts | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Extend iser_free_ib_conn_res() | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Remove unused variables and dead code | Roi Dayan | 2014-10-09 |
| | | * | | | IB/iser: Re-introduce ib_conn | Sagi Grimberg | 2014-10-09 |
| | | * | | | IB/iser: Rename ib_conn -> iser_conn | Sagi Grimberg | 2014-10-09 |
| | | |/ / |
|
| | * | | | RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate line | Hariprasad S | 2014-10-14 |
| | * | | | RDMA/cxgb4: Add missing neigh_release in find_route | Hariprasad S | 2014-10-14 |