Age | Commit message (Expand) | Author |
2012-11-28 | ixgbe: Make the bridge mode setting sticky | Greg Rose |
2012-11-01 | ptp: Enable clock drivers along with associated net/PHY drivers | Ben Hutchings |
2012-10-29 | ixgbe: Add support for pipeline reset | Don Skidmore |
2012-10-22 | ixgbe: (PTP) refactor init, cyclecounter and reset | Jacob Keller |
2012-10-22 | ixgbe: Add support for tracking the default user priority to SR-IOV | Alexander Duyck |
2012-10-19 | ixgbe: Add mailbox API version negotiation support to ixgbe PF | Alexander Duyck |
2012-10-09 | ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs | Alexander Duyck |
2012-09-15 | ixgbe: add debugfs support | Catherine Sullivan |
2012-08-16 | ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor | Alexander Duyck |
2012-08-16 | ixgbe: Only use double buffering if page size is less than 8K | Alexander Duyck |
2012-07-21 | ixgbe: Reduce Rx header size to what is actually used | Alexander Duyck |
2012-07-21 | ixgbe: Change how we check for pre-existing and assigned VFs | Alexander Duyck |
2012-07-19 | ixgbe: Make FCoE allocation and configuration closer to how rings work | Alexander Duyck |
2012-07-19 | ixgbe: Use VMDq offset to indicate the default pool | Alexander Duyck |
2012-07-18 | ixgbe: Cleanup holes in flags after removing several of them | Alexander Duyck |
2012-07-18 | ixgbe: Retire RSS enabled and capable flags | Alexander Duyck |
2012-07-18 | ixgbe: Add support for SR-IOV w/ DCB or RSS | Alexander Duyck |
2012-07-14 | ixgbe: Add function for obtaining FCoE TC based on FCoE user priority | Alexander Duyck |
2012-07-11 | ixgbe: Add feature offset value to ring features | Alexander Duyck |
2012-07-11 | ixgbe: Add upper limit to ring features | Alexander Duyck |
2012-07-11 | ixgbe: count q_vectors instead of MSI-X vectors | Alexander Duyck |
2012-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-06-26 | ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP | Alexander Duyck |
2012-06-14 | ixgbe: Check PTP Rx timestamps via BPF filter | Jacob Keller |
2012-05-09 | ixgbe: cleanup the hwmon function calls | Don Skidmore |
2012-05-09 | ixgbe: Enable timesync clock-out feature for PPS support on X540 | Jacob E Keller |
2012-05-09 | ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC) | Jacob Keller |
2012-05-09 | ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow control | Alexander Duyck |
2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-05-03 | ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg() | John Fastabend |
2012-05-02 | ixgbe: add hwmon interface to export thermal data | Don Skidmore |
2012-04-27 | ixgbe: check for WoL support in single function | Jacob Keller |
2012-03-27 | ixgbe: fix typo in enumeration name | Don Skidmore |
2012-03-19 | ixgbe: fix namespace issues when FCoE/DCB is not enabled | Jeff Kirsher |
2012-03-19 | ixgbe: Correct flag values set by ixgbe_fix_features | Alexander Duyck |
2012-03-19 | ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command | Alexander Duyck |
2012-03-19 | ixgbe: Update layout of ixgbe_ring structure to improve cache performance | Alexander Duyck |
2012-03-19 | ixgbe: Store Tx flags and protocol information to tx_buffer sooner | Alexander Duyck |
2012-03-17 | ixgbe: always write DMA for single_mapped value with skb | Alexander Duyck |
2012-03-17 | ixgbe: Place skb on first buffer_info structure to avoid using stack space | Alexander Duyck |
2012-03-17 | ixgbe: Use packets to track Tx completions instead of a seperate value | Alexander Duyck |
2012-03-17 | ixgbe: Replace standard receive path with a page based receive | Alexander Duyck |
2012-03-14 | ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr | Alexander Duyck |
2012-03-12 | ixgbe: Add iterator for cycling through rings on a q_vector | Alexander Duyck |
2012-03-12 | ixgbe: Allocate rings as part of the q_vector | Alexander Duyck |
2012-03-12 | ixgbe: Default to queue pairs when number of queues is less than CPUs | Alexander Duyck |
2012-03-12 | ixgbe: Reorder adapter contents for better cache utilization | Alexander Duyck |
2012-03-12 | ixgbe: add support for byte queue limits | Alexander Duyck |
2012-02-10 | ixgbe: Combine post-DMA processing of sk_buff fields into single function | Alexander Duyck |
2012-02-10 | ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV | Alexander Duyck |