aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2011-10-05e1000e: make function tables constGravatar Jeff Kirsher 4-36/+36
2011-09-28ixgbe: add ECC warning for legacy interruptsGravatar Don Skidmore 1-1/+5
2011-09-28ixgbe: cleanup ixgbe_setup_gpie() for X540Gravatar Don Skidmore 1-2/+12
2011-09-28ixgbe add thermal sensor support for x540 hardwareGravatar Jacob Keller 2-18/+50
2011-09-28ixgbe: update {P}FC thresholds to account for X540 and loopbackGravatar John Fastabend 7-38/+190
2011-09-28ixgbe: disable LLI for FCoEGravatar Vasu Dev 1-3/+1
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicGravatar Emil Tantilov 3-159/+96
2011-09-28ixgbevf: Fix broken trunk vlanGravatar Greg Rose 1-4/+2
2011-09-28e1000: don't enable dma receives until after dma address has been setupGravatar Dean Nelson 1-3/+3
2011-09-23Merge git://github.com/Jkirsher/net-nextGravatar David S. Miller 14-245/+435
2011-09-23ixgb: finish conversion to ndo_fix_featuresGravatar Michał Mirosław 2-43/+18
2011-09-23ixgb: eliminate checkstack warningsGravatar Jesse Brandeburg 7-24/+28
2011-09-23ixgbe: remove global reset to the MACGravatar Emil Tantilov 1-17/+2
2011-09-23ixgbe: add WOL support for X540Gravatar Emil Tantilov 4-2/+30
2011-09-23ixgbe: avoid HW lockup when adapter is reset with Tx work pendingGravatar Emil Tantilov 6-85/+104
2011-09-23ixgbe: dcb, set priority to traffic class mappingsGravatar John Fastabend 1-0/+3
2011-09-23ixgbe: cleanup X540 interrupt enablementGravatar Don Skidmore 1-2/+2
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeGravatar John Fastabend 4-42/+69
2011-09-23ixgbe: Reconfigure SR-IOV InitGravatar Greg Rose 5-97/+225
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 2-2/+8
2011-09-19igb: Remove multi_tx_table and simplify igb_xmit_frameGravatar Alexander Duyck 2-17/+23
2011-09-19igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCGravatar Alexander Duyck 3-20/+20
2011-09-19igb: drop the "adv" off function names relating to descriptorsGravatar Alexander Duyck 3-36/+36
2011-09-19igb: Refactor clean_rx_irq to reduce overhead and improve performanceGravatar Alexander Duyck 1-49/+47
2011-09-19igb: update ring and adapter structure to improve performanceGravatar Alexander Duyck 2-41/+46
2011-09-19igb: streamline Rx buffer allocation and cleanupGravatar Alexander Duyck 2-88/+104
2011-09-19igb: drop support for single buffer modeGravatar Alexander Duyck 3-86/+28
2011-09-19igb: Update max_frame_size to account for an optional VLAN tag if presentGravatar Alexander Duyck 2-9/+12
2011-09-19igb: Update RXDCTL/TXDCTL configurationsGravatar Alexander Duyck 2-16/+12
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesGravatar Emil Tantilov 1-2/+0
2011-09-16ixgbe: fix FCRTL/H register dump for X540Gravatar Emil Tantilov 1-0/+1
2011-09-16ixgbe: cleanup some register readsGravatar Emil Tantilov 1-9/+21
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCGravatar Alexander Duyck 3-19/+35
2011-09-16ixgbe: drop adapter from ixgbe_fso call documentationGravatar Alexander Duyck 1-1/+0
2011-09-16ixgbe: Add SFP support for missed 82598 PHYGravatar Alexander Duyck 1-0/+3
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptGravatar Alexander Duyck 1-0/+4
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsGravatar Alexander Duyck 2-18/+7
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeGravatar Alexander Duyck 1-4/+6
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateGravatar Alexander Duyck 1-9/+4
2011-09-16ixgb: convert to ndo_fix_featuresGravatar Michał Mirosław 3-61/+31
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLGravatar Ben Hutchings 1-0/+2
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCGravatar Ben Hutchings 1-3/+2
2011-09-16Merge git://github.com/Jkirsher/net-nextGravatar David S. Miller 7-580/+341
2011-09-16Merge branch 'master' of ../netdev-next/Gravatar David S. Miller 7-30/+22
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptGravatar Alexander Duyck 2-95/+97
2011-09-15ixgbe: cleanup configuration of EITRSEL and VF reset pathGravatar Alexander Duyck 1-12/+13
2011-09-15ixgbe: cleanup reset pathsGravatar Alexander Duyck 4-83/+43
2011-09-15ixgbe: Update TXDCTL configuration to correctly handle WTHRESHGravatar Alexander Duyck 1-17/+18
2011-09-15ixgbe: combine PCI_VDEVICE and board declaration to same lineGravatar Alexander Duyck 1-53/+26
2011-09-15ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupGravatar Alexander Duyck 1-9/+9