aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgbi
AgeCommit message (Expand)AuthorFilesLines
2023-10-13scsi: cxgbi: Fix 'generated' typoMuhammad Muzammil1-1/+1
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet1-2/+2
2023-03-24scsi: iscsi: Declare SCSI host template constBart Van Assche3-3/+3
2023-02-21scsi: cxgbi: Remove unneeded version.h includeJesper Juhl1-1/+0
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-06-21scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-04-11scsi: iscsi: Merge suspend fieldsMike Christie1-3/+3
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche2-0/+2
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+1
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie1-2/+2
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-4/+8
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie1-1/+0
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie2-0/+2
2021-03-15scsi: cxgbi: cxgb3: Fix misnaming of ddp_setup_conn_digest()Lee Jones1-1/+1
2020-12-09scsi: cxgb4i: Fix TLS dependencyRandy Dunlap1-0/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-20/+4
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-1/+1
2020-09-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-08-24scsi: libcxgbi: Fix a use after free in cxgbi_conn_xmit_pdu()Dan Carpenter1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-20scsi: libcxgbi: Use kvzalloc instead of opencoded kzalloc/vzallocDenis Efremov2-20/+4
2020-07-24scsi: cxgb3i: Remove bad documentation and demote kerneldoc headerLee Jones1-8/+5
2020-07-24scsi: libcxgbi: Remove unnecessary NULL checks for 'tdata' pointerVarun Prakash1-4/+4
2020-07-15scsi: cxgb4i: Remove an unnecessary NULL check for 'cconn' pointerVarun Prakash1-1/+1
2020-07-13scsi: cxgb4i: Clean up a debug printkDan Carpenter1-2/+1
2020-07-13scsi: cxgb4i: Fix dereference of pointer tdata before it is null checkedColin Ian King1-2/+4
2020-07-08scsi: cxgb4i: Add support for iSCSI segmentation offloadVarun Prakash4-231/+726
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-05-26scsi: cxgb3i: Fix some leaks in init_act_open()Dan Carpenter1-4/+14
2020-04-24scsi: cxgb4i: Remove superfluous null checkXu Wang1-4/+3
2019-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2019-12-19scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()Varun Prakash1-1/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-10-24scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing1-2/+0
2019-09-30scsi: libcxgbi: remove unused function to stop warningAustin Kim1-28/+0
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+7
2019-06-20scsi: cxgb4i: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash1-2/+7
2019-06-10cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash4-17/+34
2019-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-29scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()Varun Prakash1-0/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-04-15scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"Varun Prakash1-1/+1
2019-04-15scsi: libcxgbi: update route finding logicVarun Prakash1-5/+8
2019-04-15scsi: libcxgbi: find cxgbi device by MAC addressVarun Prakash1-2/+2
2019-04-12scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King1-8/+6
2019-03-27scsi: libcxgbi: remove uninitialized variable lenColin Ian King1-3/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-12/+9
2019-02-27scsi: cxgb4i: validate tcp sequence number only if chip version <= T5Varun Prakash1-1/+2
2019-02-27scsi: cxgb4i: get pf number from lldi->pfVarun Prakash1-2/+1
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-8/+5
2019-01-29scsi: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-01-11scsi: cxgb4i: add wait_for_completion()Varun Prakash4-18/+31
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+4
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig2-2/+2
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-2/+1
2018-11-21scsi: cxgb4i: fix thermal configuration dependenciesArnd Bergmann1-2/+2
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+156
2018-10-16scsi: cxgb4i: add DCB support for iSCSI connectionsVarun Prakash2-1/+156
2018-09-12scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protectedDavid Ahern1-3/+2
2018-09-10net/ipv6: Remove rt6i_prefsrcDavid Ahern1-2/+2
2018-04-09scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()Dan Carpenter1-4/+4
2018-01-08scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()Varun Prakash1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-4/+4
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-19/+33
2017-11-01scsi: cxgbi: Convert timers to use timer_setup()Kees Cook3-9/+9
2017-10-11scsi: libcxgbi: simplify task->hdr allocation for mgmt cmdsVarun Prakash2-16/+28
2017-10-11scsi: cxgb4i: fix Tx skb leakVarun Prakash1-0/+1
2017-10-11scsi: libcxgbi: in case of vlan pass 0 as ifindex to find routeVarun Prakash1-1/+4
2017-09-15scsi: libcxgbi: remove redundant check and close on cskColin Ian King1-2/+0
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-0/+3
2017-08-16scsi: cxgb4i: call neigh_event_send() to update MAC addressVarun Prakash1-0/+3
2017-08-10scsi: libcxgbi: use ndev->ifindex to find routeVarun Prakash1-9/+18
2017-07-24scsi: libcxgbi: add check for valid cxgbi_task_dataVarun Prakash1-0/+7
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+5
2017-06-26scsi: cxgb4i: assign rxqs in round robin modeVarun Prakash2-1/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+23
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar1-3/+5
2017-06-02scsi: cxgb4i: libcxgbi: in error case RST tcp connVarun Prakash3-8/+23
2017-05-23scsi: libcxgbi: fix skb use after freeVarun Prakash2-15/+26
2017-04-18scsi: cxgb4i: update module descriptionVarun Prakash1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2-0/+2
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-3/+3
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2016-12-14scsi: libcxgbi: return error if interface is not upVarun Prakash1-0/+12
2016-12-14scsi: cxgb4i: libcxgbi: add missing module_put()Varun Prakash3-3/+12
2016-12-14scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash3-26/+213
2016-12-14scsi: cxgb4i: libcxgbi: add active open cmd for T6 adaptersVarun Prakash2-15/+77
2016-12-14scsi: cxgb4i: use cxgb4_tp_smt_idx() to get smt_idxVarun Prakash1-2/+2
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2016-11-30scsi: cxgb4i: Add a missing call to neigh_releaseQuentin Lambert1-1/+1
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-0/+1
2016-11-10Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley1-1/+2
2016-11-08scsi: libcxgbi: fix incorrect DDP resource cleanupVarun Prakash1-1/+2
2016-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+5
2016-09-28scsi: cxgb4i: Set completion bit in work requestVarun Prakash1-0/+5
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai1-0/+3
2016-07-25cxgb3i, cxgb4i: fix symbol not declared sparse warningVarun Prakash2-3/+3
2016-07-25libcxgb: export ppm release and tagmask set apiVarun Prakash2-0/+2
2016-07-25cxgb3i: add iSCSI DDP supportVarun Prakash1-1/+118
2016-07-25cxgb4i,libcxgbi: add iSCSI DDP supportVarun Prakash8-2/+507
2016-07-25cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP supportVarun Prakash4-1009/+0
2016-04-25cxgbi: fix uninitialized flowi6Jiri Benc1-0/+1
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+0
2016-03-22cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash1-12/+0
2016-03-22cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash1-5/+0
2016-03-04cxgb4i: don't redefine DIV_ROUND_UPNicolas Dichtel1-1/+1
2016-01-08cxgbi: Typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2015-11-09drivers/scsi/cxgbi: fix build with EXTRA_CFLAGSJiri Slaby2-2/+2
2015-10-14cxgb4i: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesKaren Xie1-1/+1
2015-06-30libcxgbi: use kvfree() in cxgbi_free_big_mem()Pekka Enberg1-4/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau1-1/+1
2015-05-25cxgb4i: set the initial sequence numberKaren Xie2-2/+8
2015-05-25cxgbi: update driver versionsKaren Xie3-6/+13
2015-05-25cxgbi: update copyright to 2015Karen Xie6-6/+6
2015-05-25cxgbi: use per-connection link-speed dependent send/recv windowsKaren Xie4-23/+40
2015-01-15cxgb4i : Call into recently added cxgb4 ipv6 apiAnish Bhatt1-1/+22
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai1-3/+3
2015-01-12iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai1-6/+6
2014-12-12libcxgbi: fix freeing skb prematurelyKaren Xie1-1/+3
2014-12-12cxgb4i: use set_wr_txq() to set tx queuesKaren Xie1-11/+5
2014-12-12cxgb4i: handle non-pdu-aligned rx dataKaren Xie1-0/+22
2014-12-12cxgb4i: additional types of negative adviceKaren Xie1-3/+9
2014-12-12cxgb4/cxgb4i: set the max. pdu length in firmwareKaren Xie1-18/+51
2014-12-12cxgb4i: fix credit check for tx_data_wrKaren Xie1-1/+2
2014-12-12cxgb4i: fix tx immediate data credit checkKaren Xie2-9/+17
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-55/+58
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2-2/+4
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2-0/+2
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-17/+20
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+3
2014-11-19cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connectionAnish Bhatt2-1/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+37
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt1-38/+40
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-17/+18
2014-11-10cxgb4i: send abort_rpl correctlyAnish Bhatt2-16/+17
2014-10-28libcxgbi : support ipv6 address host_paramAnish Bhatt2-10/+37
2014-10-15cxgb4i : Fix -Wmaybe-uninitialized warning.Anish Bhatt1-1/+1
2014-10-15cxgb4i: Remove duplicate call to dst_neigh_lookup()Anish Bhatt1-5/+0
2014-10-15cxgb4i : Fix -Wunused-function warningAnish Bhatt2-0/+10
2014-10-15cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt1-133/+0
2014-09-22cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt3-7/+55
2014-09-16scsi: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-13libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfigAnish Bhatt2-2/+2
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+2
2014-08-05cxgb4i : Move stray CPL definitions to cxgb4 driverAnish Bhatt1-2/+0
2014-08-02cxgb4i : remove spurious use of rcuAnish Bhatt1-9/+5
2014-07-20libcxgbi:cxgb4i Guard ipv6 code with a config checkAnish Bhatt2-3/+19
2014-07-17cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 apiAnish Bhatt1-39/+314
2014-07-17libcxgbi: Add ipv6 api to driverAnish Bhatt2-21/+237
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke2-2/+2
2014-03-15[SCSI] cxgb4i: Use cxgb4_select_ntuple to correctly calculate ntuple fieldsKaren Xie1-52/+7
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-4/+4
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-06-26[SCSI] cxgb4i: add support for T5 adapterKaren Xie1-31/+128
2013-06-17net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Isaku Yamahata1-1/+1
2013-01-30[SCSI] cxgb4i: Remove the scsi host device when removing deviceThadeu Lima de Souza Cascardo1-0/+1
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2012-07-20[SCSI] cxgb4i: tcp push bit fixKaren Xie1-2/+2
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller1-1/+2
2012-07-05cxgb4i: Convert over to dst_neigh_lookup().David S. Miller1-1/+4
2012-07-05cxgbi: Convert over to dst_neigh_lookup().David S. Miller1-4/+8
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds1-11/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-3/+2
2012-02-19[SCSI] libiscsi_tcp: fix max_r2t manipulationMike Christie1-11/+2
2012-01-10[SCSI] libcxgbi: do not print a message when memory allocation failsThadeu Lima de Souza Cascardo1-2/+3
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-2/+2
2012-01-03switch ->is_visible() to returning umode_tAl Viro2-2/+2
2011-12-05cxgb4i: Handle dst_get_neighbour_noref() returning NULL.David Miller1-1/+7
2011-12-05libcxgbi: Handle dst_get_neighbour_noref() returning NULL.David Miller1-2/+8
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller1-1/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller3-4/+4
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds4-38/+59
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-15/+19
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+0
2011-10-21cxgbi: convert to SKB paged frag API.Ian Campbell2-14/+16
2011-10-19net: add skb frag size accessorsEric Dumazet1-5/+5
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-09-26[SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman1-1/+1
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl2-2/+0
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie3-6/+10
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie3-22/+20
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie4-12/+31
2011-08-11cxgbi: Fix scsi Kconfig dependencies.David S. Miller2-2/+4
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher2-2/+2
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+3
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller3-4/+4
2011-06-29[SCSI] cxgb3i: fixed programing of the dma page sizesKaren Xie1-1/+3
2011-05-03libcxgbi: Use flowi4's saddr in cxgbi_check_route().David S. Miller1-5/+6
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds5-97/+56