Age | Commit message (Expand) | Author | Files | Lines |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -4/+7 |
2019-07-31 | net: Use skb_frag_off accessors | Jonathan Lemon | 1 | -2/+2 |
2019-07-24 | Build fixes for skb_frag_size conversion | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-07-23 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 1 | -6/+7 |
2019-07-23 | scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selector | Varun Prakash | 2 | -4/+7 |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -20/+5 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 5 | -20/+5 |
2019-06-10 | cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI | Varun Prakash | 1 | -2/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-18 | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -3/+3 |
2019-02-05 | scsi: target/iscsi: Rename a function and a function pointer | Bart Van Assche | 3 | -3/+3 |
2019-02-05 | scsi: target/iscsi: Fix spelling of "unsolicited" | Bart Van Assche | 1 | -1/+1 |
2018-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+4 |
2018-12-13 | scsi: target: iscsi: cxgbit: add missing spin_lock_init() | Varun Prakash | 1 | -0/+1 |
2018-12-13 | scsi: target: iscsi: cxgbit: fix csk leak | Varun Prakash | 1 | -1/+4 |
2018-11-23 | cxgb4: use new fw interface to get the VIN and smt index | Santosh Rastapur | 1 | -4/+4 |
2018-10-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+20 |
2018-09-26 | scsi: target: iscsi: cxgbit: fix csk leak | Varun Prakash | 1 | -3/+20 |
2018-08-27 | scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info() | Varun Prakash | 1 | -4/+4 |
2018-07-13 | scsi: target: iscsi: cxgbit: fix max iso npdu calculation | Varun Prakash | 1 | -7/+9 |
2018-01-13 | cxgbit: call neigh_event_send() to update MAC address | Varun Prakash | 1 | -0/+3 |
2017-11-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 4 | -0/+56 |
2017-11-05 | target: Suppress gcc 7 fallthrough warnings | Bart Van Assche | 1 | -0/+1 |
2017-11-05 | cxgbit: Abort the TCP connection in case of data out timeout | Varun Prakash | 3 | -0/+55 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-31 | cxgbit: fix sg_nents calculation | Varun Prakash | 1 | -5/+7 |
2017-07-31 | cxgbit: add missing __kfree_skb() | Varun Prakash | 1 | -4/+12 |
2017-06-20 | net: introduce __skb_put_[zero, data, u8] | yuan linyu | 1 | -8/+4 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -3/+2 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 2 | -5/+5 |
2017-06-07 | cxgb4: Fix tids count for ipv6 offload connection | Ganesh Goudar | 1 | -3/+3 |
2017-03-03 | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+2 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+2 |
2017-02-19 | target/cxgbit: add T6 iSCSI DDP completion feature | Varun Prakash | 4 | -43/+113 |
2017-02-19 | target/cxgbit: Enable DDP for T6 only if data sequence and pdu are in order | Varun Prakash | 1 | -25/+61 |
2017-02-19 | target/cxgbit: Use T6 specific macros to get ETH/IP hdr len | Varun Prakash | 1 | -2/+8 |
2017-02-19 | target/cxgbit: use cxgb4_tp_smt_idx() to get smt idx | Varun Prakash | 1 | -2/+4 |
2017-02-09 | target/cxgbit: Use T6 specific macro to set the force bit | Varun Prakash | 1 | -1/+3 |
2017-02-09 | target/cxgbit: Fix endianness annotations | Bart Van Assche | 3 | -7/+8 |
2016-12-21 | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2016-12-09 | cxgbit: Add an #include directive | Bart Van Assche | 1 | -0/+1 |
2016-11-18 | cxgb4: Allocate Tx queues dynamically | Hariprasad Shenai | 1 | -0/+1 |
2016-09-19 | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U... | Hariprasad Shenai | 1 | -0/+3 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() | Varun Prakash | 1 | -10/+6 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() | Varun Prakash | 1 | -9/+2 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() | Varun Prakash | 1 | -10/+3 |
2016-09-16 | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() | Varun Prakash | 1 | -10/+3 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() | Varun Prakash | 1 | -9/+2 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() | Varun Prakash | 1 | -10/+1 |
2016-09-16 | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() | Varun Prakash | 1 | -17/+3 |