aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/e1000_82575.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-07igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-26igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-12/+0
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-22/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-08-08igb: support BCM54616 PHYJohn W Linville1-0/+6
2017-06-06igb: Explicitly select page 0 at initializationMatwey V Kornilov1-0/+1
2017-01-06igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller1-4/+4
2016-02-24igb: constify e1000_phy_operations structureJulia Lawall1-1/+1
2016-02-15igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck1-0/+2
2016-02-15igb: Refactor VFTA configurationAlexander Duyck1-4/+33
2015-12-14igb: Remove GS40G specific defines/functionsAaron Sierra1-9/+4
2015-12-12igb: use the correct i210 register for EEMNGCTLTodd Fujinaka1-0/+1
2015-12-12igb: add 88E1543 initialization codeTodd Fujinaka1-0/+7
2015-08-18igb: add support for 1512 PHYTodd Fujinaka1-3/+17
2015-07-17igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetectTodd Fujinaka1-5/+13
2015-06-26igb: disable IPv6 extension header processingTodd Fujinaka1-4/+8
2014-12-31igb: Remove unneeded FIXMETodd Fujinaka1-1/+1
2014-09-06igb: add flags to set eee advertisement modeTodd Fujinaka1-5/+26
2014-07-20igb: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2014-07-13igb: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-10igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka1-0/+7
2014-06-11igb: unhide invariant returnsTodd Fujinaka1-17/+11
2014-04-24igb: Cleanups to fix msleep warningsCarolyn Wyborny1-8/+8
2014-04-24igb: Cleanups to change comment style on license headersCarolyn Wyborny1-25/+22
2014-04-24igb: Cleanups to fix for trailing statementCarolyn Wyborny1-2/+2
2014-04-24igb: Cleanups to fix pointer location errorCarolyn Wyborny1-1/+1
2014-04-23igb: Cleanups to fix incorrect indentationCarolyn Wyborny1-4/+4
2014-04-23igb: Cleanups to fix braces location warningsCarolyn Wyborny1-5/+3
2014-04-23igb: Cleanups for messagingCarolyn Wyborny1-5/+3
2014-03-08igb: fix warning if !CONFIG_IGB_HWMONJeff Kirsher1-0/+2
2014-03-08igb: fix array size calculationTodd Fujinaka1-3/+1
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny1-3/+2
2014-02-26igb: make local functions static and remove dead codeJeff Kirsher1-2/+2
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny1-0/+13
2013-12-10igb: Add media switching feature for i354 PHY'sCarolyn Wyborny1-0/+76
2013-09-12igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny1-0/+4
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 Abodunrin1-7/+18
2013-09-04igb: No PHPM support in i354 devicesAkeem G Abodunrin1-2/+9
2013-09-04igb: New PHY_ID for i354 deviceAkeem G Abodunrin1-9/+9
2013-08-22igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny1-0/+2
2013-08-22igb: Refactor of init_nvm_paramsCarolyn Wyborny1-65/+41
2013-08-22igb: Read register for latch_on without return valueAkeem G Abodunrin1-5/+4
2013-05-21igb: Support for SFP modules discoveryAkeem G. Abodunrin1-5/+115
2013-04-24igb: Remove id's that will not be productized for Linux.Carolyn Wyborny1-2/+0
2013-04-24igb: Remove dead code pathMatthew Vick1-4/+0
2013-04-24igb: Add SMBI semaphore to I210/I211Matthew Vick1-0/+3
2013-04-18igb: Add support for i354 devicesCarolyn Wyborny1-3/+119