summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
Commit message (Expand)AuthorAgeFilesLines
* igc: enable auxiliary PHC functions for the i225Ederson de Souza2021-04-161-2/+53
* igc: Enable internal i225 PPSEderson de Souza2021-04-161-0/+8
* igc: Add support for XDP_REDIRECT actionAndre Guedes2021-03-291-11/+73
* igc: Add support for XDP_TX actionAndre Guedes2021-03-291-10/+166
* igc: Add initial XDP supportAndre Guedes2021-03-291-11/+107
* igc: Refactor Rx timestamp handlingAndre Guedes2021-03-291-10/+20
* igc: Introduce igc_get_rx_frame_truesize() helperAndre Guedes2021-03-291-11/+18
* igc: Introduce igc_rx_buffer_flip() helperAndre Guedes2021-03-291-22/+21
* igc: Remove unused argument from igc_tx_cmd_type()Andre Guedes2021-03-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+9
|\
| * igc: reinit_locked() should be called with rtnl_lockSasha Neftin2021-03-111-0/+9
* | igc: Assign boolean values to a bool variableJiapeng Zhong2021-03-191-8/+8
* | net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean2021-03-101-1/+1
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-02-041-0/+1
|\
| * igc: Add Host Good Packets Transmitted CountSasha Neftin2021-02-031-0/+1
* | net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-7/+2
|/
* net: igc: use skb_csum_is_sctp instead of protocol checkXin Long2021-01-191-13/+1
* igc: Add new device IDSasha Neftin2020-12-101-0/+1
* igc: Fix returning wrong statisticsVinicius Costa Gomes2020-11-101-6/+8
* net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior2020-09-291-1/+0
* igc: Reject schedules with a base_time in the futureVinicius Costa Gomes2020-09-281-2/+23
* igc: Save PTP time before a resetVinicius Costa Gomes2020-09-281-0/+2
* igc: Expose LPI countersSasha Neftin2020-09-281-0/+2
* igc: Clean RX descriptor error flagsAndre Guedes2020-09-281-3/+2
* igc: Add new device ID'sSasha Neftin2020-09-281-0/+5
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-1/+1
* net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-8/+2
* igc: Fix PTP initializationVinicius Costa Gomes2020-08-141-3/+2
* igc: Clean up the hw_stats structureSasha Neftin2020-07-271-2/+0
* igc: Fix registers definitionSasha Neftin2020-07-271-4/+0
* igc: Remove unneeded ICTXQMTC registerSasha Neftin2020-07-271-1/+0
* igc: Remove unneeded variableSasha Neftin2020-07-271-1/+0
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-3/+2
* igc: Remove unneeded check for copper media typeSasha Neftin2020-06-291-2/+1
* igc: Refactor the igc_power_down_link()Sasha Neftin2020-06-291-13/+3
* igc: Remove TCP segmentation TX fail counterSasha Neftin2020-06-291-1/+0
* igc: Clean up Rx timestamping logicAndre Guedes2020-06-291-8/+4
* igc: Add initial EEE supportSasha Neftin2020-06-291-0/+16
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-342/+699
|\
| * igc: Remove Sequence Error CounterSasha Neftin2020-05-281-1/+0
| * igc: Add Receive Error CounterSasha Neftin2020-05-281-0/+1
| * igc: Remove symbol error counterSasha Neftin2020-05-281-1/+0
| * igc: Remove igc_nfc_rule_exit()Andre Guedes2020-05-221-14/+0
| * igc: Change adapter->nfc_rule_lock to mutexAndre Guedes2020-05-221-7/+7
| * igc: Change return type from igc_disable_nfc_rule()Andre Guedes2020-05-221-17/+9
| * igc: Fix NFC rules leak when driver is unloadedAndre Guedes2020-05-221-13/+16
| * igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes2020-05-221-33/+172
| * igc: Fix NFC rules restorationAndre Guedes2020-05-221-7/+9
| * igc: Fix NFC rules with multicast addressesAndre Guedes2020-05-221-6/+0