aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2011-10-06e1000e: WoL can fail on 82578DMBruce Allan
2011-10-05ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599Emil Tantilov
2011-10-05ixgbe: get pauseparam autonegMika Lansirinne
2011-10-05ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov
2011-10-05ixgbe: send MFLCN to ethtoolEmil Tantilov
2011-10-05ixgbe: add support for new 82599 deviceEmil Tantilov
2011-10-05ixgbe: fix driver version initialization in firmwareJacob Keller
2011-10-05ixgbe: remove return code for functions that always return 0Emil Tantilov
2011-10-05ixgbe: clear the data field in ixgbe_read_i2c_byte_genericEmil Tantilov
2011-10-05ixgbe: prevent link checks while resettingEmil Tantilov
2011-10-05e1000e: make function tables constJeff Kirsher
2011-09-28ixgbe: add ECC warning for legacy interruptsDon Skidmore
2011-09-28ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore
2011-09-28ixgbe add thermal sensor support for x540 hardwareJacob Keller
2011-09-28ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend
2011-09-28ixgbe: disable LLI for FCoEVasu Dev
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov
2011-09-28ixgbevf: Fix broken trunk vlanGreg Rose
2011-09-28e1000: don't enable dma receives until after dma address has been setupDean Nelson
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller
2011-09-23ixgb: finish conversion to ndo_fix_featuresMichał Mirosław
2011-09-23ixgb: eliminate checkstack warningsJesse Brandeburg
2011-09-23ixgbe: remove global reset to the MACEmil Tantilov
2011-09-23ixgbe: add WOL support for X540Emil Tantilov
2011-09-23ixgbe: avoid HW lockup when adapter is reset with Tx work pendingEmil Tantilov
2011-09-23ixgbe: dcb, set priority to traffic class mappingsJohn Fastabend
2011-09-23ixgbe: cleanup X540 interrupt enablementDon Skidmore
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-19igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck
2011-09-19igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck
2011-09-19igb: drop the "adv" off function names relating to descriptorsAlexander Duyck
2011-09-19igb: Refactor clean_rx_irq to reduce overhead and improve performanceAlexander Duyck
2011-09-19igb: update ring and adapter structure to improve performanceAlexander Duyck
2011-09-19igb: streamline Rx buffer allocation and cleanupAlexander Duyck
2011-09-19igb: drop support for single buffer modeAlexander Duyck
2011-09-19igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck
2011-09-19igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov
2011-09-16ixgbe: fix FCRTL/H register dump for X540Emil Tantilov
2011-09-16ixgbe: cleanup some register readsEmil Tantilov
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck
2011-09-16ixgbe: drop adapter from ixgbe_fso call documentationAlexander Duyck
2011-09-16ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck
2011-09-16ixgb: convert to ndo_fix_featuresMichał Mirosław