summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-061-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-073-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-271-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-291-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-101-1/+1
* qlge: Refactoring of ethtool stats.Jitendra Kalsaria2012-07-101-138/+157
* qlge: Moving low level frame error to ethtool statistics.Jitendra Kalsaria2012-07-103-27/+58
* qlge: Fixed double pci free upon tx_ring->q allocation failure.Jitendra Kalsaria2012-07-101-4/+6
* qlge: Added missing case statement to ethtool get_strings.Jitendra Kalsaria2012-07-101-0/+5
* qlge: Clean up ethtool set WOL routine.Jitendra Kalsaria2012-07-101-9/+0
* qlge: Fix ethtool WOL calls to operate only on devices that support WOL.Jitendra Kalsaria2012-07-102-4/+18
* qlge: Cleanup atomic queue threshold check.Jitendra Kalsaria2012-07-102-5/+1
* qlge: Fix TX queue stoppage due to full condition.Jitendra Kalsaria2012-07-101-1/+11
* qlge: remove unnecessary setting of skb->devJon Mason2012-07-101-2/+0
* qlcnic: remove unnecessary setting of skb->devJon Mason2012-07-101-2/+0
* netxen: remove unnecessary setting of skb->devJon Mason2012-07-101-2/+0
* qlge: set maximal number of default RSS queuesYuval Mintz2012-07-051-1/+1
* netxen_nic: restrict force firmware dump when dump is disabled.Manish chopra2012-06-292-5/+12
* netxen: Error return off by one for XG port.Santosh Nayak2012-06-252-4/+4
* netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.Santosh Nayak2012-06-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-151-1/+1
|\