summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2013-02-17igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck1-3/+5
2013-01-21igb: release already assigned MSI-X interrupts if setup failsStefan Assmann1-6/+16
2012-12-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com4-0/+5
2012-10-21e1000e: Change wthresh to 1 to avoid possible Tx stallsHiroaki SHIMODA2-4/+4
2012-08-15e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-07-19e1000e: Correct link check logic for 82571 serdesTushar Dave1-0/+3
2012-07-16e1000e: test for valid check_reset_block function pointerBruce Allan4-8/+12
2012-07-16e1000e: remove use of IP payload checksumBruce Allan2-61/+15
2012-07-16igbvf: fix divide by zeroMitch A Williams1-11/+18
2012-07-16ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck3-7/+13
2012-06-22e1000e: Remove special case for 82573/82574 ASPM L1 disablementChris Boot1-8/+0
2012-06-22e1000e: Disable ASPM L1 on 82574Chris Boot1-1/+2
2012-05-18e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-11igb: fix rtnl race in PM resume pathBenjamin Poirier1-14/+6
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko1-2/+2
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend3-4/+6
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend3-28/+22
2012-05-03ixgbe: fix race condition with shutdownDon Skidmore1-0/+2
2012-05-01ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou1-0/+1
2012-05-01ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck1-4/+5
2012-05-01igbvf: fix the bug when initializing the igbvfSamuel Liao1-2/+2
2012-04-25e1000e: Fix default interrupt throttle rate not set in NIC HWJeff Kirsher1-46/+53
2012-04-25e1000e: MSI interrupt test failed, using legacy interruptPrasanna S Panchamukhi1-1/+1
2012-04-18ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck2-8/+10
2012-04-18ixgbe: add missing rtnl_lock in PM resume pathBenjamin Poirier1-0/+2
2012-04-14ixgbe: fix WoL issue with fiberDon Skidmore1-0/+10
2012-04-14e1000e: issues in Sx on 82577/8/9Bruce Allan1-5/+10
2012-04-04e1000e: Guarantee descriptor writeback flush success.Matthew Vick1-0/+17
2012-04-04e1000e: prevent oops when adapter is being closed and reset simultaneouslyBruce Allan2-0/+15
2012-04-04ixgbe: driver fix for link flapMultanen, Eric W1-84/+80
2012-03-28ixgbe: update version numberDon Skidmore1-2/+2
2012-03-28ixgbe: fix typo in enumeration nameDon Skidmore1-1/+1
2012-03-28intel: make wired ethernet driver message level consistent (rev2)stephen hemminger7-13/+35
2012-03-28e1000: fix vlan processing regressionJiri Pirko1-13/+22
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-11/+6
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang2-10/+6
2012-03-20ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck1-1/+8
2012-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-1106/+1286
2012-03-20ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher4-902/+945
2012-03-20igbvf: Use ETH_ALENJoe Perches2-9/+2
2012-03-20ixgbe: Correct flag values set by ixgbe_fix_featuresAlexander Duyck3-61/+54
2012-03-19ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash commandAlexander Duyck3-1/+160
2012-03-19ixgbe: Whitespace cleanupsAlexander Duyck1-10/+7
2012-03-19ixgbe: Two minor fixes for RSS and FDIR set queues functionsAlexander Duyck1-3/+1
2012-03-19ixgbe: drop err_eeprom tag which is at same location as err_sw_initAlexander Duyck1-3/+2
2012-03-19ixgbe: Move poll routine in order to improve readabilityAlexander Duyck1-49/+49
2012-03-19ixgbe: cleanup logic for the service timer and VF hang detectionAlexander Duyck1-19/+10
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 Duyck3-51/+51
2012-03-17ixgbe: always write DMA for single_mapped value with skbAlexander Duyck2-118/+153