summaryrefslogtreecommitdiff
path: root/drivers/message/fusion/mptlan.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang1-0/+2
2022-01-10scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-42/+48
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-28mpt fusion: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-13scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König1-1/+1
2021-04-02scsi: message: mptlan: Replace one-element array with flexible-array memberGustavo A. R. Silva1-6/+3
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2018-05-15scsi: mptlan: Fix mpt_lan_sdu_send()'s return typeLuc Van Oostenryck1-1/+1
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-11/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2010-07-28[SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-2/+2
2009-01-08fusion: convert devices to new APIStephen Hemminger1-27/+17
2008-12-04mptlan: Kill directly reference of netdev->privWang Chen1-5/+5
2008-11-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-108/+0
2008-11-07trivial: MPT fusion - remove long dead codeAlan Cox1-108/+0
2008-10-28net: convert more to %pMJohannes Berg1-11/+7
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-13/+13
2008-06-05[SCSI] mpt fusion : Updated copyright statment with 2008 includedPrakash, Sathya1-1/+1
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-21/+11
2007-10-12[SCSI] mptlan: bug fix, only half the message frame is dma'd resulting in cor...Eric Moore1-0/+2
2007-10-12[SCSI] mpt fusion: remove redundant memsetMariusz Kozlowski1-5/+3
2007-10-12[SCSI] mpt fusion: Change company name from LSI Logic to LSIPrakash, Sathya1-3/+3
2007-10-12[SCSI] mpt fusion: Change call back indices to u8 from intPrakash, Sathya1-13/+3
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-07-28[SCSI] mpt fusion: Changes in mptfc.c mptlan.c mptsas.c and mptspi.c for logg...Prakash, Sathya1-2/+1
2007-06-18[SCSI] mpt fusion: update MAINTAINERS (fusion part)Eric Moore1-1/+1
2007-04-26[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+3
2007-04-26[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-12/+14
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-02-03[SCSI] fusion - bump version - 3.04.04Eric Moore1-0/+1
2007-01-06[SCSI] fusion: MODULE_VERSION supportEric Moore1-1/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-10/+19
2006-02-28[SCSI] fusion - mptlan - remove wierd humor printMoore, Eric1-4/+1
2006-01-15[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-14[SCSI] fusion: kzalloc / kcalloc conversionChristoph Hellwig1-9/+5
2005-11-07[PATCH] message: fix-up schedule_timeout() usageNishanth Aravamudan1-6/+4
2005-09-19[SCSI] fusion SAS support (mptsas driver) updatesMoore, Eric Dean1-1/+6
2005-05-21[SCSI] fusion-kfree-cleanupMoore, Eric Dean1-2/+2
2005-05-20[SCSI] mptfusion: mptlan Remove credits and update copyrightMoore, Eric Dean1-28/+5
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1688