Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c1815e074079838d36d89e45e92b7ee317190700
/
drivers
/
net
/
ixgbe
/
ixgbe_ethtool.c
c4cf55e
ixgbe: Enable Flow Director hashing in 82599
by Peter P Waskiewicz Jr
· 15 years ago
df647b5
ixgbe: Add a second feature flags variable, move HW RSC capability there
by Peter P Waskiewicz Jr
· 15 years ago
fe49f04
ixgbe: move v_idx into q_vector and use as index only
by Alexander Duyck
· 15 years ago
7476601
ixgbe: ethtool support to change advertised link modes of 82599 adapters
by Mallikarjuna R Chilakala
· 15 years ago
620fa03
ixgbe: Fix 82599 adapter link flickering issues
by Mallikarjuna R Chilakala
· 15 years ago
da4dd0f
ixgbe: Add ethtool offline test support
by Peter P Waskiewicz Jr
· 15 years ago
8756924
ixgbe: When in DCB mode with PFC enabled, show LFC is disabled
by Peter P Waskiewicz Jr
· 16 years ago
264857b
ixgbe: Allow link flow control in DCB mode for 82599 adapters
by Peter P Waskiewicz Jr
· 16 years ago
6d45522
ixgbe: Add FCoE related statistics to 82599
by Yi Zou
· 16 years ago
7a921c9
ixgbe: make q_vectors dynamic to reduce netdev size
by Alexander Duyck
· 16 years ago
f8212f9
ixgbe: enable HW RSC for 82599
by Alexander Duyck
· 16 years ago
45a5ead
ixgbe: enable hardware offload for sctp
by Jesse Brandeburg
· 16 years ago
d6c519e
ixgbe: only allow WOL for 82599 KX4 NIC
by Alexander Duyck
· 16 years ago
f9ed885
ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parameters
by Mallikarjuna R Chilakala
· 16 years ago
71fd570
ixgbe: fix ethtool -A|a behavior
by Don Skidmore
· 16 years ago
7c5b83230
ixgbe: Fix ethtool output with advertised mode.
by Don Skidmore
· 16 years ago
e63d976
ixgbe: Correctly report Wake On LAN for 82599 KX4 devices
by PJ Waskiewicz
· 16 years ago
509ee93
ixgbe: Fix interrupt configuration for 82599
by Jesse Brandeburg
· 16 years ago
e8e2635
ixgbe: Add 82599 device id's, hook it up into the main driver.
by PJ Waskiewicz
· 16 years ago
11afc1b
ixgbe: Add hardware specific initialization code for 82599 devices
by PJ Waskiewicz
· 16 years ago
0ecc061
ixgbe: Update flow control state machine in link setup
by Peter P Waskiewicz Jr
· 16 years ago
34b0368
ixgbe: Display EEPROM version in ethtool -i queries
by Peter P Waskiewicz Jr
· 16 years ago
3efac5a
ixgbe: Update copyright dates, bump the driver version number
by Peter P Waskiewicz Jr
· 16 years ago
2f21bdd
ixgbe: Add 82598 support for BX mezzanine devices
by Don Skidmore
· 16 years ago
1e336d0
ixgbe: add support KX/KX4 device
by Don Skidmore
· 16 years ago
78b6f4c
ixgbe: Replace LRO with GRO
by Herbert Xu
· 16 years ago
d3fa4721
ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.
by Peter P Waskiewicz Jr
· 16 years ago
bfb8cc3
ixgbe: fix the display of DCB control stats in ethtool
by Don Skidmore
· 16 years ago
9d2f472
ixgbe: convert directly reference of netdev->priv
by Wang Chen
· 16 years ago
2f90b86
ixgbe: this patch adds support for DCB to the kernel and ixgbe driver
by Alexander Duyck
· 16 years ago
454d7c9
netdevice: safe convert to netdev_priv() #part-1
by Wang Chen
· 16 years ago
0befdb3
ixgbe: add device support for 82598AT (copper 10GbE) adapters
by Jesse Brandeburg
· 16 years ago
b461724
ixgbe: Whitespace, copyright update and version number change patch
by Peter P Waskiewicz
· 16 years ago
b980497
ixgbe: move set_num_queues and call it after msix failure
by Jesse Brandeburg
· 16 years ago
c44ade9
ixgbe: update to latest common code module
by Jesse Brandeburg
· 16 years ago
f6af803
ixgbe: lro stats were not counted on first ethtool -Scall
by Jesse Brandeburg
· 16 years ago
c431f97
ixgbe: fix ring reallocation in ethtool
by Jesse Brandeburg
· 16 years ago
30efa5a
ixgbe: fix initial interrupt throttle settings
by Jesse Brandeburg
· 16 years ago
3d3d6d3
ixgbe: fix ethtool disable csum for ipv6
by Jesse Brandeburg
· 16 years ago
98c00a1
ixgbe: fix ethtool register dump
by Jesse Brandeburg
· 16 years ago
cf8280e
ixgbe: Update watchdog thread to accomodate longerlink_up events
by Jesse Brandeburg
· 16 years ago
22f32b7a5
ixgbe: should not use HW_CSUM, should use IP* flags
by Jesse Brandeburg
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
b19fa1f
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
by David S. Miller
· 16 years ago
177db6f
ixgbe: add LRO support
by Mallikarjuna R Chilakala
· 16 years ago
f494e8f
ixgbe: Introduce adaptive interrupt moderation
by Ayyappan Veeraiyan
· 17 years ago
30eba97
ixgbe: Introduce Multiqueue TX
by Ayyappan Veeraiyan
· 17 years ago
9c83b070
ixgbe: Fix pause code for ethtool
by Ayyappan Veeraiyan
· 17 years ago
735441f
ixbge: Make ethtool code account for media types
by Ayyappan Veeraiyan
· 17 years ago
d4f8088
ixgbe: remove obsolete irq_sem, add driver state checking code
by Ayyappan Veeraiyan
· 17 years ago
c00acf4
netdev: ARRAY_SIZE() cleanups
by Alejandro Martinez Ruiz
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
9a799d7
ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4)
by Auke Kok
· 17 years ago