summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2011-10-08igb: add support for NETIF_F_RXHASHAlexander Duyck
2011-10-08igb: move TX hang check flag into ring->flagsAlexander Duyck
2011-10-08igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck
2011-10-08igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck
2011-10-08igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck
2011-10-08igb: cleanup IVAR configurationAlexander Duyck
2011-10-08igb: Move ITR related data into work container within the q_vectorAlexander Duyck
2011-10-08igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck
2011-10-08igb: avoid unnecessary conversions from u16 to intAlexander Duyck
2011-10-08igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck
2011-10-08igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck
2011-10-07igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck
2011-10-07igb: Cleanup protocol handling in transmit pathAlexander Duyck
2011-10-07igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck
2011-10-07igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck
2011-10-07igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck
2011-10-07igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck
2011-10-07igb: Make Tx budget for NAPI user adjustableAlexander Duyck
2011-10-07e1000e: bad short packets received when jumbos enabled on 82579Bruce Allan
2011-10-07e1000: convert to private mutex from rtnlJesse Brandeburg
2011-10-07e1000: convert mdelay to msleepJesse Brandeburg
2011-10-07e1000: convert hardware management from timers to threadsJesse Brandeburg
2011-10-07ixgbe: bump version numberDon Skidmore
2011-10-06igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin
2011-10-06igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin
2011-10-06igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin
2011-10-06ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend
2011-10-06ixgbe: Fix PFC mask generationMark Rustad
2011-10-06e1000e: WoL fails on device ID 0x1501Bruce Allan
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-29ixgbe: add ECC warning for legacy interruptsDon Skidmore
2011-09-29ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore
2011-09-29ixgbe add thermal sensor support for x540 hardwareJacob Keller
2011-09-29ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend
2011-09-29ixgbe: disable LLI for FCoEVasu Dev
2011-09-29ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov