aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27ixgbe: fix typo in enumeration nameDon Skidmore1-1/+1
2012-03-19ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher1-0/+5
2012-03-19ixgbe: Correct flag values set by ixgbe_fix_featuresAlexander Duyck1-2/+0
2012-03-19ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash commandAlexander Duyck1-1/+2
2012-03-19ixgbe: Update layout of ixgbe_ring structure to improve cache performanceAlexander Duyck1-9/+9
2012-03-19ixgbe: Store Tx flags and protocol information to tx_buffer soonerAlexander Duyck1-1/+2
2012-03-17ixgbe: always write DMA for single_mapped value with skbAlexander Duyck1-3/+2
2012-03-17ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck1-5/+6
2012-03-17ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck1-1/+0
2012-03-17ixgbe: Replace standard receive path with a page based receiveAlexander Duyck1-19/+26
2012-03-14ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck1-4/+0
2012-03-12ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck1-0/+4
2012-03-12ixgbe: Allocate rings as part of the q_vectorAlexander Duyck1-4/+6
2012-03-12ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck1-1/+1
2012-03-12ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck1-46/+48
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck1-0/+5
2012-02-10ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck1-1/+2
2012-02-10ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck1-3/+3
2012-02-10ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck1-2/+8
2012-02-10ixgbe: Minor refactor of RSCAlexander Duyck1-3/+7
2012-02-03ixgbe: update copyright to 2012Don Skidmore1-1/+1
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh1-0/+3
2011-10-17ixgbe: change the eeprom version reported by ethtoolEmil Tantilov1-1/+2
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose1-1/+2
2011-10-12ixgbe: Add protection from VF invalid target DMAGreg Rose1-0/+4
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov1-11/+14
2011-09-23ixgbe: add WOL support for X540Emil Tantilov1-0/+1
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose1-0/+1
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck1-4/+7
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck1-1/+1
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck1-1/+0
2011-09-15ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck1-0/+1
2011-08-29ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck1-1/+2
2011-08-27ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck1-5/+2
2011-08-19ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ringAlexander Duyck1-7/+9
2011-08-19ixgbe: Refactor transmit map and cleanup routinesAlexander Duyck1-6/+7
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+617