summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck2011-10-073-28/+39
| * igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck2011-10-072-17/+6
| * igb: cleanup IVAR configurationAlexander Duyck2011-10-071-64/+56
| * igb: Move ITR related data into work container within the q_vectorAlexander Duyck2011-10-074-123/+118
| * igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck2011-10-072-14/+19
| * igb: avoid unnecessary conversions from u16 to intAlexander Duyck2011-10-072-7/+7
| * igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck2011-10-072-5/+79
| * igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck2011-10-072-50/+54
* | net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-078-32/+0
|/
* igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck2011-10-072-142/+184
* igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck2011-10-062-16/+17
* igb: Cleanup protocol handling in transmit pathAlexander Duyck2011-10-061-12/+11
* igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck2011-10-063-44/+65
* igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck2011-10-062-31/+37
* igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck2011-10-061-127/+106
* igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck2011-10-063-88/+92
* igb: Make Tx budget for NAPI user adjustableAlexander Duyck2011-10-063-53/+87
* e1000e: bad short packets received when jumbos enabled on 82579Bruce Allan2011-10-061-1/+1
* e1000: convert to private mutex from rtnlJesse Brandeburg2011-10-062-9/+31
* e1000: convert mdelay to msleepJesse Brandeburg2011-10-062-12/+12
* e1000: convert hardware management from timers to threadsJesse Brandeburg2011-10-062-84/+55
* ixgbe: bump version numberDon Skidmore2011-10-061-2/+2
* igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin2011-10-061-0/+5
* igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin2011-10-061-2/+2
* igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin2011-10-061-0/+6
* ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend2011-10-062-2/+12
* ixgbe: DCB X540 devices support max traffic class of 4John Fastabend2011-10-062-3/+19
* ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend2011-10-066-34/+101
* ixgbe: Fix PFC mask generationMark Rustad2011-10-061-1/+1
* e1000e: WoL fails on device ID 0x1501Bruce Allan2011-10-061-4/+6
* e1000e: WoL can fail on 82578DMBruce Allan2011-10-061-5/+10
* ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599Emil Tantilov2011-10-053-8/+1
* ixgbe: get pauseparam autonegMika Lansirinne2011-10-051-7/+1
* ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov2011-10-052-11/+0
* ixgbe: send MFLCN to ethtoolEmil Tantilov2011-10-051-1/+4
* ixgbe: add support for new 82599 deviceEmil Tantilov2011-10-053-0/+3
* ixgbe: fix driver version initialization in firmwareJacob Keller2011-10-051-3/+5
* ixgbe: remove return code for functions that always return 0Emil Tantilov2011-10-051-21/+9
* ixgbe: clear the data field in ixgbe_read_i2c_byte_genericEmil Tantilov2011-10-051-1/+2
* ixgbe: prevent link checks while resettingEmil Tantilov2011-10-051-1/+2
* e1000e: make function tables constJeff Kirsher2011-10-054-36/+36
* ixgbe: add ECC warning for legacy interruptsDon Skidmore2011-09-281-1/+5
* ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore2011-09-281-2/+12
* ixgbe add thermal sensor support for x540 hardwareJacob Keller2011-09-282-18/+50
* ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend2011-09-287-38/+190
* ixgbe: disable LLI for FCoEVasu Dev2011-09-281-3/+1
* ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov2011-09-283-159/+96
* ixgbevf: Fix broken trunk vlanGreg Rose2011-09-281-4/+2
* e1000: don't enable dma receives until after dma address has been setupDean Nelson2011-09-281-3/+3
* Merge git://github.com/Jkirsher/net-nextDavid S. Miller2011-09-2314-245/+435
|\