aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
2012-06-26ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck
2012-05-09ixgbe: cleanup the hwmon function callsDon Skidmore
2012-05-09ixgbe: Enable timesync clock-out feature for PPS support on X540Jacob E Keller
2012-05-09ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC)Jacob Keller
2012-05-09ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow controlAlexander Duyck
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend
2012-05-02ixgbe: add hwmon interface to export thermal dataDon Skidmore
2012-04-27ixgbe: check for WoL support in single functionJacob Keller
2012-03-27ixgbe: fix typo in enumeration nameDon Skidmore
2012-03-19ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher
2012-03-19ixgbe: Correct flag values set by ixgbe_fix_featuresAlexander Duyck
2012-03-19ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash commandAlexander Duyck
2012-03-19ixgbe: Update layout of ixgbe_ring structure to improve cache performanceAlexander Duyck
2012-03-19ixgbe: Store Tx flags and protocol information to tx_buffer soonerAlexander Duyck
2012-03-17ixgbe: always write DMA for single_mapped value with skbAlexander Duyck
2012-03-17ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck
2012-03-17ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck
2012-03-17ixgbe: Replace standard receive path with a page based receiveAlexander Duyck
2012-03-14ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck
2012-03-12ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck
2012-03-12ixgbe: Allocate rings as part of the q_vectorAlexander Duyck
2012-03-12ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck
2012-03-12ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck
2012-02-10ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck
2012-02-10ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck
2012-02-10ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck
2012-02-10ixgbe: Minor refactor of RSCAlexander Duyck
2012-02-03ixgbe: update copyright to 2012Don Skidmore
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh
2011-10-17ixgbe: change the eeprom version reported by ethtoolEmil Tantilov
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose
2011-10-12ixgbe: Add protection from VF invalid target DMAGreg Rose
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov
2011-09-23ixgbe: add WOL support for X540Emil Tantilov
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck
2011-09-15ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck
2011-08-29ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck
2011-08-27ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck
2011-08-19ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ringAlexander Duyck
2011-08-19ixgbe: Refactor transmit map and cleanup routinesAlexander Duyck
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher