| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-08-14 | 9 | -178/+212 |
|\ |
|
| *-----. | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4... | Roland Dreier | 2014-08-14 | 9 | -178/+212 |
| |\ \ \ \ |
|
| | | | | * | IB/srp: Fix return value check in srp_init_module() | Wei Yongjun | 2014-08-14 | 1 | -2/+2 |
| | | | | * | IB/srpt: Handle GID change events | Doug Ledford | 2014-08-12 | 1 | -0/+1 |
| | | | | * | IB/srp: Fix residual handling | Bart Van Assche | 2014-08-01 | 1 | -3/+7 |
| | | | | * | IB/srp: Fix deadlock between host removal and multipathd | Bart Van Assche | 2014-08-01 | 1 | -10/+28 |
| | |_|_|/
| |/| | | |
|
| | | | * | IB/mad: add new ioctl to ABI to support new registration options | Ira Weiny | 2014-08-10 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
| | | * | IB/iser: Clarify a duplicate counters check | Roi Dayan | 2014-08-01 | 1 | -1/+4 |
| | | * | IB/iser: Replace connection waitqueue with completion object | Ariel Nahum | 2014-08-01 | 3 | -23/+22 |
| | | * | IB/iser: Protect iser state machine with a mutex | Ariel Nahum | 2014-08-01 | 3 | -14/+65 |
| | | * | IB/iser: Remove redundant return code in iser_free_ib_conn_res() | Sagi Grimberg | 2014-08-01 | 1 | -5/+2 |
| | | * | IB/iser: Seperate iser_conn and iscsi_endpoint storage space | Ariel Nahum | 2014-08-01 | 2 | -4/+14 |
| | | * | IB/iser: Fix responder resources advertisement | Sagi Grimberg | 2014-08-01 | 1 | -1/+3 |
| | | * | IB/iser: Add TIMEWAIT_EXIT event handling | Roi Dayan | 2014-08-01 | 1 | -0/+1 |
| | | * | IB/iser: Support IPv6 address family | Roi Dayan | 2014-08-01 | 3 | -15/+9 |
| | |/
| |/| |
|
| | * | IPoIB: Remove unnecessary test for NULL before debugfs_remove() | Fabian Frederick | 2014-08-12 | 1 | -4/+2 |
| | * | IB/ipoib: Avoid multicast join attempts with invalid P_key | Alex Estrin | 2014-08-10 | 2 | -45/+46 |
| | * | IB/ipoib: Avoid flushing the workqueue from worker context | Erez Shitrit | 2014-08-05 | 3 | -6/+6 |
| | * | IB/ipoib: Use P_Key change event instead of P_Key polling mechanism | Erez Shitrit | 2014-08-05 | 3 | -65/+20 |
| |/ |
|
* / | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-15 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2014-06-12 | 3 | -60/+46 |
|\ |
|
| * | libiscsi, iser: Adjust data_length to include protection information | Sagi Grimberg | 2014-06-11 | 1 | -24/+10 |
| * | Target/iscsi: Fix sendtargets response pdu for iser transport | Sagi Grimberg | 2014-06-11 | 1 | -1/+1 |
| * | Target/iser: Fix a wrong dereference in case discovery session is over iser | Sagi Grimberg | 2014-06-11 | 1 | -1/+3 |
| * | Target/iser: Gracefully reject T10-PI enabled connect request if not supported | Sagi Grimberg | 2014-05-20 | 1 | -2/+3 |
| * | Target/iser: Wait for proper cleanup before unloading | Sagi Grimberg | 2014-05-20 | 1 | -0/+1 |
| * | Target/iser: Improve cm events handling | Sagi Grimberg | 2014-05-20 | 2 | -12/+15 |
| * | Target/iser: Fix hangs in connection teardown | Sagi Grimberg | 2014-05-19 | 2 | -22/+10 |
| * | Target/iser: Bail from accept_np if np_thread is trying to close | Sagi Grimberg | 2014-05-19 | 1 | -2/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-24 | 2 | -22/+18 |
| |\| |
|
| * | | 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 | 7 | -276/+717 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx... | Roland Dreier | 2014-06-10 | 7 | -276/+717 |
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | | | | * | | 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: Add a QP creation flag to use GFP_NOIO allocations | Or Gerlitz | 2014-06-02 | 1 | -3/+15 |
| | |_|/ /
| |/| | | |
|
| | | * | | IB: Allow build of hw/ and ulp/ subdirectories independently | Yann Droneaud | 2014-06-02 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
| | * | | IB/iser: Bump version to 1.4 | Or Gerlitz | 2014-05-26 | 1 | -1/+1 |
| | * | | IB/iser: Add missing newlines to logging messages | Roi Dayan | 2014-05-26 | 1 | -4/+4 |
| | * | | IB/iser: Fix a possible race in iser connection states transition | Ariel Nahum | 2014-05-26 | 1 | -2/+2 |
| | * | | IB/iser: Simplify connection management | Ariel Nahum | 2014-05-26 | 3 | -91/+99 |
| |/ / |
|