summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+20
2012-04-15ixgbe: UTA table incorrectly programmedGreg Rose1-29/+0
2012-04-15ixgbe: allow RAR table to be updated in promisc modeJohn Fastabend1-10/+11
2012-04-15ixgbe: enable FDB netdevice opsJohn Fastabend1-0/+71
2012-04-14ixgbe: add I2C clock stretchingDon Skidmore2-6/+15
2012-04-14igb: Update version to 3.4.7.Carolyn Wyborny1-2/+2
2012-04-14e1000e: cleanup boolean logicBruce Allan6-35/+31
2012-04-14e1000e: cleanup remaining strings split across multiple linesBruce Allan2-15/+12
2012-04-14e100: enable transmit time stamping.Richard Cochran1-0/+1
2012-04-14e100: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-84/+112
2012-04-04net: remove ixp2000 ethernet driverRob Herring1-1/+1
2012-04-04igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran5-169/+93
2012-04-04igb: add PTP Hardware Clock codeRichard Cochran2-0/+330
2012-04-04ixgbe: consolidate reporting of MSIX vectors into a single functionEmil Tantilov4-31/+29
2012-04-04e1000e: update driver version numberBruce Allan1-1/+1
2012-04-04e1000e: cleanup indexed register arraysBruce Allan3-69/+78
2012-04-04e1000e: cleanup NAPI routineBruce Allan1-15/+13
2012-04-04e1000e: Minor comment clean-up.Matthew Vick1-1/+2
2012-04-04e1000: Support RX-ALL flag.Ben Greear1-1/+25
2012-04-03e1000e: Guarantee descriptor writeback flush success.Matthew Vick1-0/+17
2012-04-03e1000e: prevent oops when adapter is being closed and reset simultaneouslyBruce Allan2-0/+15
2012-04-03ixgbe: driver fix for link flapMultanen, Eric W1-84/+80
2012-03-27ixgbe: update version numberDon Skidmore1-2/+2
2012-03-27ixgbe: fix typo in enumeration nameDon Skidmore1-1/+1
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger7-13/+35
2012-03-27e1000: 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-19ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck1-1/+8
2012-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-1106/+1286
2012-03-19ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher4-902/+945
2012-03-19igbvf: Use ETH_ALENJoe Perches2-9/+2
2012-03-19ixgbe: 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
2012-03-17ixgbe: Write gso_segs and bytcount to the ring soonerAlexander Duyck2-25/+21
2012-03-17ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck3-29/+40
2012-03-17ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck2-5/+1
2012-03-17ixgbe: Modify setup of descriptor flags to avoid conditional jumpsAlexander Duyck1-17/+17
2012-03-17ixgbe: Make certain that all frames fit minimum size requirementsAlexander Duyck1-1/+17