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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.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
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
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
1
-1
/
+1
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
1
-4
/
+3
2022-02-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
1
-0
/
+9
2022-02-09
ice: Add ability for PF admin to enable VF VLAN pruning
Brett Creeley
1
-0
/
+9
2022-01-27
ice: Make Tx threshold dependent on ring length
Maciej Fijalkowski
1
-0
/
+2
2021-12-15
ice: tighter control over VSI_DOWN state
Jesse Brandeburg
1
-2
/
+4
2021-12-14
ice: Propagate error codes
Tony Nguyen
1
-25
/
+12
2021-12-14
ice: Remove excess error variables
Tony Nguyen
1
-42
/
+37
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
1
-20
/
+15
2021-12-14
ice: Use int for ice_status
Tony Nguyen
1
-12
/
+12
2021-12-14
ice: Remove string printing for ice_status
Tony Nguyen
1
-14
/
+14
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-10-29
ice: Hide bus-info in ethtool for PRs in switchdev mode
Marcin Szycik
1
-3
/
+4
2021-10-21
ice: enable ndo_setup_tc support for mqprio_qdisc
Kiran Patil
1
-0
/
+10
2021-10-19
ice: Refactor PR ethtool ops
Wojciech Drewek
1
-25
/
+74
2021-10-19
ice: fix rate limit update after coalesce change
Jesse Brandeburg
1
-6
/
+11
2021-10-15
ice: make use of ice_for_each_* macros
Maciej Fijalkowski
1
-5
/
+5
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
1
-23
/
+26
2021-10-15
ice: move ice_container_type onto ice_ring_container
Maciej Fijalkowski
1
-23
/
+15
2021-10-07
ice: add port representor ethtool ops and stats
Wojciech Drewek
1
-5
/
+50
2021-09-28
ice: Add DSCP support
Dave Ertman
1
-0
/
+7
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-4
/
+8
2021-06-11
ice: enable transmit timestamps for E810 devices
Jacob Keller
1
-2
/
+4
2021-06-11
ice: enable receive hardware timestamping
Jacob Keller
1
-2
/
+5
2021-06-11
ice: report the PTP clock index in ethtool .get_ts_info
Jacob Keller
1
-1
/
+21
2021-06-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
1
-5
/
+1
2021-06-07
ice: fix clang warning regarding deadcode.DeadStores
Paul M Stillwell Jr
1
-5
/
+1
2021-06-04
ice: report supported and advertised autoneg using PHY capabilities
Paul Greenwalt
1
-45
/
+6
2021-04-15
ice: Reimplement module reads used by ethtool
Scott W Taylor
1
-10
/
+39
2021-04-15
ice: refactor ITR data structures
Jesse Brandeburg
1
-8
/
+7
2021-04-15
ice: replace custom AIM algorithm with kernel's DIM library
Jacob Keller
1
-0
/
+6
2021-04-15
ice: refactor interrupt moderation writes
Jesse Brandeburg
1
-7
/
+10
2021-04-15
ice: Drop leading underscores in enum ice_pf_state
Anirudh Venkataramanan
1
-9
/
+9
[next]