| Commit message (Expand) | Author | Age | Files | Lines |
* | iscsi: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King | 2017-02-10 | 1 | -0/+1 |
* | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-21 | 28 | -7/+116 |
|\ |
|
| * | iscsi-target: Return error if unable to add network portal | Varun Prakash | 2016-12-16 | 1 | -1/+3 |
| * | target/iscsi: Fix double free in lio_target_tiqn_addtpg() | Dan Carpenter | 2016-12-16 | 1 | -1/+0 |
| * | target: Minimize #include directives | Bart Van Assche | 2016-12-09 | 27 | -5/+112 |
| * | cxgbit: Add an #include directive | Bart Van Assche | 2016-12-09 | 1 | -0/+1 |
* | | cxgb4: Allocate Tx queues dynamically | Hariprasad Shenai | 2016-11-18 | 1 | -0/+1 |
|/ |
|
* | iscsi-target: fix iscsi cmd leak | Varun Prakash | 2016-10-19 | 1 | -0/+4 |
* | iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited" | Colin Ian King | 2016-10-19 | 2 | -3/+3 |
* | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U... | Hariprasad Shenai | 2016-09-19 | 1 | -0/+3 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() | Varun Prakash | 2016-09-15 | 1 | -10/+6 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() | Varun Prakash | 2016-09-15 | 1 | -9/+2 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() | Varun Prakash | 2016-09-15 | 1 | -10/+3 |
* | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() | Varun Prakash | 2016-09-15 | 1 | -10/+3 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() | Varun Prakash | 2016-09-15 | 1 | -9/+2 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() | Varun Prakash | 2016-09-15 | 1 | -10/+1 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() | Varun Prakash | 2016-09-15 | 1 | -17/+3 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv() | Varun Prakash | 2016-09-15 | 1 | -10/+1 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6() | Varun Prakash | 2016-09-15 | 1 | -45/+6 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route() | Varun Prakash | 2016-09-15 | 1 | -31/+5 |
* | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() | Varun Prakash | 2016-09-15 | 1 | -38/+3 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-08-04 | 2 | -8/+19 |
|\ |
|
| * | iscsi-target: Fix panic when adding second TCP connection to iSCSI session | Feng Li | 2016-07-20 | 1 | -2/+3 |
| * | target: Fix race between iscsi-target connection shutdown + ABORT_TASK | Nicholas Bellinger | 2016-07-20 | 1 | -6/+16 |
* | | libcxgb: export ppm release and tagmask set api | Varun Prakash | 2016-07-25 | 1 | -0/+2 |
* | | libcxgb: add library module for Chelsio drivers | Varun Prakash | 2016-07-25 | 3 | -2/+3 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-05-28 | 18 | -549/+5470 |
|\ |
|
| * | iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race | Nicholas Bellinger | 2016-05-17 | 1 | -9/+9 |
| * | cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attribute | Nicholas Bellinger | 2016-05-16 | 2 | -8/+8 |
| * | iscsi-target: Convert transport drivers to signal rdma_shutdown | Nicholas Bellinger | 2016-05-16 | 2 | -6/+5 |
| * | iscsi-target: Make iscsi_tpg_np driver show/store use generic code | Nicholas Bellinger | 2016-05-16 | 1 | -158/+41 |
| * | iscsi-target: graceful disconnect on invalid mapping to iovec | Imran Haider | 2016-05-10 | 1 | -1/+8 |
| * | iscsi-target: remove usage of ->shutdown_session | Christoph Hellwig | 2016-05-10 | 4 | -23/+12 |
| * | cxgbit: add files for cxgbit.ko | Varun Prakash | 2016-05-09 | 10 | -0/+5114 |
| * | iscsi-target: export symbols | Varun Prakash | 2016-05-09 | 6 | -10/+23 |
| * | iscsi-target: call complete on conn_logout_comp | Varun Prakash | 2016-05-09 | 1 | -4/+6 |
| * | iscsi-target: clear tx_thread_active | Varun Prakash | 2016-05-09 | 1 | -2/+4 |
| * | iscsi-target: add new offload transport type | Varun Prakash | 2016-05-09 | 1 | -0/+76 |
| * | iscsi-target: use conn_transport->transport_type in text rsp | Varun Prakash | 2016-05-09 | 1 | -1/+2 |
| * | iscsi-target: move iscsit_thread_check_cpumask() | Varun Prakash | 2016-05-09 | 1 | -26/+0 |
| * | iscsi-target: add void (*iscsit_get_r2t_ttt)() | Varun Prakash | 2016-05-09 | 1 | -1/+4 |
| * | iscsi-target: add int (*iscsit_validate_params)() | Varun Prakash | 2016-05-09 | 1 | -0/+10 |
| * | iscsi-target: split iscsi_target_rx_thread() | Varun Prakash | 2016-05-09 | 1 | -26/+33 |
| * | iscsi-target: add void (*iscsit_get_rx_pdu)() | Varun Prakash | 2016-05-09 | 1 | -8/+2 |
| * | iscsi-target: add void (*iscsit_release_cmd)() | Varun Prakash | 2016-05-09 | 1 | -0/+3 |
| * | iscsi-target: add int (*iscsit_xmit_pdu)() | Varun Prakash | 2016-05-09 | 1 | -351/+195 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-05-17 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Fix typos in printk | Masanari Iida | 2016-04-28 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 2016-04-14 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | [net] drop 'size' argument of sock_recvmsg() | Al Viro | 2016-03-28 | 1 | -3/+2 |