index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-26
i40e: stop using cmpxchg flow in i40e_set_priv_flags()
Jacob Keller
1
-14
/
+5
2018-03-26
i40e: move AUTO_DISABLED flags into the state field
Jacob Keller
1
-2
/
+2
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-03-19
i40e: Prevent setting link speed on I40E_DEV_ID_25G_B
Patryk Małek
1
-0
/
+1
2018-03-19
i40e: Prevent setting link speed on KX_X722
Patryk Małek
1
-1
/
+2
2018-03-19
i40e: Properly check allowed advertisement capabilities
Jan Sokolowski
1
-9
/
+7
2018-02-26
i40e: link_down_on_close private flag support
Mariusz Stachura
1
-0
/
+2
2018-02-13
i40e: i40e: Change ethtool check from MAC to HW flag
Dave Ertman
1
-10
/
+2
2018-02-12
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
1
-6
/
+7
2018-02-12
i40e/i40evf: Use usec value instead of reg value for ITR defines
Alexander Duyck
1
-6
/
+6
2018-02-12
i40e/i40evf: Clean-up of bits related to using q_vector->reg_idx
Alexander Duyck
1
-6
/
+6
2018-02-12
i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDP
Alan Brady
1
-7
/
+15
2018-02-12
i40e: Warn when setting link-down-on-close while in MFP
Paweł Jabłoński
1
-0
/
+6
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
1
-16
/
+16
2018-01-27
i40e: fix reported mask for ntuple filters
Jacob Keller
1
-4
/
+4
2018-01-27
i40e: disallow programming multiple filters with same criteria
Jacob Keller
1
-0
/
+87
2018-01-27
i40e: program fragmented IPv4 filter input set
Jacob Keller
1
-0
/
+10
2018-01-27
i40e: Implement an ethtool private flag to stop LLDP in FW
Dave Ertman
1
-1
/
+46
2018-01-27
i40e: change flags to use 64 bits
Alice Michael
1
-2
/
+2
2018-01-27
i40e/i40evf: Use ring pointers to clean up _set_itr_per_queue
Alexander Duyck
1
-10
/
+12
2018-01-27
i40e: Fix for adding multiple ethtool filters on the same location
Patryk Małek
1
-6
/
+6
2018-01-10
i40e: display priority_xon and priority_xoff stats
Alice Michael
1
-0
/
+4
2018-01-06
i40e: setup xdp_rxq_info
Jesper Dangaard Brouer
1
-0
/
+2
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-291
/
+614
2017-10-31
i40e: Cloud filter mode for set_switch_config command
Amritha Nambiar
1
-1
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-17
i40e: convert i40e_set_link_ksettings to new API
Alan Brady
1
-36
/
+57
2017-10-17
i40e: rename 'change' variable to 'autoneg_changed'
Alan Brady
1
-6
/
+6
2017-10-17
i40e: convert i40e_get_settings_link_up to new API
Alan Brady
1
-62
/
+125
2017-10-17
i40e: convert i40e_phy_type_to_ethtool to new API
Alan Brady
1
-64
/
+140
2017-10-17
i40e: Add new PHY types for 25G AOC and ACC support
Sudheer Mogilappagari
1
-0
/
+2
2017-10-17
i40e: group autoneg PHY types together
Alan Brady
1
-44
/
+41
2017-10-17
i40e: fix whitespace issues in i40e_ethtool.c
Alan Brady
1
-26
/
+18
2017-10-17
i40e: fix comment typo
Alan Brady
1
-2
/
+2
2017-10-17
i40e: fix i40e_phy_type_to_ethtool function header
Alan Brady
1
-1
/
+1
2017-10-17
i40e: fix clearing link masks in i40e_get_link_ksettings
Alan Brady
1
-8
/
+6
2017-10-17
i40e: add function header for i40e_get_rxfh
Alan Brady
1
-0
/
+10
2017-10-17
i40e: remove ifdef SPEED_25000
Alan Brady
1
-5
/
+0
2017-10-17
i40e: rename 'cmd' variables in ethtool interface
Alan Brady
1
-71
/
+74
2017-10-14
i40e: Enable 'channel' mode in mqprio for TC configs
Amritha Nambiar
1
-1
/
+7
2017-10-06
i40e/i40evf: organize and re-number feature flags
Jacob Keller
1
-3
/
+3
2017-10-06
i40e: do not enter PHY debug mode while setting LEDs behaviour
Mariusz Stachura
1
-2
/
+5
2017-10-06
i40e: add private flag to control source pruning
Mitch Williams
1
-2
/
+5
2017-10-02
i40e: Add support for 'ethtool -m'
Filip Sadowski
1
-0
/
+154
2017-08-26
i40e: prevent changing ITR if adaptive-rx/tx enabled
Alan Brady
1
-22
/
+43
2017-08-26
i40e/i40evf: use cmpxchg64 when updating private flags in ethtool
Jacob Keller
1
-18
/
+39
2017-08-26
i40e: separate hw_features from runtime changing flags
Jacob Keller
1
-17
/
+17
2017-07-26
i40e/i40evf: remove mismatched type warnings
Jesse Brandeburg
1
-3
/
+3
2017-06-21
i40e: Add message for unsupported MFP mode
Carolyn Wyborny
1
-0
/
+6
2017-06-21
i40e: add support for XDP_TX action
Björn Töpel
1
-9
/
+33
[next]