summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2011-09-15bna: Async Mode Tx Rx Init FixRasesh Mody3-7/+27
2011-09-15bna: Ethtool Enhancements and FixRasesh Mody3-19/+92
2011-09-15bna: Initialization and Locking FixRasesh Mody2-2/+12
2011-09-15bna: Formatting and Code CleanupRasesh Mody8-107/+24
2011-09-15bna: TX Path and RX Path ChangesRasesh Mody2-95/+191
2011-09-15bna: Interrupt Polling and NAPI Init ChangesRasesh Mody2-30/+54
2011-09-15bna: PCI Probe FixRasesh Mody1-1/+7
2011-09-15bna: Naming Change and Minor Macro FixRasesh Mody4-19/+21
2011-09-15r8169: convert to SKB paged frag API.Ian Campbell1-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-15pasemi: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-09-15ns83820: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-09-15niu: convert to SKB paged frag API.Ian Campbell1-5/+2
2011-09-15netxen: convert to SKB paged frag API.Ian Campbell1-2/+2
2011-09-15mv643xx: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-09-15ksz884x: convert to SKB paged frag API.Ian Campbell1-2/+1
2011-09-15jme: convert to SKB paged frag API.Ian Campbell1-2/+3
2011-09-15ibmveth: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-30bnx2x: Fix build errorDmitry Kravkov1-1/+1
2011-08-30qlcnic: add beacon test support.Sucheta Chakraborty3-2/+108
2011-08-30qlcnic: fix cdrp race conditionSritej Velaga4-32/+95
2011-08-30qlcnic: Add FLT entry for CO cards FW image regionSritej Velaga2-2/+10
2011-08-30qlcnic: Change debug messages in loopback pathManish chopra2-8/+13
2011-08-30qlcnic: detect fan failureSony Chacko3-7/+27
2011-08-29ixgbe: clear RNBC only for 82598Emil Tantilov1-2/+3
2011-08-29ixgbe: add check for supported modesEmil Tantilov1-3/+7
2011-08-29ixgbe: fix ixgbe_fc_autoneg_fiber bugDon Skidmore1-2/+2
2011-08-29ixgbe: cleanup feature flags in ixgbe_probeDon Skidmore1-1/+0
2011-08-29ixgbe: PFC not cleared on X540 devicesJohn Fastabend2-1/+4
2011-08-29ixgbe: consolidate, setup for multiple traffic classesJohn Fastabend2-49/+27
2011-08-29ixgbe: remove unneeded fdir pb alloc caseJohn Fastabend1-87/+0
2011-08-29ixgbe: fixup remaining call sites for arbitrary TCsJohn Fastabend1-2/+2
2011-08-29ixgbe: Always tag VLAN tagged packetsAlexander Duyck1-1/+2
2011-08-29ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck2-2/+16
2011-08-29benet: remove bogus "unlikely" on vlan checkJiri Pirko1-2/+2
2011-08-29cnic: Add timeout for ramrod replies.Michael Chan3-7/+13
2011-08-29cnic, bnx2fc: Increase maximum FCoE sessions.Michael Chan2-7/+9
2011-08-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller51-0/+51
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher51-0/+51
2011-08-27ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck2-139/+60
2011-08-27ixgbe: Simplify transmit cleanup pathAlexander Duyck1-5/+5
2011-08-27ixgbevf: convert to ndo_fix_featuresMichał Mirosław2-51/+20
2011-08-27ixgbevf: provide 64 bit statisticsEric Dumazet2-12/+48
2011-08-27ixgbevf: Check if EOP has changed before using itGreg Rose1-0/+4
2011-08-27e1000e: convert to netdev features/hw_features APIBruce Allan6-113/+38
2011-08-26Merge branch 'davem-next.mii' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-194/+69
2011-08-26e1000: save skb counts in TX to avoid cache missesDean Nelson2-9/+11
2011-08-26bna: off by one in bfa_msgq_rspq_pi_update()Dan Carpenter1-1/+1