aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds1-1/+1
2012-09-27qlcnic: Fix scheduling while atomic bugNarendra K1-2/+2
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-10qlcnic: remove unnecessary setting of skb->devJon Mason1-2/+0
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 Torvalds1-2/+1
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-04-30qlogic: get rid of a redundant test for NULL before call to release_firmware()Jesper Juhl1-2/+1
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-03-23qlcnic: Bug fix for LROAnirban Chakraborty2-3/+5
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2-2/+2
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-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+6
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław3-7/+9
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-5/+8
2011-10-30qlcnic: fix beacon and LED test.Sucheta Chakraborty3-31/+57
2011-10-30qlcnic: updated reset sequenceSony Chacko2-2/+50
2011-10-30qlcnic: reset loopback mode if promiscous mode setting fails.Sucheta Chakraborty1-1/+1
2011-10-30qlcnic: skip IDC ack check in fw reset path.Sritej Velaga1-1/+8
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-3/+0
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+2
2011-09-23qlcnic: Change CDRP functionAnirban Chakraborty3-222/+185
2011-09-23qlcnic: Added error logging for firmware abortAmeen Rahman1-3/+8
2011-09-15qlcnic: convert to SKB paged frag API.Ian Campbell1-2/+2
2011-08-29qlcnic: add beacon test support.Sucheta Chakraborty3-2/+108
2011-08-29qlcnic: fix cdrp race conditionSritej Velaga4-32/+95
2011-08-29qlcnic: Add FLT entry for CO cards FW image regionSritej Velaga2-2/+10
2011-08-29qlcnic: Change debug messages in loopback pathManish chopra2-8/+13
2011-08-29qlcnic: detect fan failureSony Chacko3-7/+27
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10qlogic: Move the QLogic driversJeff Kirsher8-0/+13012