index
:
blackbird-op-linux
master
Blackbird™ 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: Add support of SerDes Forced mode for certain hardware
Carolyn Wyborny
2011-07-11
1
-2
/
+17
*
igb: Update copyright on all igb driver files.
Carolyn Wyborny
2011-07-11
1
-1
/
+1
*
igb: Fix lack of flush after register write and before delay
Carolyn Wyborny
2011-07-11
1
-0
/
+1
*
igb: Add check for invalid size to igb_get_invariants_82575()
Carolyn Wyborny
2011-05-04
1
-0
/
+8
*
igb: fix typo in igb_validate_nvm_checksum_82580
Stefan Assmann
2011-04-13
1
-1
/
+2
*
igb: Update NVM functions to work with i350 devices
Carolyn Wyborny
2011-03-12
1
-4
/
+235
*
igb: Add Energy Efficient Ethernet (EEE) for i350 devices.
Carolyn Wyborny
2011-03-12
1
-1
/
+45
*
igb: Enable PF side of SR-IOV support for i350 devices
Carolyn Wyborny
2011-02-11
1
-2
/
+8
*
igb: Add support for i340 Quad Port Fiber Adapter
Carolyn Wyborny
2011-01-24
1
-0
/
+1
*
igb: Add Anti-spoofing feature support
Greg Rose
2010-12-24
1
-0
/
+33
*
igb: Some fine tuning
Gasparakis, Joseph
2010-12-24
1
-1
/
+3
*
igb: Add support for DH89xxCC
Joseph Gasparakis
2010-09-22
1
-2
/
+16
*
igb: Program MDICNFG register prior to PHY init
Alexander Duyck
2010-08-03
1
-7
/
+11
*
igb: restore EEPROM values of MDICNFG on reset with 82580
Nick Nunley
2010-07-26
1
-0
/
+41
*
igb: add support for SGMII-based MDIO PHYs
Nick Nunley
2010-07-26
1
-17
/
+65
*
igb: fix PHY config access on 82580
Nick Nunley
2010-07-01
1
-0
/
+8
*
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-14
1
-2
/
+0
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-1
/
+0
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
|
igb: add support for Intel I350 Gigabit Network Connection
Alexander Duyck
2010-03-22
1
-2
/
+11
*
|
igb: Do not overwrite mdicnfg register when accessing 82580 phy
Alexander Duyck
2010-03-22
1
-20
/
+0
|
/
*
igb: Add support for 82576 ET2 Quad Port Server Adapter
Carolyn Wyborny
2010-03-19
1
-0
/
+1
*
igb: Power down link when interface is down
Nick Nunley
2010-02-17
1
-0
/
+44
*
igb: ignore EEPROM APME check when shutting down serdes link
Nick Nunley
2010-02-17
1
-19
/
+2
*
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
[next]