aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-24qlcnic: Add support to enable/disable FW dump capabilityAnirban Chakraborty4-3/+28
2011-06-24qlcnic: fix default operating state of interfaceAmit Kumar Salecha1-2/+2
2011-06-24qlcnic: fix initial number of msix entries in adapter.Sucheta Chakraborty2-5/+2
2011-06-24qlcnic: Add code to tune FW dumpAnirban Chakraborty2-6/+13
2011-06-24qlcnic: Remove holding api lock while taking the dumpAnirban Chakraborty2-9/+5
2011-06-24qlcnic: Add capability to take FW dump deterministicallySritej Velaga3-10/+27
2011-06-23ixgbe: update driver version stringDon Skidmore2-5/+6
2011-06-23ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck2-3/+7
2011-06-23ixgbe: disable RSC when Rx checksum is offEmil Tantilov1-11/+33
2011-06-23ixgbe: move reset code into a separate functionEmil Tantilov1-12/+14
2011-06-23ixgbe: move setting RSC into a separate functionEmil Tantilov1-16/+18
2011-06-23ixgbe: add support for nfc addition and removal of filtersAlexander Duyck2-0/+290
2011-06-23ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck2-0/+113
2011-06-23ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck1-0/+19
2011-06-23ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck4-280/+368
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck3-41/+30
2011-06-23ixgbe: remove ntuple filteringAlexander Duyck1-136/+0
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger5-2/+51
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker6-6/+6
2011-06-21irda: fix smsc-ircc2 section mismatch warningRandy Dunlap1-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan41-0/+41
2011-06-21cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840Michael Chan4-9/+30
2011-06-21mv643xx_eth: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-21mv643xx_eth: fix race in trasmit path.Richard Cochran1-2/+4
2011-06-21xen: convert to 64 bit stats interfacestephen hemminger1-5/+64
2011-06-21vxge: fix 64 bit access on 32 bit platformsstephen hemminger2-40/+59
2011-06-21ifb: convert to 64 bit statsstephen hemminger1-9/+47
2011-06-21drivers/net: Remove casts of void *Joe Perches41-147/+124
2011-06-21ixgbe: setup per CPU PCI pool for FCoE DDPVasu Dev2-36/+82
2011-06-21ixgbe: add support for Dell CEMEmil Tantilov7-0/+229
2011-06-21ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routineJohn Fastabend1-57/+1
2011-06-21ixgbe: DCB and perfect filters can coexistJohn Fastabend1-1/+0
2011-06-21ixgbe: fix bit mask for DCB versionJohn Fastabend1-1/+1
2011-06-21ixgbe: setup redirection table for multiple packet buffersJohn Fastabend1-1/+5
2011-06-21ixgbe: DCB 82598 devices, tx_idx and rx_idx swappedJohn Fastabend1-2/+2
2011-06-21ixgbe: DCB use existing TX and RX queuesJohn Fastabend2-60/+49
2011-06-21ixgbe: configure minimal packet buffers to support TCJohn Fastabend3-114/+138
2011-06-21ixgbe: consolidate MRQC and MTQC handlingJohn Fastabend2-57/+7
2011-06-21ixgbe: consolidate packet buffer allocationJohn Fastabend13-170/+160
2011-06-21ixgbe: dcbnl reduce duplicated code and indentationJohn Fastabend1-26/+23
2011-06-21ixgbevf: remove unnecessary ampersandsStephen Hemminger1-11/+11
2011-06-21ixgbevf: Fix bungled declaration of ixgbevf_mbx_opsGreg Rose2-2/+2
2011-06-21igb: convert to ndo_fix_featuresMichał Mirosław2-74/+26
2011-06-21e1000: convert to ndo_fix_featuresMichał Mirosław2-73/+26
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller257-1620/+4531
2011-06-20Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds10-61/+84
2011-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-38/+490
2011-06-21drm/radeon/kms/r6xx+: voltage fixesAlex Deucher4-0/+16
2011-06-20pxa168_eth: fix race in transmit path.Richard Cochran1-1/+1
2011-06-20gianfar v5: implement nfcSebastian Poehn3-4/+989