Age | Commit message (Expand) | Author | Files | Lines |
2022-05-10 | igc: Remove igc_set_spd_dplx method | Sasha Neftin | 1 | -1/+0 |
2021-08-27 | igc: Add support for CBS offloading | Aravindhan Gunasekaran | 1 | -1/+10 |
2021-08-27 | igc: Simplify TSN flags handling | Vinicius Costa Gomes | 1 | -0/+2 |
2021-08-24 | igc: Add support for PTP getcrosststamp() | Vinicius Costa Gomes | 1 | -0/+1 |
2021-07-20 | Revert "igc: Export LEDs" | Kurt Kanzenbach | 1 | -10/+0 |
2021-07-16 | igc: Export LEDs | Kurt Kanzenbach | 1 | -0/+10 |
2021-07-16 | igc: Make flex filter more flexible | Kurt Kanzenbach | 1 | -0/+1 |
2021-07-16 | igc: Integrate flex filter into ethtool ops | Kurt Kanzenbach | 1 | -7/+17 |
2021-07-16 | igc: Add possibility to add flex filter | Kurt Kanzenbach | 1 | -0/+13 |
2021-07-01 | igc: change default return of igc_read_phy_reg() | Tom Rix | 1 | -1/+1 |
2021-06-04 | igc: Enable HW VLAN Insertion and HW VLAN Stripping | Muhammad Husaini Zulkifli | 1 | -0/+1 |
2021-05-20 | igc: Enable TX via AF_XDP zero-copy | Andre Guedes | 1 | -0/+3 |
2021-05-20 | igc: Enable RX via AF_XDP zero-copy | Andre Guedes | 1 | -6/+16 |
2021-05-20 | igc: Replace IGC_TX_FLAGS_XDP flag by an enum | Andre Guedes | 1 | -2/+6 |
2021-04-16 | igc: enable auxiliary PHC functions for the i225 | Ederson de Souza | 1 | -0/+11 |
2021-04-16 | igc: Enable internal i225 PPS | Ederson de Souza | 1 | -0/+2 |
2021-03-29 | igc: Add support for XDP_TX action | Andre Guedes | 1 | -1/+8 |
2021-03-29 | igc: Add initial XDP support | Andre Guedes | 1 | -0/+2 |
2021-03-29 | igc: Add set/clear large buffer helpers | Andre Guedes | 1 | -0/+4 |
2021-03-29 | igc: Refactor Rx timestamp handling | Andre Guedes | 1 | -2/+1 |
2021-03-11 | igc: Fix igc_ptp_rx_pktstamp() | Andre Guedes | 1 | -1/+1 |
2021-02-03 | igc: Expose the gPHY firmware version | Sasha Neftin | 1 | -1/+1 |
2021-02-03 | igc: Expose the NVM version | Sasha Neftin | 1 | -0/+2 |
2020-09-28 | igc: Export a way to read the PTP timer | Vinicius Costa Gomes | 1 | -0/+1 |
2020-09-28 | igc: Save PTP time before a reset | Vinicius Costa Gomes | 1 | -0/+2 |
2020-09-09 | igc: Fix wrong timestamp latency numbers | Vinicius Costa Gomes | 1 | -12/+8 |
2020-06-29 | igc: Clean up Rx timestamping logic | Andre Guedes | 1 | -3/+0 |
2020-06-29 | igc: Add initial EEE support | Sasha Neftin | 1 | -0/+4 |
2020-06-25 | net/intel: remove driver versions from Intel drivers | Jeff Kirsher | 1 | -1/+0 |
2020-05-28 | igc: Fix IGC_MAX_RXNFC_RULES | Andre Guedes | 1 | -1/+4 |
2020-05-22 | igc: Change adapter->nfc_rule_lock to mutex | Andre Guedes | 1 | -1/+1 |
2020-05-22 | igc: Refactor igc_ethtool_update_nfc_rule() | Andre Guedes | 1 | -14/+4 |
2020-05-22 | igc: Fix NFC rules restoration | Andre Guedes | 1 | -2/+2 |
2020-05-22 | igc: Fix 'sw_idx' type in struct igc_nfc_rule | Andre Guedes | 1 | -1/+1 |
2020-05-21 | igc: Change byte order in struct igc_nfc_filter | Andre Guedes | 1 | -8/+2 |
2020-05-21 | igc: Align terms used in NFC support code | Andre Guedes | 1 | -15/+14 |
2020-05-21 | igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c | Andre Guedes | 1 | -2/+1 |
2020-05-21 | igc: Remove unused field from igc_nfc_filter | Andre Guedes | 1 | -1/+0 |
2020-05-21 | igc: Add support for source address filters in core | Andre Guedes | 1 | -3/+10 |
2020-05-20 | igc: Remove mac_table from igc_adapter | Andre Guedes | 1 | -11/+0 |
2020-05-20 | igc: Remove IGC_MAC_STATE_SRC_ADDR flag | Andre Guedes | 1 | -4/+2 |
2020-05-19 | igc: Refactor ethertype filtering code | Andre Guedes | 1 | -2/+2 |
2020-05-19 | igc: Fix MAX_ETYPE_FILTER value | Andre Guedes | 1 | -1/+1 |
2020-05-19 | igc: Remove ethertype filter in PTP code | Andre Guedes | 1 | -1/+1 |
2020-05-19 | igc: Refactor VLAN priority filtering code | Andre Guedes | 1 | -0/+3 |
2020-05-18 | igc: add support to eeprom, registers and link self-tests | Vitaly Lifshits | 1 | -0/+4 |
2020-04-19 | igc: Remove igc_*_mac_steering_filter() wrappers | Andre Guedes | 1 | -4/+4 |
2020-04-19 | igc: Remove IGC_MAC_STATE_QUEUE_STEERING | Andre Guedes | 1 | -2/+1 |
2020-04-17 | igc: Remove dead code related to flower filter | Andre Guedes | 1 | -1/+0 |
2020-04-17 | igc: Fix double definition | Sasha Neftin | 1 | -3/+1 |