Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1132d5e7b64445b3fa3cb982e6723e33318f7655
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_82598.c
d2a10ae
ixgbe: Remove unused firmware version functions and method
by Mark Rustad
· 9 years ago
2916500
ixgbe: Add X553 PHY FC autoneg support
by Don Skidmore
· 9 years ago
805cedd
ixgbe: Add support to retrieve and store LED link active
by Don Skidmore
· 9 years ago
b4f47a4
ixgbe: use BIT() macro
by Jacob Keller
· 9 years ago
dbd15b8
ixgbe: Place SWFW semaphore in known valid state at probe
by Don Skidmore
· 9 years ago
afdc71e
ixgbe: Fix flow control for Xeon D KR backplane
by Mark Rustad
· 10 years ago
3768901
ixgbe: Make all unchanging ops structures const
by Mark Rustad
· 10 years ago
b6488b6
ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
by Alexander Duyck
· 10 years ago
efff2e0
ixgbe: Correct spec violations by waiting after reset
by Mark Rustad
· 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
887012e
ixgbe: enable relaxed ordering for SPARC
by Jeff Kirsher
· 10 years ago
1f9ac57
ixgbe: add new wrapper for X550 support
by Don Skidmore
· 10 years ago
e90dd26
ixgbe: Make return values more direct
by Mark Rustad
· 11 years ago
f0ff353
ixgbe: Delete a bunch of dead code
by Mark Rustad
· 11 years ago
3a087b2
ixgbe: remove unnecessary break after goto
by Fabian Frederick
· 11 years ago
c43f856
igb/ixgbe: remove return statements for void functions
by Jeff Kirsher
· 11 years ago
e7cf745
ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE
by Jacob Keller
· 11 years ago
e577662
ixgbe: convert low_water into an array
by Jacob Keller
· 11 years ago
7155d05
ixgbe: Stop cacheing if the MNG FW enabled
by Don Skidmore
· 11 years ago
ed19231
ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed check
by Jacob Keller
· 11 years ago
4483470
ixgbe: fixup header for ixgbe_set_rxpba_82598
by Jacob Keller
· 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
1443846
ixgbe: Check config reads for removal
by Mark Rustad
· 11 years ago
429d6a3
ixgbe: collect all 82599 AUTOC code in one function
by Don Skidmore
· 11 years ago
8f58332
ixgbe: add support for quad-port x520 adapter
by Don Skidmore
· 12 years ago
3dcc2f4
ixgbe: fix semaphore lock for I2C read/writes on 82598
by Emil Tantilov
· 12 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
· 13 years ago
07ce870
ixgbe: allow reading of SFF-8472 data over i2c
by Emil Tantilov
· 13 years ago
fd0326f
ixgbe: autoneg variable refactoring
by Josh Hay
· 13 years ago
99b7664
ixgbe: removed unused variable from setup_link_speed
by Josh Hay
· 13 years ago
041441d
ixgbe: Update link flow control to correctly handle multiple packet buffer DCB
by Alexander Duyck
· 13 years ago
786e9a5
ixgbe: Make ixgbe_fc_autoneg return void and always set current_mode
by Alexander Duyck
· 13 years ago
3ca8bc6
ixgbe: add hwmon interface to export thermal data
by Don Skidmore
· 13 years ago
7116130
ixgbe: consolidate reporting of MSIX vectors into a single function
by Emil Tantilov
· 13 years ago
bdda1a6
ixgbe: Do not disable read relaxed ordering when DCA is enabled
by Alexander Duyck
· 14 years ago
23677ce
drivers/net: Remove boolean comparisons to true/false
by Joe Perches
· 14 years ago
9497182
ixgbe: update copyright to 2012
by Don Skidmore
· 14 years ago
2fa5eef
ixgbe: allow eeprom writes via ethtool
by Emil Tantilov
· 14 years ago
3e7307f
ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599
by Emil Tantilov
· 14 years ago
837617a
ixgbe: do not disable flow control in ixgbe_check_mac_link
by Emil Tantilov
· 14 years ago
9da712d
ixgbe: update {P}FC thresholds to account for X540 and loopback
by John Fastabend
· 14 years ago
ff9d1a5
ixgbe: avoid HW lockup when adapter is reset with Tx work pending
by Emil Tantilov
· 14 years ago
8132b54
ixgbe: cleanup reset paths
by Alexander Duyck
· 14 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/ixgbe/ixgbe_82598.c]
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
e09ad23
ixgbe: DCB, misallocated packet buffer size with X540 device
by John Fastabend
· 14 years ago
032b432
ixgbe: cleanup short msleep's (<20ms) to use usleep_range
by Don Skidmore
· 14 years ago
3d5c520
ixgbe: move disabling of relaxed ordering in start_hw()
by Emil Tantilov
· 14 years ago
c913018
ixgbe: correct function number for some 82598 parts
by Emil Tantilov
· 14 years ago
9dda173
ixgbe: update PHY code to support 100Mbps as well as 1G/10G
by Emil Tantilov
· 14 years ago
0b0c2b3
ixgbe: Enable flow control pause parameter auto-negotiation support
by Emil Tantilov
· 14 years ago
037c6d0
ixgbe: cleanup PHY init
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
278675d
ixgbe: store permanent address before initializing Rx addresses
by Emil Tantilov
· 14 years ago
8c7bea3
ixgbe: Numerous whitespace / formatting cleanups
by Emil Tantilov
· 14 years ago
79d5892
ixgbe: Drop unused code for setting up unicast addresses
by Emil Tantilov
· 14 years ago
c700f4e
ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdq
by Emil Tantilov
· 14 years ago
a4297dc
ixgbe: Add ability to double reset on failure to clear master enable
by Emil Tantilov
· 14 years ago
a391f1d
ixgbe: make silicon specific functions generic
by Don Skidmore
· 15 years ago
16b61be
ixgbe: DCB set PFC high and low water marks per data sheet specs
by John Fastabend
· 15 years ago
119fc60
ixgbe:add support for a new 82599 10G Base-T device
by Mallikarjuna R Chilakala
· 15 years ago
21ce849
ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardware
by Mallikarjuna R Chilakala
· 15 years ago
a626e84
ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata
by Don Skidmore
· 16 years ago
8c47eaa
ixgbe: update copyright dates
by Shannon Nelson
· 16 years ago
734e979
ixgbe: Fix 82598 premature copper PHY link indicatation
by Mallikarjuna R Chilakala
· 16 years ago
539e5f0
ixgbe: Fix backplane flow control autoneg
by Peter P Waskiewicz Jr
· 16 years ago
6b1be19
ixgbe: Create separate media type for CX4 adapters
by Peter P Waskiewicz Jr
· 16 years ago
8620a10
ixgbe: refactor link setup code
by Mallikarjuna R Chilakala
· 16 years ago
7b25cdb
ixgbe: cleanup functions that should have been defined static
by Don Skidmore
· 16 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
202ff1e
ixgbe: Patch to modify 82598 PCIe completion timeout values
by Mallikarjuna R Chilakala
· 16 years ago
3845bec
ixgbe: Add device support for a new copper 82598 device
by Peter P Waskiewicz Jr
· 16 years ago
620fa03
ixgbe: Fix 82599 adapter link flickering issues
by Mallikarjuna R Chilakala
· 16 years ago
8ca783a
ixgbe: fix 82598 SFP initialization after driver load.
by Don Skidmore
· 16 years ago
264857b
ixgbe: Allow link flow control in DCB mode for 82599 adapters
by Peter P Waskiewicz Jr
· 16 years ago
aca6bee
ixgbe: Add SAN MAC address to the RAR, return the address to DCB
by Waskiewicz Jr, Peter P
· 16 years ago
6b73e10
ixgbe: Use generic MDIO definitions and functions
by Ben Hutchings
· 16 years ago
a54bfa4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0419305
ixgbe: Update get_physical_layer() calls, plus a version bump
by Peter P Waskiewicz Jr
· 16 years ago
1eb99d5
ixgbe: Update the usage of orig_autoc to be more consistent
by PJ Waskiewicz
· 16 years ago
04f165e
ixgbe: Move PHY ops initialization to centralize bus accesses
by PJ Waskiewicz
· 16 years ago
d3e9c56
ixgbe: Don't return error in flow control configuration if FC is off
by PJ Waskiewicz
· 16 years ago
2132d38
ixgbe: Enable another bit for flow control operation
by PJ Waskiewicz
· 16 years ago
87c1201
ixgbe: Move the LED blink code to common, since 82599 also uses it
by PJ Waskiewicz
· 16 years ago
71fd570
ixgbe: fix ethtool -A|a behavior
by Don Skidmore
· 16 years ago
03cfa20
ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 merge
by PJ Waskiewicz
· 16 years ago
11afc1b
ixgbe: Add hardware specific initialization code for 82599 devices
by PJ Waskiewicz
· 16 years ago
1aef47c
drivers/net/ixgbe: fix sparse warning: Should it be static?
by Hannes Eder
· 16 years ago
0ecc061
ixgbe: Update flow control state machine in link setup
by Peter P Waskiewicz Jr
· 17 years ago
3201d31
ixgbe: Update link setup code to better support autonegotiation of speed
by Peter P Waskiewicz Jr
· 17 years ago
3efac5a
ixgbe: Update copyright dates, bump the driver version number
by Peter P Waskiewicz Jr
· 17 years ago
eb7f139
ixgbe: Refactor MSI-X allocation mechanism
by Peter P Waskiewicz Jr
· 17 years ago
2f21bdd
ixgbe: Add 82598 support for BX mezzanine devices
by Don Skidmore
· 17 years ago
1e336d0
ixgbe: add support KX/KX4 device
by Don Skidmore
· 17 years ago
Next »