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