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