aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2013-01-11qlge: remove NETIF_F_TSO6 flagAmerigo Wang1-1/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko4-6/+2
2013-01-04qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko1-0/+2
2013-01-03qlcnic: fix build errorSony Chacko1-2/+1
2013-01-03qlcnic: do not duplicate infrastructure functionsStephen Rothwell1-19/+1
2013-01-02qlcnic: update driver versionSigned-off-by: Sony Chacko1-2/+2
2013-01-02qlcnic: remove unused definitions from header fileShahed Shaikh3-134/+4
2013-01-02qlcnic: 83xx ethtool interface routinesSony Chacko6-193/+750
2013-01-02qlcnic: 83xx register dump routinesSony Chacko6-155/+529
2013-01-02qlcnic: enable 83xx virtual NIC modeSony Chacko6-7/+285
2013-01-02qlcnic: flash template based firmware reset recoverySony Chacko5-0/+538
2013-01-02qlcnic: 83xx CNA inter driver communication mechanismSony Chacko6-19/+1830
2013-01-02qlcnic: 83xx adpater flash interface routinesSony Chacko3-0/+443
2013-01-02qlcnic: 83xx sysfs routinesSony Chacko6-122/+266
2013-01-02qlcnic: 83xx base driverSony Chacko3-175/+330
2013-01-02qlcnic: 83xx data path routinesSony Chacko7-133/+676
2013-01-02qlcnic: 83xx memory map and HW access routinesSony Chacko9-32/+2094
2013-01-02qlcnic: macros for common register accessHimanshu Madhani3-80/+107
2013-01-02qlcnic: change driver hardware interface mechanismSony Chacko9-518/+1035
2012-12-19qlcnic: update driver versionSigned-off-by: Sony Chacko1-2/+2
2012-12-19qlcnic: fix unused variable warningsShahed Shaikh4-12/+6
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman3-6/+5
2012-12-04qlcnic: rename module params with module_param_namedSony Chacko1-16/+16
2012-12-04qlcnic: fix bug in LRO descriptor access macroSony Chacko1-1/+1
2012-12-04qlcnic: update NIC partition interface routinesSony Chacko3-48/+89
2012-12-04qlcnic: get board name APISony Chacko2-31/+30
2012-12-04qlcnic: modify PCI and register access routinesSony Chacko4-162/+222
2012-12-04qlcnic: move HW specific data to seperate structureSony Chacko8-173/+177
2012-12-04qlcnic: add 82xx adapter specific checksSony Chacko2-8/+22
2012-12-03qlge: remove __dev* attributesBill Pemberton1-4/+4
2012-12-03qla3xxx: remove __dev* attributesBill Pemberton1-3/+3
2012-12-03qlcnic: remove __dev* attributesBill Pemberton1-5/+5
2012-12-03netxen: remove __dev* attributesBill Pemberton1-5/+5
2012-12-01qlcnic: remove duplicated include from qlcnic_sysfs.cWei Yongjun1-2/+0
2012-11-28qlcnic: fix coding style issues in qlcnic_minidump.cSony Chacko1-17/+17
2012-11-28qlcnic: create file qlcnic_minidump.c for dump utilitySony Chacko4-628/+632
2012-11-28qlcnic: fix style issues in qlcnic_sysfs.c fileSony Chacko1-116/+127
2012-11-28qlcnic: create file qlcnic_sysfs.c for sysfs routinesSony Chacko4-956/+969
2012-11-28qlcnic: fix coding style issues in qlcnic_io.cSony Chacko1-150/+113
2012-11-28qlcnic: create file qlcnic_io.c for datapath routinesSony Chacko5-1376/+1373
2012-11-25qlcnic: fix sparse check endian warningsShahed Shaikh6-221/+300
2012-11-18qlcnic: fix sparse warningsSony Chacko3-53/+65
2012-11-18qlcnic: fix compiler warningsSony Chacko5-25/+17
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2012-11-06drivers: ethernet: qlogic: netxen_nic_ethtool.c: Fixed a coding style issueKumar Amit Mehta1-43/+43
2012-11-06drivers: ethernet: qlogic: qlge_dbg.c: Fixed a coding style issueKumar Amit Mehta1-8/+8
2012-10-31netxen: explicity handle pause autoneg parameterFlavio Leitner1-0/+7
2012-10-31qla3xxx: remove unused variable in ql_process_mac_tx_intr()Wei Yongjun1-3/+0
2012-10-31qla3xxx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1