summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-05-161-0/+2
* net: qla3xxx: Remove overflowing shift statementNathan Chancellor2018-11-221-2/+0
* qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-11-105-12/+17
* qlogic: check kstrtoul() for errorsDan Carpenter2018-08-281-0/+2
* qlcnic: Fix a sleep-in-atomic bug in qlcnic_82xx_hw_write_wx_2M and qlcnic_82...Jia-Ju Bai2018-04-131-1/+1
* netxen_nic: set rcode to the return status from the call to netxen_issue_cmdColin Ian King2018-04-131-1/+1
* qlge: Avoid reading past end of bufferKees Cook2018-04-131-2/+2
* qlcnic: fix unchecked return valuePan Bian2018-03-241-0/+2
* qlcnic: fix deadlock bugJunxiao Bi2018-02-161-9/+9
* qlge: avoid memcpy buffer overflowArnd Bergmann2017-09-271-1/+1
* qlge: Fix receive packets drop.Manish Chopra2016-07-121-0/+11
* qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia2016-07-123-5/+14
* qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2016-07-122-6/+5
* netxen: fix netxen_nic_poll() logicEric Dumazet2015-02-261-1/+4
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2015-01-271-3/+5
* qlcnic: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
* netxen: Fix link event handling.Manish Chopra2014-11-061-1/+2
* qlcnic: Fix number of arguments in destroy tx context commandRajesh Borundia2014-10-141-1/+1
* qlcnic: Fix programming number of arguments in a command.Rajesh Borundia2014-10-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0810-74/+339
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-024-12/+11
| |\
| * | qlge: Fix compilation warningHarish Patil2014-09-221-2/+2
| * | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-3/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-2/+3
| |\ \
| * | | qlcnic: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-1/+1
| * | | qlcnic: Update version to 5.3.62Shahed Shaikh2014-08-291-2/+2
| * | | qlcnic: Add support to run firmware POSTShahed Shaikh2014-08-294-2/+158
| * | | qlcnic: Use usleep_range() instead of msleep() for sleep less than 20msJitendra Kalsaria2014-08-293-5/+5
| * | | qlcnic: Add support for 0x8830 device IDShahed Shaikh2014-08-293-0/+11
| * | | qlcnic: Update Link speed and port type info for 83xx adapterJitendra Kalsaria2014-08-292-59/+158
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-072-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Fix typo in printkMasanari Iida2014-08-262-2/+2
* | | | netxen: Fix bug in Tx completion path.Manish Chopra2014-09-301-2/+2
* | | | netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra2014-09-302-2/+2
* | | | qlcnic: Fix ordering of stats in stats buffer.Manish Chopra2014-09-261-0/+2
* | | | qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra2014-09-261-1/+1
* | | | qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra2014-09-261-4/+2
* | | | qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the...Sony Chacko2014-09-261-3/+2
| |_|/ |/| |
* | | qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich2014-08-251-2/+3
| |/ |/|
* | qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh2014-08-211-10/+25
* | qlcnic: Fix endianess issue in FW dump template headerRajesh Borundia2014-08-211-0/+57
* | qlcnic: Fix flash access interface to applicationJitendra Kalsaria2014-08-213-5/+32
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-144-4/+4
|\ \
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-124-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-131-1/+1
|\ \ \ | |/ / |/| |
| * | net: ethernet: qlogic: qlcnic: Remove duplicate object file from MakefileAndreas Ruprecht2014-08-111-1/+1
| |/
* / qlogic: use pci_zalloc_consistentJoe Perches2014-08-082-9/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-053-11/+19
|\
| * qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia2014-08-051-2/+2
| * qlcnic: Set driver version before registering netdevRajesh Borundia2014-08-052-4/+4