aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-29ixgbe: Add support for pipeline resetDon Skidmore1-0/+1
2012-10-22ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller1-2/+2
2012-10-22ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck1-0/+2
2012-10-19ixgbe: Add mailbox API version negotiation support to ixgbe PFAlexander Duyck1-0/+1
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck1-1/+1
2012-09-15ixgbe: add debugfs supportCatherine Sullivan1-1/+9
2012-08-16ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck1-0/+1
2012-08-16ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck1-6/+18
2012-07-21ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck1-7/+8
2012-07-21ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck1-1/+0
2012-07-19ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck1-1/+2
2012-07-19ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck1-1/+1
2012-07-18ixgbe: Cleanup holes in flags after removing several of themAlexander Duyck1-25/+25
2012-07-18ixgbe: Retire RSS enabled and capable flagsAlexander Duyck1-2/+0
2012-07-18ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck1-0/+4
2012-07-14ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck1-0/+1
2012-07-11ixgbe: Add feature offset value to ring featuresAlexander Duyck1-1/+2
2012-07-11ixgbe: Add upper limit to ring featuresAlexander Duyck1-1/+2
2012-07-11ixgbe: count q_vectors instead of MSI-X vectorsAlexander Duyck1-7/+7
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-26ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck1-2/+2
2012-06-14ixgbe: Check PTP Rx timestamps via BPF filterJacob Keller1-0/+2
2012-05-09ixgbe: cleanup the hwmon function callsDon Skidmore1-0/+2
2012-05-09ixgbe: Enable timesync clock-out feature for PPS support on X540Jacob E Keller1-0/+2
2012-05-09ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC)Jacob Keller1-0/+32
2012-05-09ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow controlAlexander Duyck1-0/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend1-3/+0
2012-05-02ixgbe: add hwmon interface to export thermal dataDon Skidmore1-0/+26
2012-04-27ixgbe: check for WoL support in single functionJacob Keller1-0/+2
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