summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
Commit message (Expand)AuthorAgeFilesLines
* qlge: remove NETIF_F_TSO6 flagAmerigo Wang2013-01-121-1/+1
* qlcnic: update driver versionSigned-off-by: Sony Chacko2012-12-191-2/+2
* qlcnic: fix unused variable warningsShahed Shaikh2012-12-194-12/+6
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-073-6/+5
* qlcnic: rename module params with module_param_namedSony Chacko2012-12-041-16/+16
* qlcnic: fix bug in LRO descriptor access macroSony Chacko2012-12-041-1/+1
* qlcnic: update NIC partition interface routinesSony Chacko2012-12-043-48/+89
* qlcnic: get board name APISony Chacko2012-12-042-31/+30
* qlcnic: modify PCI and register access routinesSony Chacko2012-12-044-162/+222
* qlcnic: move HW specific data to seperate structureSony Chacko2012-12-048-173/+177
* qlcnic: add 82xx adapter specific checksSony Chacko2012-12-042-8/+22
* qlge: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* qla3xxx: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* qlcnic: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* netxen: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* qlcnic: remove duplicated include from qlcnic_sysfs.cWei Yongjun2012-12-011-2/+0
* qlcnic: fix coding style issues in qlcnic_minidump.cSony Chacko2012-11-281-17/+17
* qlcnic: create file qlcnic_minidump.c for dump utilitySony Chacko2012-11-284-628/+632
* qlcnic: fix style issues in qlcnic_sysfs.c fileSony Chacko2012-11-281-116/+127
* qlcnic: create file qlcnic_sysfs.c for sysfs routinesSony Chacko2012-11-284-956/+969
* qlcnic: fix coding style issues in qlcnic_io.cSony Chacko2012-11-281-150/+113
* qlcnic: create file qlcnic_io.c for datapath routinesSony Chacko2012-11-285-1376/+1373
* qlcnic: fix sparse check endian warningsShahed Shaikh2012-11-256-221/+300
* qlcnic: fix sparse warningsSony Chacko2012-11-183-53/+65
* qlcnic: fix compiler warningsSony Chacko2012-11-185-25/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-2/+7
|\
| * qla3xxx: Ensure request/response queue addr writes to the registersJoe Jin2012-10-221-2/+7
* | drivers: ethernet: qlogic: netxen_nic_ethtool.c: Fixed a coding style issueKumar Amit Mehta2012-11-061-43/+43
* | drivers: ethernet: qlogic: qlge_dbg.c: Fixed a coding style issueKumar Amit Mehta2012-11-061-8/+8
* | netxen: explicity handle pause autoneg parameterFlavio Leitner2012-10-311-0/+7
* | qla3xxx: remove unused variable in ql_process_mac_tx_intr()Wei Yongjun2012-10-311-3/+0
* | qla3xxx: use module_pci_driver to simplify the codeWei Yongjun2012-10-311-12/+1
|/
* drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c: fix error return codePeter Senna Tschudin2012-10-071-1/+2
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-051-1/+1
* Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-013-4/+4
|\
| * Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-123-3/+3
| |\
| | * netdev: make pci_error_handlers constStephen Hemminger2012-09-083-3/+3
| * | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-1/+1
| |/
* | qlcnic: Fix scheduling while atomic bugNarendra K2012-09-281-2/+2
* | netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov2012-09-181-0/+4
|/
* qlge: Add offload features to vlan interfacesbrenohl@br.ibm.com2012-07-301-0/+1
* qlge: fix an "&&" vs "||" bugDan Carpenter2012-07-181-1/+1
* netxen: fix link notification orderFlavio Leitner2012-07-121-2/+2
* qlge: fix endian issueLi RongQing2012-07-111-3/+3
* qlge: Bumped driver version to 1.00.00.31Jitendra Kalsaria2012-07-111-1/+1
* qlge: Refactoring of ethtool stats.Jitendra Kalsaria2012-07-111-138/+157
* qlge: Moving low level frame error to ethtool statistics.Jitendra Kalsaria2012-07-113-27/+58
* qlge: Fixed double pci free upon tx_ring->q allocation failure.Jitendra Kalsaria2012-07-111-4/+6
* qlge: Added missing case statement to ethtool get_strings.Jitendra Kalsaria2012-07-111-0/+5
* qlge: Clean up ethtool set WOL routine.Jitendra Kalsaria2012-07-111-9/+0