Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
37689010da28c6dfd9f59e60d7f42c47b775171c
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_x540.c
3768901
ixgbe: Make all unchanging ops structures const
by Mark Rustad
· 9 years ago
6e982ae
ixgbe: Clear stale pool mappings
by Alexander Duyck
· 9 years ago
3c2f2b7
ixgbe: Always turn PHY power on when requested
by Mark Rustad
· 9 years ago
efff2e0
ixgbe: Correct spec violations by waiting after reset
by Mark Rustad
· 9 years ago
5967fe2
ixgbe: Correct error path in semaphore handling
by Mark Rustad
· 9 years ago
449e21a
ixgbe: Add I2C bus mux support
by Mark Rustad
· 9 years ago
b5529ef
ixgbe: Assign set_phy_power dynamically where needed
by Don Skidmore
· 10 years ago
961fac8
ixgbe: Add a PHY power state method
by Don Skidmore
· 10 years ago
9a900ec
ixgbe: add array of MAC type dependent values
by Don Skidmore
· 10 years ago
cb2effe
ixgbe: Release semaphore bits in the right order
by Mark Rustad
· 10 years ago
1f9ac57
ixgbe: add new wrapper for X550 support
by Don Skidmore
· 10 years ago
4dedadc
ixgbe: Cleanup probe to remove redundant attempt to ID PHY
by Don Skidmore
· 10 years ago
6a14ee0
ixgbe: Add X550 support function pointers
by Don Skidmore
· 10 years ago
735c35a
ixgbe: cleanup checksum to allow error results
by Don Skidmore
· 10 years ago
030eaec
ixgbe: Add x550 SW/FW semaphore support
by Don Skidmore
· 10 years ago
e90dd26
ixgbe: Make return values more direct
by Mark Rustad
· 10 years ago
f0ff353
ixgbe: Delete a bunch of dead code
by Mark Rustad
· 10 years ago
acb1ce2
ixgbe: Correct X540 semaphore error
by Mark Rustad
· 10 years ago
e485669
ixgbe: Fix spurious release of semaphore in EEPROM access
by Mark Rustad
· 10 years ago
d819fc5
ixgbe: Convert some udelays to usleep_range
by Mark Rustad
· 10 years ago
6ec1b71
ixgbe: fix several concatenated strings to single line
by Jacob Keller
· 11 years ago
e7cf745
ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE
by Jacob Keller
· 11 years ago
7155d05
ixgbe: Stop cacheing if the MNG FW enabled
by Don Skidmore
· 11 years ago
b89aae7
ixgbe: add Linux NICS mailing list to contact info
by Jacob Keller
· 11 years ago
6997d4d
ixgbe: move setting rx_pb_size into get_invariants
by Jacob Keller
· 11 years ago
429d6a3
ixgbe: collect all 82599 AUTOC code in one function
by Don Skidmore
· 11 years ago
b000748
ixgbe: Cleanup the use of tabs and spaces
by Jeff Kirsher
· 11 years ago
0b2679d
ixgbe: fix MNG FW support when adapter not up
by Don Skidmore
· 12 years ago
434c5e3
ixgbe: update date to 2013
by Don Skidmore
· 12 years ago
07ce870
ixgbe: allow reading of SFF-8472 data over i2c
by Emil Tantilov
· 12 years ago
fd0326f
ixgbe: autoneg variable refactoring
by Josh Hay
· 12 years ago
99b7664
ixgbe: removed unused variable from setup_link_speed
by Josh Hay
· 12 years ago
f8ebc68
ixgbe: Use is_valid_ether_addr
by Joe Perches
· 12 years ago
7fa7c9d
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
by Alexander Duyck
· 13 years ago
3ca8bc6
ixgbe: add hwmon interface to export thermal data
by Don Skidmore
· 13 years ago
d2f5e7f
ixgbe: Fix race condition where RX buffer could become corrupted.
by Atita Shirwaikar
· 13 years ago
23677ce
drivers/net: Remove boolean comparisons to true/false
by Joe Perches
· 13 years ago
9497182
ixgbe: update copyright to 2012
by Don Skidmore
· 13 years ago
8d23363
ixgbe: fix LED blink logic to check for link
by Emil Tantilov
· 13 years ago
3e7307f
ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599
by Emil Tantilov
· 13 years ago
8c838d7
ixgbe: remove global reset to the MAC
by Emil Tantilov
· 13 years ago
ff9d1a5
ixgbe: avoid HW lockup when adapter is reset with Tx work pending
by Emil Tantilov
· 13 years ago
8132b54
ixgbe: cleanup reset paths
by Alexander Duyck
· 13 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/ixgbe/ixgbe_x540.c]
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 13 years ago
9612de9
ixgbe: add support for Dell CEM
by Emil Tantilov
· 14 years ago
80605c65
ixgbe: consolidate packet buffer allocation
by John Fastabend
· 14 years ago
68c7005
ixgbe: improve EEPROM read/write operations
by Emil Tantilov
· 14 years ago
6d980c3
ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync()
by Emil Tantilov
· 14 years ago
98508c9
ixgbe: add LED blink code for x540
by Emil Tantilov
· 14 years ago
e09ad23
ixgbe: DCB, misallocated packet buffer size with X540 device
by John Fastabend
· 14 years ago
b776d10
ixgbe: make device_caps() generic
by Emil Tantilov
· 14 years ago
eb9c3e3
ixgbe: fix semaphores in eeprom routines for x540
by Emil Tantilov
· 14 years ago
032b432
ixgbe: cleanup short msleep's (<20ms) to use usleep_range
by Don Skidmore
· 14 years ago
7184b7c
ixgbe: refactor common start_hw code for 82599 and x540
by Emil Tantilov
· 14 years ago
2ea5ea5
ixgbe: fix return value checks
by Emil Tantilov
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
77ed18f
ixgbe: add function description
by Emil Tantilov
· 14 years ago
a52055e
ixgbe: cleanup copyright string for 2011
by Don Skidmore
· 14 years ago
5e65510
ixgbe: add function pointer for semaphore function
by Don Skidmore
· 14 years ago
93cb38d
ixgbe: X540 Cleanup
by Greg Rose
· 14 years ago
79d5892
ixgbe: Drop unused code for setting up unicast addresses
by Emil Tantilov
· 14 years ago
b60c5dd
ixgbe: cleanup X540 PHY reset function pointer
by Don Skidmore
· 14 years ago
a4297dc
ixgbe: Add ability to double reset on failure to clear master enable
by Emil Tantilov
· 14 years ago
2c4db94
ixgbe: fix variable set but not used warnings by gcc 4.6
by Emil Tantilov
· 14 years ago
3377eba79
ixgbe: Add SR-IOV feature support to X540
by Greg Rose
· 14 years ago
d994653
ixgbe: fix X540 to use it's own info struct
by Don Skidmore
· 14 years ago
b93a222
ixgbe: add support for x540 MAC
by Don Skidmore
· 14 years ago
fe15e8e
ixgbe: add MAC and PHY support for x540
by Don Skidmore
· 14 years ago