index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
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
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-06-13
i40e: fix handling of HW ATR eviction
Jacob Keller
1
-2
/
+2
2017-05-31
i40e: add statistic indicating number of skipped Tx timestamps
Jacob Keller
1
-0
/
+1
2017-04-30
i40e: remove hw_disabled_flags in favor of using separate flag bits
Jacob Keller
1
-3
/
+3
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
1
-21
/
+21
2017-04-30
i40e: properly spell I40E_VF_STATE_* flags
Jacob Keller
1
-1
/
+1
2017-04-20
i40e: fix CONFIG_BUSY checks in i40e_set_settings function
Jacob Keller
1
-9
/
+29
2017-04-08
i40e: Simplify i40e_detect_recover_hung_queue logic
Alan Brady
1
-1
/
+0
2017-04-08
i40e: Decrease the scope of rtnl lock
Maciej Sosin
1
-3
/
+3
2017-03-29
i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow
Alexander Duyck
1
-1
/
+4
2017-03-29
i40e: Clean up handling of private flags
Alexander Duyck
1
-77
/
+112
2017-03-28
i40e: Drop FCoE code from core driver files
Alexander Duyck
1
-35
/
+0
2017-03-24
i40e: add support for SCTPv4 FDir filters
Jacob Keller
1
-0
/
+10
2017-03-24
i40e: implement support for flexible word payload
Jacob Keller
1
-12
/
+487
2017-03-24
i40e: add parsing of flexible filter fields from userdef
Jacob Keller
1
-1
/
+109
2017-03-24
i40e: partition the ring_cookie to get VF index
Jacob Keller
1
-34
/
+40
2017-03-24
i40e: allow changing input set for ntuple filters
Jacob Keller
1
-3
/
+145
2017-03-24
i40e: check current configured input set when adding ntuple filters
Jacob Keller
1
-15
/
+102
2017-03-24
i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINS
Jacob Keller
1
-0
/
+83
2017-03-21
i40e: always remove old filter when adding new FDir filter
Jacob Keller
1
-25
/
+7
2017-03-21
i40e: explicitly fail on extended MAC field for ethtool_rx_flow_spec
Jacob Keller
1
-0
/
+4
2017-03-21
i40e: rework exit flow of i40e_add_fdir_ethtool
Jacob Keller
1
-4
/
+11
2017-03-21
i40e: don't use arrays for (src|dst)_ip
Jacob Keller
1
-6
/
+6
[next]