index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_ethtool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Fix incorrect assigns of FEC counts
Mateusz Polchlopek
2024-08-07
1
-4
/
+4
*
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
2024-07-15
1
-1
/
+1
|
\
|
*
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-07-15
1
-1
/
+1
*
|
ice: Implement driver functionality to dump serdes equalizer values
Anil Samal
2024-07-11
1
-2
/
+136
*
|
ice: Implement driver functionality to dump fec statistics
Anil Samal
2024-07-11
1
-0
/
+304
|
/
*
ice: Interpret .set_channels() input differently
Larysa Zaremba
2024-05-23
1
-17
/
+2
*
ice: Fix freeing uninitialized pointers
Dan Carpenter
2024-04-03
1
-1
/
+1
*
ice: Implement RSS settings for GTP using ethtool
Takeru Hayasaka
2024-03-06
1
-0
/
+82
*
ice: avoid unnecessary devm_ usage
Maciej Fijalkowski
2024-03-04
1
-7
/
+3
*
ice: Add a new counter for Rx EIPE errors
Aniruddha Paul
2024-02-02
1
-0
/
+1
*
ice: introduce PTP state machine
Jacob Keller
2024-01-30
1
-1
/
+1
*
ice: remove rx_len_errors statistic
Jan Sokolowski
2024-01-02
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-12-21
1
-2
/
+2
|
\
|
*
ice: fix theoretical out-of-bounds access in ethtool link modes
Michal Schmidt
2023-12-13
1
-2
/
+2
*
|
ice: enable symmetric-xor RSS for Toeplitz hash function
Jeff Guo
2023-12-14
1
-17
/
+22
*
|
ice: refactor RSS configuration
Qi Zhang
2023-12-14
1
-1
/
+5
*
|
net: ethtool: get rid of get/set_rxfh_context functions
Ahmed Zaki
2023-12-14
1
-16
/
+13
*
|
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-14
1
-23
/
+21
*
|
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-12-08
1
-6
/
+3
|
/
*
ice: Add 200G speed/phy type use
Alice Michael
2023-10-27
1
-2
/
+24
*
intel: fix format warnings
Jesse Brandeburg
2023-10-19
1
-3
/
+4
*
ice: Refactor finding advertised link speed
Pawel Chmielewski
2023-10-18
1
-65
/
+128
*
ice: PTP: add clock domain number to auxiliary interface
Michal Michalik
2023-09-20
1
-1
/
+1
*
ice: prevent NULL pointer deref during reload
Michal Swiatkowski
2023-07-14
1
-2
/
+11
*
ice: refactor PHY type to ethtool link mode
Paul Greenwalt
2023-05-17
1
-274
/
+35
*
ice: add individual interrupt allocation
Piotr Raczynski
2023-05-16
1
-1
/
+1
*
ice: copy last block omitted in ice_get_module_eeprom()
Petr Oros
2023-03-03
1
-2
/
+4
*
Daniel Borkmann says:
Jakub Kicinski
2023-02-11
1
-3
/
+1
|
\
|
*
ice: Remove next_{dd,rs} fields from ice_tx_ring
Maciej Fijalkowski
2023-02-01
1
-2
/
+0
|
*
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
2023-02-01
1
-1
/
+1
*
|
ice: cleanup in VSI config/deconfig code
Michal Swiatkowski
2023-02-03
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-02
1
-4
/
+24
|
\
\
|
|
/
|
/
|
|
*
ice: Prevent set_channel from changing queues while RDMA active
Dave Ertman
2023-01-27
1
-4
/
+24
*
|
ice: Explicitly return 0
Tony Nguyen
2023-01-19
1
-1
/
+1
*
|
ice: combine cases in ice_ksettings_find_adv_link_speed()
Przemek Kitszel
2023-01-19
1
-12
/
+8
*
|
ice: Add support for 100G KR2/CR2/SR2 link reporting
Anirudh Venkataramanan
2023-01-19
1
-9
/
+32
|
/
*
ice: Accumulate ring statistics over reset
Benjamin Mikailenko
2022-11-23
1
-6
/
+6
*
ice: Add additional CSR registers to ETHTOOL_GREGS
Lukasz Czapnik
2022-10-29
1
-0
/
+169
*
ice: Allow 100M speeds for some devices
Anirudh Venkataramanan
2022-08-18
1
-4
/
+7
*
ice: Implement control of FCS/CRC stripping
Jesse Brandeburg
2022-08-18
1
-4
/
+1
*
ice: track and warn when PHC update is late
Jacob Keller
2022-08-16
1
-0
/
+2
*
ice: track Tx timestamp stats similar to other Intel drivers
Jacob Keller
2022-08-16
1
-0
/
+3
*
ice: initialize cached_phctime when creating Rx rings
Jacob Keller
2022-08-16
1
-0
/
+1
*
ice: set tx_tstamps when creating new Tx rings via ethtool
Jacob Keller
2022-08-16
1
-0
/
+1
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2022-07-30
1
-1
/
+1
|
\
|
*
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
2022-07-28
1
-1
/
+1
*
|
ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
Maciej Fijalkowski
2022-07-26
1
-1
/
+2
|
/
*
ice: ethtool: Prohibit improper channel config for DCB
Anatolii Gerasymenko
2022-06-22
1
-0
/
+10
*
ice: ethtool: advertise 1000M speeds properly
Anatolii Gerasymenko
2022-06-21
1
-1
/
+38
*
ice: Expose RSS indirection tables for queue groups via ethtool
Sridhar Samudrala
2022-05-14
1
-18
/
+51
[next]