index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
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
2015-09-23
ixgbe: Add logic to reset CS4227 when needed
Mark Rustad
1
-1
/
+278
2015-09-23
ixgbe: Fix 1G and 10G link stability for X550EM_x SFP+
Mark Rustad
1
-43
/
+84
2015-09-23
ixgbe: Add X550EM_x dual-speed SFP+ support
Mark Rustad
1
-0
/
+18
2015-09-22
ixgbe: Provide unlocked I2C methods
Mark Rustad
1
-0
/
+3
2015-09-22
ixgbe: Provide I2C combined on X550EM
Mark Rustad
1
-2
/
+2
2015-09-01
ixgbe: Resolve "initialized field overwritten" warnings
Mark Rustad
1
-1
/
+0
2015-09-01
ixgbe: add new bus type for intergrated I/O interface (IOSF)
Don Skidmore
1
-0
/
+1
[next]