index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
igb
/
e1000_82575.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb: do not force pcs link when in KX mode
Alexander Duyck
2009-12-23
1
-3
/
+1
*
igb: add support for 82580 MAC
Alexander Duyck
2009-11-20
1
-36
/
+266
*
igb: move the generic copper link setup code into e1000_phy.c
Alexander Duyck
2009-10-06
1
-39
/
+1
*
igb: change how we handle alternate mac addresses
Alexander Duyck
2009-10-06
1
-2
/
+11
*
igb: add support for 82576NS SerDes adapter
Alexander Duyck
2009-10-06
1
-0
/
+1
*
igb: make use of the uta to allow for promiscous mode filter
Alexander Duyck
2009-10-06
1
-0
/
+5
*
igb: add locking to reads of the i2c interface
Alexander Duyck
2009-10-06
1
-65
/
+20
*
igb: update the approach taken to acquiring and releasing the phy lock
Alexander Duyck
2009-10-06
1
-4
/
+7
*
igb: update comments for serdes config and update to handle duplex
Alexander Duyck
2009-10-06
1
-17
/
+38
*
igb: remove unused temp variable from stats clearing path
Alexander Duyck
2009-10-06
1
-49
/
+47
*
igb: reset sgmii phy at start of init
Alexander Duyck
2009-09-14
1
-106
/
+92
*
igb: initialize mailbox function pointers prior to phy init
Alexander Duyck
2009-07-26
1
-4
/
+4
*
igb: add support for 82576 mezzanine card
Alexander Duyck
2009-07-26
1
-0
/
+1
*
igb: cleanup receive address register initialization
Alexander Duyck
2009-07-26
1
-35
/
+4
*
igb: move all multicast addresses into multicast table array
Alexander Duyck
2009-07-26
1
-59
/
+0
*
igb: add completion timeout workaround for 82575/82576
Alexander Duyck
2009-07-26
1
-0
/
+58
*
igb: do not overwrite EEPROM LED settings
Alexander Duyck
2009-07-26
1
-6
/
+1
*
igb: change configure_pcs_link to void since it always returns 0
Alexander Duyck
2009-07-26
1
-9
/
+4
*
igb: make serdes power down available for 82575 in addition to 82576 parts
Alexander Duyck
2009-07-26
1
-6
/
+1
*
igb: remove media type fiber as it is misleading
Alexander Duyck
2009-07-26
1
-2
/
+1
*
igb: set lan id prior to configuring phy
Alexander Duyck
2009-07-08
1
-0
/
+4
*
igb: add support for 82576 quad copper adapter
Alexander Duyck
2009-03-14
1
-0
/
+1
*
igb: add support for another dual port 82576 non-security nic
Alexander Duyck
2009-03-14
1
-0
/
+1
*
igb: Add support for enabling VFs to PF driver.
Alexander Duyck
2009-02-20
1
-0
/
+42
*
igb: update version number and copyright dates
Alexander Duyck
2009-02-07
1
-1
/
+1
*
igb: rename igb_update_mc_addr_list_82575 to not include the 82575
Alexander Duyck
2009-02-07
1
-4
/
+4
*
igb: rename nvm ops
Alexander Duyck
2009-02-07
1
-4
/
+4
*
igb: rename phy ops
Alexander Duyck
2009-02-07
1
-19
/
+19
*
igb: make dev_spec a union and remove dynamic allocation
Alexander Duyck
2009-02-07
1
-29
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-02-03
1
-2
/
+9
|
\
|
*
igb: fix link reporting when using sgmii
Alexander Duyck
2009-01-31
1
-2
/
+9
*
|
igb: make certain to power on optics for 82576 fiber nics
Alexander Duyck
2009-01-21
1
-0
/
+7
|
/
*
igb: remove 82576 quad adapter
Alexander Duyck
2008-08-27
1
-1
/
+0
*
igb: remove three redundant functions left in the code
Alexander Duyck
2008-08-07
1
-64
/
+0
*
igb: correct issue of set_mta member of mac.ops not being populated
Alexander Duyck
2008-08-07
1
-1
/
+1
*
igb: fixes 82576 serdes init to correctly support manual flow control changes
Alexander Duyck
2008-08-07
1
-0
/
+6
*
igb: fix comments
Alexander Duyck
2008-08-07
1
-1
/
+1
*
igb: add 82576 MAC support
Alexander Duyck
2008-07-11
1
-13
/
+195
*
igb: fix init on 82575 with MNG enabled
Alexander Duyck
2008-07-04
1
-0
/
+73
*
igb: eliminate hw from the hw_dbg macro arguments
Auke Kok
2008-07-04
1
-65
/
+50
*
igb: cleanup function header comments
Jeff Kirsher
2008-07-04
1
-24
/
+24
*
igb: limit EEPROM access
Jeff Kirsher
2008-07-04
1
-0
/
+4
*
igb: PCI-Express 82575 Gigabit Ethernet driver
Auke Kok
2008-01-28
1
-0
/
+1269