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
/
ethernet
/
intel
/
ixgbe
/
ixgbe_82599.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: Make return values more direct
Mark Rustad
2014-07-25
1
-110
/
+74
*
ixgbe: Delete a bunch of dead code
Mark Rustad
2014-07-25
1
-127
/
+0
*
ixgbe: remove unnecessary break after goto
Fabian Frederick
2014-07-13
1
-4
/
+0
*
ixgbe: fix several concatenated strings to single line
Jacob Keller
2014-05-23
1
-2
/
+1
*
ixgbe: fix checkpatch style of blank line after declaration
Jacob Keller
2014-05-23
1
-0
/
+2
*
ixgbe: fix function-like macro, remove semicolon
Jacob Keller
2014-05-23
1
-2
/
+2
*
ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE
Jacob Keller
2014-05-23
1
-38
/
+38
*
ixgbe: Stop cacheing if the MNG FW enabled
Don Skidmore
2014-03-20
1
-4
/
+3
*
ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599
Jacob Keller
2014-03-20
1
-37
/
+9
*
ixgbe: remove unused media type
Jacob Keller
2014-03-20
1
-73
/
+0
*
ixgbe: fix ixgbe_setup_mac_link_82599 autoc variables
Jacob Keller
2014-03-20
1
-10
/
+12
*
ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctly
Jacob Keller
2014-03-19
1
-2
/
+6
*
ixgbe: check Core Clock Disable bit
Jacob Keller
2014-03-19
1
-1
/
+5
*
ixgbe: fix errors related to protected AUTOC calls
Don Skidmore
2014-03-19
1
-4
/
+6
*
ixgbe: fix some multiline hw_dbg prints
Jacob Keller
2014-03-12
1
-5
/
+3
*
ixgbe: add Linux NICS mailing list to contact info
Jacob Keller
2014-03-12
1
-0
/
+1
*
ixgbe: move setting rx_pb_size into get_invariants
Jacob Keller
2014-03-12
1
-1
/
+1
*
ixgbe: Add check for FW veto bit
Don Skidmore
2014-02-28
1
-1
/
+14
*
ixgbe: fix bit toggled for 82599 reset fix.
Don Skidmore
2014-02-28
1
-1
/
+2
*
ixgbe: collect all 82599 AUTOC code in one function
Don Skidmore
2014-02-28
1
-79
/
+92
*
ixgbe: Fix incorrect logic for fixed fiber eeprom write
Don Skidmore
2014-01-16
1
-1
/
+1
*
ixgbe: add 1Gbps support for QSFP+
Emil Tantilov
2013-08-29
1
-8
/
+27
*
ixgbe: Check return value on eeprom reads
Mark Rustad
2013-08-29
1
-9
/
+29
*
ixgbe: disable link when adapter goes down
Jacob Keller
2013-08-29
1
-0
/
+20
*
ixgbe: add support for quad-port x520 adapter
Don Skidmore
2013-07-31
1
-2
/
+145
*
ixgbe: add new media type.
Don Skidmore
2013-07-30
1
-7
/
+86
*
ixgbe: add support for disabling link at boot time on 82599
Emil Tantilov
2013-04-25
1
-2
/
+19
*
ixgbe: cache AUTOC reads
Emil Tantilov
2013-04-25
1
-16
/
+24
*
ixgbe: add SFP+ LX module support
Don Skidmore
2013-04-24
1
-0
/
+2
*
ixgbe: rename wol_supported to more fitting wol_enabled
Jacob Keller
2013-04-24
1
-1
/
+1
*
ixgbe: Fix 1G link WoL
Don Skidmore
2013-04-17
1
-1
/
+4
*
ixgbe: fix MNG FW support when adapter not up
Don Skidmore
2013-04-17
1
-5
/
+43
*
ixgbe: update date to 2013
Don Skidmore
2013-02-05
1
-1
/
+1
*
ixgbe: allow reading of SFF-8472 data over i2c
Emil Tantilov
2013-02-05
1
-0
/
+1
*
ixgbe: autoneg variable refactoring
Josh Hay
2013-01-31
1
-19
/
+8
*
ixgbe: removed unused variable from setup_link_speed
Josh Hay
2013-01-31
1
-1
/
+1
*
ixgbe: rename autoneg variables
Josh Hay
2013-01-31
1
-13
/
+12
*
ixgbe: Use is_valid_ether_addr
Joe Perches
2012-12-06
1
-1
/
+1
*
ixgbe: Add support for pipeline reset
Don Skidmore
2012-10-29
1
-29
/
+85
*
ixgbe: Add function ixgbe_reset_pipeline_82599
Don Skidmore
2012-10-22
1
-0
/
+44
*
ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bit
Emil Tantilov
2012-10-03
1
-1
/
+1
*
ixgbe: add missing braces
Emil Tantilov
2012-08-10
1
-1
/
+2
*
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
Alexander Duyck
2012-07-19
1
-0
/
+4
*
ixgbe: add support for 1G SX modules
Jacob Keller
2012-06-20
1
-1
/
+3
*
ixgbe: add hwmon interface to export thermal data
Don Skidmore
2012-05-02
1
-0
/
+2
*
ixgbe: Fix race condition where RX buffer could become corrupted.
Atita Shirwaikar
2012-03-14
1
-24
/
+5
*
ixgbe: fix obvious return value bug.
Don Skidmore
2012-03-14
1
-1
/
+2
*
ixgbe: update copyright to 2012
Don Skidmore
2012-02-03
1
-1
/
+1
*
ixgbe: add support for new 82599 device id
Emil Tantilov
2012-01-02
1
-0
/
+1
*
ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599
Emil Tantilov
2011-10-05
1
-6
/
+0
[next]