aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13e1000e: fix overrun of PHY RAR arrayDavid Ertman3-6/+17
2013-09-13e1000e: cleanup boolean comparison to trueDavid Ertman1-1/+1
2013-09-13ixgbe: fix ethtool reporting of supported links for SFP modulesEmil Tantilov1-0/+7
2013-09-13ixgbe: limit setting speed to only one at a time for QSFP modulesEmil Tantilov2-1/+22
2013-09-13ixgbe: fix ethtool loopback diagnostic with DCB enabledEmil Tantilov1-0/+5
2013-09-13ixgbe: fully disable hardware RSC logic when disabling RSCJacob Keller2-1/+9
2013-09-12igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd1-1/+9
2013-09-12igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny1-0/+4
2013-09-11i40e: include i40e in kernel properJesse Brandeburg3-0/+63
2013-09-11i40e: debugfs interfaceJesse Brandeburg1-0/+2076
2013-09-11i40e: init code and hardware supportJesse Brandeburg16-0/+13813
2013-09-11i40e: implement virtual device interfaceJesse Brandeburg3-0/+2823
2013-09-11i40e: driver core headersJesse Brandeburg3-0/+899
2013-09-11i40e: driver ethtool coreJesse Brandeburg1-0/+1449
2013-09-11i40e: transmit, receive, and NAPIJesse Brandeburg1-0/+1817
2013-09-11i40e: main driver coreJesse Brandeburg1-0/+7375
2013-09-04igb: Update version numberAkeem G Abodunrin1-1/+1
2013-09-04igb: Implementation to report advertised/supported link on i354 devicesAkeem G Abodunrin1-11/+15
2013-09-04igb: Get speed and duplex for 1G non_copper devicesAkeem G Abodunrin1-1/+26
2013-09-04igb: Support to get 2_5G link status for appropriate media typeAkeem G Abodunrin2-18/+18
2013-09-04igb: No PHPM support in i354 devicesAkeem G Abodunrin1-2/+9
2013-09-04igb: M88E1543 PHY downshift implementationAkeem G Abodunrin1-9/+20
2013-09-04igb: New PHY_ID for i354 deviceAkeem G Abodunrin3-14/+14
2013-09-04igb: Implementation of 1-sec delay for i210 devicesAkeem G Abodunrin2-3/+32
2013-09-04igb: Don't look for a PBA in the iNVM when flashlessTodd Fujinaka1-1/+8
2013-09-03drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2-6/+6
2013-08-29ixgbe: add support for older QSFP active DA cablesEmil Tantilov2-10/+50
2013-08-29ixgbe: include QSFP PHY types in ixgbe_is_sfp()Emil Tantilov1-0/+4
2013-08-29ixgbe: add 1Gbps support for QSFP+Emil Tantilov3-11/+33
2013-08-29ixgbe: fix SFF data dumps of SFP+ modules from an offsetEmil Tantilov1-5/+4
2013-08-29ixgbe: cleanup some log messagesDon Skidmore2-5/+3
2013-08-29ixgbe: zero out mailbox buffer on initEmil Tantilov1-2/+2
2013-08-29ixgbe: fix link test when connected to 1Gbps link partnerEmil Tantilov1-17/+10
2013-08-29ixgbe: fix incorrect limit value in ring transverseDon Skidmore1-1/+1
2013-08-29ixgbe: Check return value on eeprom readsMark Rustad4-39/+107
2013-08-29ixgbe: disable link when adapter goes downJacob Keller3-0/+25
2013-08-27e1000e: balance semaphore put/get for 82573Steven La1-0/+5
2013-08-22e1000e: resolve checkpatch JIFFIES_COMPARISON warningBruce Allan1-1/+1
2013-08-22e1000e: Avoid kernel crash during shutdownLi Zhang1-0/+7
2013-08-22e1000e: Add code to check for failure of pci_disable_link_state callCarolyn Wyborny1-26/+59
2013-08-22e1000e: cleanup whitespace in recent commitBruce Allan1-1/+2
2013-08-22igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu3-21/+97
2013-08-22igb: Add macro for size of RETA indirection tableLaura Mihaela Vasilescu2-1/+3
2013-08-22igb: Fix get_fw_version function for all partsCarolyn Wyborny4-44/+93
2013-08-22igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny4-2/+19
2013-08-22igb: Refactor NVM read functions to accommodate devices with no flashCarolyn Wyborny4-60/+77
2013-08-22igb: Refactor of init_nvm_paramsCarolyn Wyborny5-65/+92
2013-08-22igb: Update MTU so that it is always at least a standard frame sizeAlexander Duyck1-0/+4
2013-08-22igb: don't allow SR-IOV without MSI-XMitch A Williams1-0/+5