summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2011-10-05ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov2-11/+0
2011-10-05ixgbe: send MFLCN to ethtoolEmil Tantilov1-1/+4
2011-10-05ixgbe: add support for new 82599 deviceEmil Tantilov3-0/+3
2011-10-05ixgbe: fix driver version initialization in firmwareJacob Keller1-3/+5
2011-10-05ixgbe: remove return code for functions that always return 0Emil Tantilov1-21/+9
2011-10-05ixgbe: clear the data field in ixgbe_read_i2c_byte_genericEmil Tantilov1-1/+2
2011-10-05ixgbe: prevent link checks while resettingEmil Tantilov1-1/+2
2011-10-05e1000e: make function tables constJeff Kirsher4-36/+36
2011-09-29ixgbe: add ECC warning for legacy interruptsDon Skidmore1-1/+5
2011-09-29ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore1-2/+12
2011-09-29ixgbe add thermal sensor support for x540 hardwareJacob Keller2-18/+50
2011-09-29ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend7-38/+190
2011-09-29ixgbe: disable LLI for FCoEVasu Dev1-3/+1
2011-09-29ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov3-159/+96
2011-09-29ixgbevf: Fix broken trunk vlanGreg Rose1-4/+2
2011-09-29e1000: don't enable dma receives until after dma address has been setupDean Nelson1-3/+3
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller14-245/+435
2011-09-23ixgb: finish conversion to ndo_fix_featuresMichał Mirosław2-43/+18
2011-09-23ixgb: eliminate checkstack warningsJesse Brandeburg7-24/+28
2011-09-23ixgbe: remove global reset to the MACEmil Tantilov1-17/+2
2011-09-23ixgbe: add WOL support for X540Emil Tantilov4-2/+30
2011-09-23ixgbe: avoid HW lockup when adapter is reset with Tx work pendingEmil Tantilov6-85/+104
2011-09-23ixgbe: dcb, set priority to traffic class mappingsJohn Fastabend1-0/+3
2011-09-23ixgbe: cleanup X540 interrupt enablementDon Skidmore1-2/+2
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend4-42/+69
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose5-97/+225
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-2/+8
2011-09-20igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck2-17/+23
2011-09-20igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck3-20/+20
2011-09-20igb: drop the "adv" off function names relating to descriptorsAlexander Duyck3-36/+36
2011-09-20igb: Refactor clean_rx_irq to reduce overhead and improve performanceAlexander Duyck1-49/+47
2011-09-20igb: update ring and adapter structure to improve performanceAlexander Duyck2-41/+46
2011-09-20igb: streamline Rx buffer allocation and cleanupAlexander Duyck2-88/+104
2011-09-20igb: drop support for single buffer modeAlexander Duyck3-86/+28
2011-09-20igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck2-9/+12
2011-09-20igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck2-16/+12
2011-09-17ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov1-2/+0
2011-09-17ixgbe: fix FCRTL/H register dump for X540Emil Tantilov1-0/+1
2011-09-17ixgbe: cleanup some register readsEmil Tantilov1-9/+21
2011-09-17ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck3-19/+35
2011-09-17ixgbe: drop adapter from ixgbe_fso call documentationAlexander Duyck1-1/+0
2011-09-17ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck1-0/+3
2011-09-17ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck1-0/+4
2011-09-17ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck2-18/+7
2011-09-17v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck1-4/+6
2011-09-17ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck1-9/+4
2011-09-17ixgb: convert to ndo_fix_featuresMichał Mirosław3-61/+31
2011-09-17ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings1-0/+2
2011-09-17ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-3/+2
2011-09-16Merge git://github.com/Jkirsher/net-nextDavid S. Miller7-580/+341