aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones4-17/+29
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 Dumazet4-12/+12
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2-6/+0
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell4-8/+8
2011-09-23qlcnic: Change CDRP functionAnirban Chakraborty3-222/+185
2011-09-23qlcnic: Added error logging for firmware abortAmeen Rahman1-3/+8
2011-09-20netxen: Add pcie workaroundRajesh Borundia2-3/+64
2011-09-20netxen: Fix vhdr_len in case of non vlan packets.Rajesh Borundia1-1/+1
2011-09-15qlge: convert to SKB paged frag API.Ian Campbell1-12/+6
2011-09-15qlcnic: convert to SKB paged frag API.Ian Campbell1-2/+2
2011-09-15qla3xxx: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-09-15netxen: 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