index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_x550.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-03
ixgbe: Implement support for firmware-controlled PHYs
Mark Rustad
1
-3
/
+405
2017-01-03
ixgbe: Implement firmware interface to access some PHYs
Mark Rustad
1
-0
/
+45
2017-01-03
ixgbe: Remove unused firmware version functions and method
Mark Rustad
1
-2
/
+1
2017-01-03
ixgbe: Fix issues with EEPROM access
Mark Rustad
1
-47
/
+28
2017-01-03
ixgbe: Configure advertised speeds correctly for KR/KX backplane
Don Skidmore
1
-3
/
+2
2017-01-03
ixgbe: Report driver version to firmware for x550 devices
Tony Nguyen
1
-1
/
+57
2017-01-03
ixgbe: do not disable FEC from the driver
Emil Tantilov
1
-2
/
+0
2016-11-04
ixgbe: Add X553 FW ALEF support
Don Skidmore
1
-66
/
+173
2016-11-04
ixgbe: use link instead of I2C combined abstraction
Emil Tantilov
1
-12
/
+94
2016-11-04
ixgbe: remove SFP ixfi support
Emil Tantilov
1
-65
/
+11
2016-11-04
ixgbe: Add X553 PHY FC autoneg support
Don Skidmore
1
-0
/
+211
2016-11-04
ixgbe: fix link status check for copper X550em
Emil Tantilov
1
-8
/
+13
2016-11-04
ixgbe: do not use ixgbe specific mdio defines
Emil Tantilov
1
-34
/
+31
2016-11-04
ixgbe: Add support to retrieve and store LED link active
Don Skidmore
1
-0
/
+3
2016-11-04
ixgbe: Add X552 iXFI configuration helper function
Don Skidmore
1
-34
/
+52
2016-09-23
ixgbe: Use MDIO_PRTAD_NONE consistently
Mark Rustad
1
-1
/
+1
2016-09-23
ixgbe: Resolve NULL reference by setting {read, write}_reg_mdi
Mark Rustad
1
-0
/
+2
2016-09-23
ixgbe: make ixgbe_led_on/off_t_x550em static
Emil Tantilov
1
-2
/
+2
2016-08-30
ixgbe: Eliminate useless message and improve logic
Mark Rustad
1
-11
/
+5
2016-08-20
ixgbe: Add support for new X557 device
Don Skidmore
1
-0
/
+8
2016-08-20
ixgbe: add device to MDIO speed setting
Don Skidmore
1
-0
/
+2
2016-08-20
ixgbe: Fix led interface for X557 devices
Don Skidmore
1
-2
/
+50
2016-07-22
ixgbe: fix setup_fc for x550em
Emil Tantilov
1
-2
/
+2
2016-04-25
ixgbe: use msleep for long delays
Arnd Bergmann
1
-1
/
+1
2016-04-25
ixgbe: use BIT() macro
Jacob Keller
1
-4
/
+4
2016-04-25
ixgbe: Use correct FC setup function for x550em_a
Mark Rustad
1
-2
/
+2
2016-04-24
ixgbe: fix default mac->ops.setup_link for X550EM
Emil Tantilov
1
-2
/
+2
2016-04-07
ixgbe: Add KR backplane support for x550em_a
Mark Rustad
1
-4
/
+14
2016-04-07
ixgbe: Add support for SGMII backplane interface
Mark Rustad
1
-0
/
+58
2016-04-07
ixgbe: Add support for SFPs with retimer
Mark Rustad
1
-1
/
+132
2016-04-07
ixgbe: Introduce function to control MDIO speed
Mark Rustad
1
-6
/
+21
2016-04-07
ixgbe: Read and parse NW_MNG_IF_SEL register
Mark Rustad
1
-5
/
+32
2016-04-07
ixgbe: Use new methods for PHY access
Mark Rustad
1
-3
/
+64
2016-04-07
ixgbe: Add support for x550em_a 10G MAC type
Mark Rustad
1
-2
/
+206
2016-04-07
ixgbe: Use method pointer to access IOSF devices
Mark Rustad
1
-14
/
+18
2016-04-07
ixgbe: Clean up interface for firmware commands
Mark Rustad
1
-8
/
+5
2016-04-07
ixgbe: Change the lan_id and func fields to a u8 to avoid casts
Mark Rustad
1
-1
/
+1
2016-04-04
ixgbe: Place SWFW semaphore in known valid state at probe
Don Skidmore
1
-0
/
+2
2016-04-04
ixgbe: Fix flow control for Xeon D KR backplane
Mark Rustad
1
-2
/
+84
2016-04-04
ixgbe: Make all unchanging ops structures const
Mark Rustad
1
-9
/
+9
2016-03-29
ixgbe: Use udelay to avoid sleeping while atomic
Mark Rustad
1
-1
/
+1
2015-12-29
ixgbe: Correct X550EM_x revision check
Mark Rustad
1
-6
/
+3
2015-12-03
ixgbe: Correct spec violations by waiting after reset
Mark Rustad
1
-1
/
+2
2015-12-03
ixgbe: Add support for newer thermal alarm
Mark Rustad
1
-3
/
+19
2015-12-03
ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
Mark Rustad
1
-13
/
+8
2015-11-23
ixgbe: Remove CS4227 diagnostic code
Mark Rustad
1
-80
/
+0
2015-11-23
ixgbe: Add KR mode support for CS4227 chip
Mark Rustad
1
-23
/
+62
2015-10-15
ixgbe: Check for setup_internal_link method
Mark Rustad
1
-1
/
+1
2015-10-15
ixgbe: Fix CS4227-related semaphore error on reset failure
Mark Rustad
1
-0
/
+9
2015-09-23
ixgbe: Add I2C bus mux support
Mark Rustad
1
-3
/
+60
[next]