Age | Commit message (Expand) | Author |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-10-25 | i40e: allow ethtool to report SW and FW versions in recovery mode | Piotr Kwapulinski |
2019-10-25 | i40e: Extend PHY access with page change flag | Piotr Azarewicz |
2019-10-25 | i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO | Jaroslaw Gawin |
2019-08-22 | i40e: Check if transceiver implements DDM before access | Mauro S. M. Rodrigues |
2019-08-05 | i40e: verify string count matches even on early return | Jacob Keller |
2019-08-05 | i40e: Update visual effect for advertised FEC mode. | Czeslaw Zagorski |
2019-08-05 | i40e: fix incorrect ethtool statistics veb and veb.tc_ | Dmitrii Golovanov |
2019-06-26 | i40e: Fix descriptor count manipulation | Maciej Fijalkowski |
2019-06-14 | i40e: Missing response checks in driver when starting/stopping FW LLDP | Aleksandr Loktionov |
2019-06-14 | i40e: Missing response checks in driver when starting/stopping FW LLDP | Piotr Marczak |
2019-06-14 | i40e: add functions stubs to support EEE | Aleksandr Loktionov |
2019-05-04 | i40e: Add support for X710 B/P & SFP+ cards | Aleksandr Loktionov |
2019-05-04 | i40e: Fix the typo in adding 40GE KR4 mode | Grzegorz Siwik |
2019-05-03 | i40e: Introduce recovery mode support | Alice Michael |
2019-05-03 | i40e: Further implementation of LLDP | Aleksandr Loktionov |
2019-05-03 | i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibre | Adam Ludkiewicz |
2019-04-16 | i40e: Report advertised link modes on 40GBASE_SR4 | Adam Ludkiewicz |
2019-04-16 | i40e: Implement DDP support in i40e driver | Aleksandr Loktionov |
2019-03-26 | i40e: fix WoL support check | Stefan Assmann |
2019-01-22 | i40e: clean up several indentation issues | Colin Ian King |
2019-01-22 | i40e: Change unmatched function types | Grzegorz Siwik |
2019-01-22 | i40e: Add support FEC configuration for Fortville 25G | Damian Dybek |
2018-11-14 | i40e: always set ks->base.speed in i40e_get_settings_link_up | Jacob Keller |
2018-11-14 | i40e: don't restart nway if autoneg not supported | Mitch Williams |
2018-11-14 | i40e: Allow disabling FW LLDP on X722 devices | Patryk Małek |
2018-11-07 | i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURE | Todd Fujinaka |
2018-09-25 | i40e: disallow changing the number of descriptors when AF_XDP is on | Björn Töpel |
2018-09-08 | i40e(vf): remove i40e_ethtool_stats.h header file | Jacob Keller |
2018-08-30 | i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.h | Jacob Keller |
2018-08-30 | i40e: convert queue stats to i40e_stats array | Jacob Keller |
2018-08-24 | i40e: fix condition of WARN_ONCE for stat strings | Jacob Keller |
2018-08-07 | i40e: fix i40e_add_queue_stats data pointer update | Jacob Keller |
2018-08-07 | i40e: fix warning about shadowed ring parameter | Jacob Keller |
2018-08-07 | i40e: remove unnecessary i variable causing -Wshadow warning | Jacob Keller |
2018-08-07 | i40e: convert priority flow control stats to use helpers | Jacob Keller |
2018-08-07 | i40e: convert VEB TC stats to use an i40e_stats array | Jacob Keller |
2018-08-07 | i40e: add helper to copy statistic values into ethtool buffer | Jacob Keller |
2018-08-07 | i40e: add helper function for copying strings from stat arrays | Jacob Keller |
2018-05-22 | i40e: use the more traditional 'i' loop variable | Jacob Keller |
2018-05-22 | i40e: add function doc headers for ethtool stats functions | Jacob Keller |
2018-05-22 | i40e: update data pointer directly when copying to the buffer | Jacob Keller |
2018-05-22 | i40e: fold prefix strings directly into stat names | Jacob Keller |
2018-05-22 | i40e: use WARN_ONCE to replace the commented BUG_ON size check | Jacob Keller |
2018-05-22 | i40e: split i40e_get_strings() into smaller functions | Jacob Keller |
2018-05-22 | i40e: always return all queue stat strings | Jacob Keller |
2018-05-22 | i40e: always return VEB stat strings | Jacob Keller |
2018-05-14 | i40e: add tx_busy to ethtool stats | Harshitha Ramamurthy |
2018-05-14 | i40e: cleanup whitespace for some ethtool stat definitions | Jacob Keller |
2018-05-14 | i40e: remove duplicate pfc stats | Jacob Keller |