aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-07drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c: fix error return codePeter Senna Tschudin1-1/+2
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-4/+4
2012-09-27qlcnic: Fix scheduling while atomic bugNarendra K1-2/+2
2012-09-18netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov1-0/+4
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas3-3/+3
2012-09-07netdev: make pci_error_handlers constStephen Hemminger3-3/+3
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-1/+1
2012-07-29qlge: Add offload features to vlan interfacesbrenohl@br.ibm.com1-0/+1
2012-07-18qlge: fix an "&&" vs "||" bugDan Carpenter1-1/+1
2012-07-12netxen: fix link notification orderFlavio Leitner1-2/+2
2012-07-11qlge: fix endian issueLi RongQing1-3/+3
2012-07-10qlge: Bumped driver version to 1.00.00.31Jitendra Kalsaria1-1/+1
2012-07-10qlge: Refactoring of ethtool stats.Jitendra Kalsaria1-138/+157
2012-07-10qlge: Moving low level frame error to ethtool statistics.Jitendra Kalsaria3-27/+58
2012-07-10qlge: Fixed double pci free upon tx_ring->q allocation failure.Jitendra Kalsaria1-4/+6
2012-07-10qlge: Added missing case statement to ethtool get_strings.Jitendra Kalsaria1-0/+5
2012-07-10qlge: Clean up ethtool set WOL routine.Jitendra Kalsaria1-9/+0
2012-07-10qlge: Fix ethtool WOL calls to operate only on devices that support WOL.Jitendra Kalsaria2-4/+18
2012-07-10qlge: Cleanup atomic queue threshold check.Jitendra Kalsaria2-5/+1
2012-07-10qlge: Fix TX queue stoppage due to full condition.Jitendra Kalsaria1-1/+11
2012-07-10qlge: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-07-10qlcnic: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-07-10netxen: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-07-05qlge: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-06-29netxen_nic: restrict force firmware dump when dump is disabled.Manish chopra2-5/+12
2012-06-25netxen: Error return off by one for XG port.Santosh Nayak2-4/+4
2012-06-25netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.Santosh Nayak1-2/+2
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-15qlcnic: off by one in qlcnic_init_pci_info()Dan Carpenter1-1/+1
2012-06-07qlcnic: Fix protcol type in case of inband vlan.Rajesh Borundia2-2/+3
2012-06-07qlcnic: fix unsupported CDRP command error message.Jitendra Kalsaria2-5/+33
2012-06-07qlcnic: Fix estimation of recv MSS in case of LRORajesh Borundia5-0/+23
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+2
2012-05-15qlcnic-ethtool: set the ethtool_dump flag by ETH_FW_DUMP_DISABLE value that is zero, if firmware dump is disabled.Manish chopra1-1/+6
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+2
2012-05-09netxen_nic: Fix estimation of recv MSS in case of LRORajesh Borundia5-4/+23
2012-05-09netxen: added miniDIMM support in driver.Sucheta Chakraborty3-0/+163
2012-05-09netxen_nic: Allow only useful and recommended firmware dump capture mask valuesManish chopra2-8/+13
2012-05-09netxen_nic: disable minidump by defaultSritej Velaga1-1/+1
2012-04-30qlogic: get rid of a redundant test for NULL before call to release_firmware()Jesper Juhl2-4/+2
2012-04-27qlcnic: Allow a predefined set of capture masks for FW dumpManish Chopra3-18/+24
2012-04-27qlcnic: Adding mac statistics to ethtool.Jitendra Kalsaria3-30/+226
2012-04-27qlcnic: Register device in FAILED state.Sucheta Chakraborty4-13/+93
2012-04-14net: Fix spelling typo in netMasanari Iida1-1/+1
2012-03-23qlcnic: Bug fix for LROAnirban Chakraborty2-3/+5