summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-152-3/+3
|\
| * qlge: remove NETIF_F_TSO6 flagAmerigo Wang2013-01-121-1/+1
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-094-6/+2Star
* | qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko2013-01-041-0/+2
* | qlcnic: fix build errorSony Chacko2013-01-031-2/+1Star
* | qlcnic: do not duplicate infrastructure functionsStephen Rothwell2013-01-031-19/+1Star
* | qlcnic: update driver versionSigned-off-by: Sony Chacko2013-01-021-2/+2
* | qlcnic: remove unused definitions from header fileShahed Shaikh2013-01-023-134/+4Star
* | qlcnic: 83xx ethtool interface routinesSony Chacko2013-01-026-193/+750
* | qlcnic: 83xx register dump routinesSony Chacko2013-01-026-155/+529
* | qlcnic: enable 83xx virtual NIC modeSony Chacko2013-01-026-7/+285
* | qlcnic: flash template based firmware reset recoverySony Chacko2013-01-025-0/+538
* | qlcnic: 83xx CNA inter driver communication mechanismSony Chacko2013-01-026-19/+1830
* | qlcnic: 83xx adpater flash interface routinesSony Chacko2013-01-023-0/+443
* | qlcnic: 83xx sysfs routinesSony Chacko2013-01-026-122/+266
* | qlcnic: 83xx base driverSony Chacko2013-01-023-175/+330
* | qlcnic: 83xx data path routinesSony Chacko2013-01-027-133/+676
* | qlcnic: 83xx memory map and HW access routinesSony Chacko2013-01-029-32/+2094
* | qlcnic: macros for common register accessHimanshu Madhani2013-01-023-80/+107
* | qlcnic: change driver hardware interface mechanismSony Chacko2013-01-029-518/+1035
|/
* qlcnic: update driver versionSigned-off-by: Sony Chacko2012-12-191-2/+2
* qlcnic: fix unused variable warningsShahed Shaikh2012-12-194-12/+6Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-073-6/+5Star
* 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/+30Star
* 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/+0Star
* 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/+113Star
* qlcnic: create file qlcnic_io.c for datapath routinesSony Chacko2012-11-285-1376/+1373Star
* 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/+17Star
* 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/+0Star