index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
igb
/
e1000_82575.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-20
igb: add support for 82580 MAC
Alexander Duyck
1
-36
/
+266
2009-10-07
igb: move the generic copper link setup code into e1000_phy.c
Alexander Duyck
1
-39
/
+1
2009-10-07
igb: change how we handle alternate mac addresses
Alexander Duyck
1
-2
/
+11
2009-10-07
igb: add support for 82576NS SerDes adapter
Alexander Duyck
1
-0
/
+1
2009-10-07
igb: make use of the uta to allow for promiscous mode filter
Alexander Duyck
1
-0
/
+5
2009-10-07
igb: add locking to reads of the i2c interface
Alexander Duyck
1
-65
/
+20
2009-10-07
igb: update the approach taken to acquiring and releasing the phy lock
Alexander Duyck
1
-4
/
+7
2009-10-07
igb: update comments for serdes config and update to handle duplex
Alexander Duyck
1
-17
/
+38
2009-10-07
igb: remove unused temp variable from stats clearing path
Alexander Duyck
1
-49
/
+47
2009-09-15
igb: reset sgmii phy at start of init
Alexander Duyck
1
-106
/
+92
2009-07-26
igb: initialize mailbox function pointers prior to phy init
Alexander Duyck
1
-4
/
+4
2009-07-26
igb: add support for 82576 mezzanine card
Alexander Duyck
1
-0
/
+1
2009-07-26
igb: cleanup receive address register initialization
Alexander Duyck
1
-35
/
+4
2009-07-26
igb: move all multicast addresses into multicast table array
Alexander Duyck
1
-59
/
+0
2009-07-26
igb: add completion timeout workaround for 82575/82576
Alexander Duyck
1
-0
/
+58
2009-07-26
igb: do not overwrite EEPROM LED settings
Alexander Duyck
1
-6
/
+1
2009-07-26
igb: change configure_pcs_link to void since it always returns 0
Alexander Duyck
1
-9
/
+4
2009-07-26
igb: make serdes power down available for 82575 in addition to 82576 parts
Alexander Duyck
1
-6
/
+1
2009-07-26
igb: remove media type fiber as it is misleading
Alexander Duyck
1
-2
/
+1
2009-07-08
igb: set lan id prior to configuring phy
Alexander Duyck
1
-0
/
+4
2009-03-14
igb: add support for 82576 quad copper adapter
Alexander Duyck
1
-0
/
+1
2009-03-14
igb: add support for another dual port 82576 non-security nic
Alexander Duyck
1
-0
/
+1
2009-02-20
igb: Add support for enabling VFs to PF driver.
Alexander Duyck
1
-0
/
+42
2009-02-07
igb: update version number and copyright dates
Alexander Duyck
1
-1
/
+1
2009-02-07
igb: rename igb_update_mc_addr_list_82575 to not include the 82575
Alexander Duyck
1
-4
/
+4
2009-02-07
igb: rename nvm ops
Alexander Duyck
1
-4
/
+4
2009-02-07
igb: rename phy ops
Alexander Duyck
1
-19
/
+19
2009-02-07
igb: make dev_spec a union and remove dynamic allocation
Alexander Duyck
1
-29
/
+5
2009-02-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+9
2009-01-31
igb: fix link reporting when using sgmii
Alexander Duyck
1
-2
/
+9
2009-01-22
igb: make certain to power on optics for 82576 fiber nics
Alexander Duyck
1
-0
/
+7
2008-08-27
igb: remove 82576 quad adapter
Alexander Duyck
1
-1
/
+0
2008-08-07
igb: remove three redundant functions left in the code
Alexander Duyck
1
-64
/
+0
2008-08-07
igb: correct issue of set_mta member of mac.ops not being populated
Alexander Duyck
1
-1
/
+1
2008-08-07
igb: fixes 82576 serdes init to correctly support manual flow control changes
Alexander Duyck
1
-0
/
+6
2008-08-07
igb: fix comments
Alexander Duyck
1
-1
/
+1
2008-07-11
igb: add 82576 MAC support
Alexander Duyck
1
-13
/
+195
2008-07-04
igb: fix init on 82575 with MNG enabled
Alexander Duyck
1
-0
/
+73
2008-07-04
igb: eliminate hw from the hw_dbg macro arguments
Auke Kok
1
-65
/
+50
2008-07-04
igb: cleanup function header comments
Jeff Kirsher
1
-24
/
+24
2008-07-04
igb: limit EEPROM access
Jeff Kirsher
1
-0
/
+4
2008-01-29
igb: PCI-Express 82575 Gigabit Ethernet driver
Auke Kok
1
-0
/
+1269