aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-16netxen: qlogic ethernet : Fix endian bug.Santosh Nayak3-9/+9
2012-03-06qla3xxx: ethernet: Silence static checker warning.Santosh Nayak1-1/+1
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2012-03-05qla3xxx: ethernet: Fix bogus interrupt state flag.Santosh Nayak1-3/+2
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2-2/+2
2012-02-08netxen_nic: signedness bug in netxen_md_entry_err_chk()Dan Carpenter1-1/+1
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi3-3/+3
2012-02-04qlge: Bumped driver version to 1.00.00.30.Jitendra Kalsaria1-1/+1
2012-02-04qlge: Fix memory leak in the process of refillJitendra Kalsaria1-3/+5
2012-02-04qlge: Removing needless print's which are notJitendra Kalsaria1-70/+1
2012-02-04qlge: Fixed invalid reference to ip headerJitendra Kalsaria1-3/+4
2012-02-04qlcnic: Fix API unlockManish chopra2-4/+3
2012-02-04qlcnic: Fix firmware abort code check.Sritej Velaga1-1/+1
2012-02-04qlcnic: report valid speed and duplex status when link is downSony Chacko2-6/+9
2012-02-04qlcnic: Stop pause ctrl frames on fw hang.Sritej Velaga1-2/+12
2012-02-04netxen: report valid speed and duplex status when link is downSony Chacko2-2/+7
2012-02-04netxen: Fix a panic during driver unload in device_remove_fileRajesh Borundia1-5/+3
2012-02-04netxen_nic: Error logging on firmware hangSritej Velaga2-2/+20
2012-02-04netxen_nic: Fix phy link statusSritej Velaga1-1/+5
2012-02-04netxen_nic: fw dump supportManish chopra6-22/+1380
2012-02-04netxen_nic: fix cdrp race conditionSritej Velaga2-72/+89
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches3-3/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2-12/+4
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2-18/+30
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2011-11-23qlge: fix size of external list for TX address descriptorsThadeu Lima de Souza Cascardo1-5/+3
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław5-13/+19