Age | Commit message (Expand) | Author | Files | Lines |
2014-10-14 | ib_srpt: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -1/+1 |
2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 1 | -1/+1 |
2014-09-24 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 4 | -25/+30 |
2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -2/+8 |
2014-09-22 | ipoib: validate struct ipoib_cb size | Eric Dumazet | 2 | -2/+8 |
2014-09-22 | Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next | Roland Dreier | 4 | -25/+30 |
2014-09-22 | IB/iser: Bump version to 1.4.1 | Or Gerlitz | 1 | -1/+1 |
2014-09-22 | IB/iser: Allow bind only when connection state is UP | Sagi Grimberg | 1 | -5/+14 |
2014-09-22 | IB/iser: Fix RX/TX CQ resource leak on error flow | Roi Dayan | 1 | -10/+14 |
2014-09-19 | IPoIB: Remove unnecessary port query | Alex Estrin | 1 | -9/+1 |
2014-09-16 | Target/iser: Fix initiator_depth and responder_resources | Sagi Grimberg | 1 | -5/+6 |
2014-09-16 | Target/iser: Avoid calling rdma_disconnect twice | Sagi Grimberg | 1 | -1/+1 |
2014-09-16 | Target/iser: Don't put isert_conn inside disconnected handler | Sagi Grimberg | 1 | -1/+1 |
2014-09-16 | Target/iser: Get isert_conn reference once got to connected_handler | Sagi Grimberg | 1 | -2/+3 |
2014-08-14 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 9 | -178/+212 |
2014-08-14 | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4... | Roland Dreier | 9 | -178/+212 |
2014-08-14 | IB/srp: Fix return value check in srp_init_module() | Wei Yongjun | 1 | -2/+2 |
2014-08-13 | IB/srpt: Handle GID change events | Doug Ledford | 1 | -0/+1 |
2014-08-13 | IPoIB: Remove unnecessary test for NULL before debugfs_remove() | Fabian Frederick | 1 | -4/+2 |
2014-08-11 | IB/mad: add new ioctl to ABI to support new registration options | Ira Weiny | 1 | -1/+1 |
2014-08-11 | IB/ipoib: Avoid multicast join attempts with invalid P_key | Alex Estrin | 2 | -45/+46 |
2014-08-05 | IB/ipoib: Avoid flushing the workqueue from worker context | Erez Shitrit | 3 | -6/+6 |
2014-08-05 | IB/ipoib: Use P_Key change event instead of P_Key polling mechanism | Erez Shitrit | 3 | -65/+20 |
2014-08-02 | IB/srp: Fix residual handling | Bart Van Assche | 1 | -3/+7 |
2014-08-02 | IB/srp: Fix deadlock between host removal and multipathd | Bart Van Assche | 1 | -10/+28 |
2014-08-02 | IB/iser: Clarify a duplicate counters check | Roi Dayan | 1 | -1/+4 |
2014-08-02 | IB/iser: Replace connection waitqueue with completion object | Ariel Nahum | 3 | -23/+22 |
2014-08-02 | IB/iser: Protect iser state machine with a mutex | Ariel Nahum | 3 | -14/+65 |
2014-08-02 | IB/iser: Remove redundant return code in iser_free_ib_conn_res() | Sagi Grimberg | 1 | -5/+2 |
2014-08-02 | IB/iser: Seperate iser_conn and iscsi_endpoint storage space | Ariel Nahum | 2 | -4/+14 |
2014-08-02 | IB/iser: Fix responder resources advertisement | Sagi Grimberg | 1 | -1/+3 |
2014-08-02 | IB/iser: Add TIMEWAIT_EXIT event handling | Roi Dayan | 1 | -0/+1 |
2014-08-02 | IB/iser: Support IPv6 address family | Roi Dayan | 3 | -15/+9 |
2014-07-16 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -2/+2 |
2014-06-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 3 | -60/+46 |
2014-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2014-06-12 | libiscsi, iser: Adjust data_length to include protection information | Sagi Grimberg | 1 | -24/+10 |
2014-06-11 | Target/iscsi: Fix sendtargets response pdu for iser transport | Sagi Grimberg | 1 | -1/+1 |
2014-06-11 | Target/iser: Fix a wrong dereference in case discovery session is over iser | Sagi Grimberg | 1 | -1/+3 |
2014-06-10 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 7 | -276/+717 |
2014-06-10 | Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx... | Roland Dreier | 7 | -276/+717 |
2014-06-04 | iser-target: Add missing target_put_sess_cmd for ImmedateData failure | Nicholas Bellinger | 1 | -0/+2 |
2014-06-03 | IB: Add a QP creation flag to use GFP_NOIO allocations | Or Gerlitz | 1 | -3/+15 |
2014-06-03 | IB: Allow build of hw/ and ulp/ subdirectories independently | Yann Droneaud | 1 | -0/+5 |
2014-05-30 | IB/srp: Avoid problems if a header uses pr_fmt | Joe Perches | 1 | -1/+1 |
2014-05-26 | IB/iser: Bump version to 1.4 | Or Gerlitz | 1 | -1/+1 |
2014-05-26 | IB/iser: Add missing newlines to logging messages | Roi Dayan | 1 | -4/+4 |
2014-05-26 | IB/iser: Fix a possible race in iser connection states transition | Ariel Nahum | 1 | -2/+2 |
2014-05-26 | IB/iser: Simplify connection management | Ariel Nahum | 3 | -91/+99 |
2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -22/+18 |