index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
Age
Commit message (
Expand
)
Author
2013-05-07
ixgbe: fix EICR write in ixgbe_msix_other
Jacob Keller
2012-12-03
ixgbe: add support for X540-AT1
joshua.a.hay@intel.com
2012-07-16
ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP
Alexander Duyck
2012-05-04
igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init path
John Fastabend
2012-05-03
ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()
John Fastabend
2012-05-03
ixgbe: fix race condition with shutdown
Don Skidmore
2012-04-30
ixgbe: Fix a memory leak in IEEE DCB
Alexander Duyck
2012-04-17
ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoE
Alexander Duyck
2012-04-17
ixgbe: add missing rtnl_lock in PM resume path
Benjamin Poirier
2012-04-14
ixgbe: fix WoL issue with fiber
Don Skidmore
2012-03-27
ixgbe: update version number
Don Skidmore
2012-03-27
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
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: Whitespace cleanups
Alexander Duyck
2012-03-19
ixgbe: Two minor fixes for RSS and FDIR set queues functions
Alexander Duyck
2012-03-19
ixgbe: drop err_eeprom tag which is at same location as err_sw_init
Alexander Duyck
2012-03-19
ixgbe: Move poll routine in order to improve readability
Alexander Duyck
2012-03-19
ixgbe: cleanup logic for the service timer and VF hang detection
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: Write gso_segs and bytcount to the ring sooner
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: Modify setup of descriptor flags to avoid conditional jumps
Alexander Duyck
2012-03-17
ixgbe: Make certain that all frames fit minimum size requirements
Alexander Duyck
2012-03-17
ixgbe: cleanup logic in ixgbe_change_mtu
Alexander Duyck
2012-03-17
ixgbe: Replace standard receive path with a page based receive
Alexander Duyck
2012-03-17
ixgbe: Support RX-ALL feature flag.
Ben Greear
2012-03-17
ixgbe: Support sending custom Ethernet FCS.
Ben Greear
2012-03-14
ixgbe: dcb: use DCB config values for FCoE traffic class on open
John Fastabend
2012-03-14
ixgbe: Fix race condition where RX buffer could become corrupted.
Atita Shirwaikar
2012-03-14
ixgbe: use typed min/max functions where possible
Jesse Brandeburg
2012-03-14
ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr
Alexander Duyck
2012-03-14
ixgbe: Do not disable read relaxed ordering when DCA is enabled
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: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
Alexander Duyck
2012-03-12
ixgbe: Default to queue pairs when number of queues is less than CPUs
Alexander Duyck
2012-03-12
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
Alexander Duyck
2012-03-12
ixgbe: Address issues with Tx WHTRESH value not being set correctly
Alexander Duyck
2012-03-12
ixgbe: Do no clear Tx status bits since eop_desc provides enough info
Alexander Duyck
2012-03-12
ixgbe: add support for byte queue limits
Alexander Duyck
2012-02-29
ixgbe: Fix comments that are out of date or formatted incorrectly
Alexander Duyck
2012-02-29
ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ring
Alexander Duyck
2012-02-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-02-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
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
[next]