aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2012-05-10igb: fix rtnl race in PM resume pathBenjamin Poirier
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend
2012-05-03ixgbe: fix race condition with shutdownDon Skidmore
2012-04-30ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou
2012-04-30ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck
2012-04-30igbvf: fix the bug when initializing the igbvfSamuel Liao
2012-04-24e1000e: Fix default interrupt throttle rate not set in NIC HWJeff Kirsher
2012-04-24e1000e: MSI interrupt test failed, using legacy interruptPrasanna S Panchamukhi
2012-04-17ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck
2012-04-17ixgbe: add missing rtnl_lock in PM resume pathBenjamin Poirier
2012-04-14ixgbe: fix WoL issue with fiberDon Skidmore
2012-04-14e1000e: issues in Sx on 82577/8/9Bruce Allan
2012-04-03e1000e: Guarantee descriptor writeback flush success.Matthew Vick
2012-04-03e1000e: prevent oops when adapter is being closed and reset simultaneouslyBruce Allan
2012-04-03ixgbe: driver fix for link flapMultanen, Eric W
2012-03-27ixgbe: update version numberDon Skidmore
2012-03-27ixgbe: fix typo in enumeration nameDon Skidmore
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger
2012-03-27e1000: fix vlan processing regressionJiri Pirko
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-19ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck
2012-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-03-19ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher
2012-03-19igbvf: Use ETH_ALENJoe Perches
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: Whitespace cleanupsAlexander Duyck
2012-03-19ixgbe: Two minor fixes for RSS and FDIR set queues functionsAlexander Duyck
2012-03-19ixgbe: drop err_eeprom tag which is at same location as err_sw_initAlexander Duyck
2012-03-19ixgbe: Move poll routine in order to improve readabilityAlexander Duyck
2012-03-19ixgbe: cleanup logic for the service timer and VF hang detectionAlexander 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: Write gso_segs and bytcount to the ring soonerAlexander 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: Modify setup of descriptor flags to avoid conditional jumpsAlexander Duyck
2012-03-17ixgbe: Make certain that all frames fit minimum size requirementsAlexander Duyck
2012-03-17ixgbe: cleanup logic in ixgbe_change_mtuAlexander Duyck
2012-03-17ixgbe: Replace standard receive path with a page based receiveAlexander Duyck
2012-03-17ixgbe: Support RX-ALL feature flag.Ben Greear
2012-03-17ixgbe: Support sending custom Ethernet FCS.Ben Greear
2012-03-17igb: Support RX-ALL feature flag.Ben Greear
2012-03-17igb: Support sending custom Ethernet FCS.Ben Greear
2012-03-14ixgbe: dcb: use DCB config values for FCoE traffic class on openJohn Fastabend
2012-03-14ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar