aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-19igc: Improve address check in igc_del_mac_filter()Andre Guedes1-1/+1
2020-04-19igc: Refactor igc_rar_set_index()Andre Guedes1-31/+42
2020-04-19igc: Fix igc_uc_unsync()Andre Guedes1-3/+1
2020-04-19igc: Change igc_add_mac_filter() returning valueAndre Guedes1-5/+2
2020-04-19igc: Check unsupported flag in igc_add_mac_filter()Andre Guedes1-0/+2
2020-04-19igc: Remove duplicate code in MAC filtering logicAndre Guedes1-99/+13
2020-04-19igc: Add new device IDs for i225 partSasha Neftin1-0/+3
2020-04-17igc: Fix default MAC address filter overrideAndre Guedes1-0/+2
2020-04-17igc: Remove dead code related to flower filterAndre Guedes1-3/+0
2020-04-17igc: Fix NFC queue redirection supportAndre Guedes1-3/+8
2020-04-17igc: Remove copper fiber switch controlSasha Neftin1-9/+0
2020-04-17igc: Enable NETIF_F_HW_TC flagSasha Neftin1-0/+1
2020-04-17igc: Add support for ETF offloadingVinicius Costa Gomes1-3/+67
2020-04-17igc: Add support for taprio offloadingVinicius Costa Gomes1-0/+113
2020-04-17igc: Add GSO partial supportSasha Neftin1-0/+10
2020-02-19igc: Add WOL supportSasha Neftin1-0/+10
2020-02-19igc: Add pcie error handler supportSasha Neftin1-0/+103
2020-02-19igc: Complete to commit Add basic skeleton for PTPSasha Neftin1-0/+2
2020-02-19igc: Add dump optionsSasha Neftin1-0/+2
2020-02-19igc: Complete to commit Add legacy power management supportSasha Neftin1-0/+27
2020-01-17igc: Add support for TSOSasha Neftin1-1/+112
2020-01-17igc: Add SKU for i225 deviceSasha Neftin1-0/+1
2020-01-17igc: Fix typo in a commentSasha Neftin1-1/+1
2020-01-06igc: Add support for TX timestampingVinicius Costa Gomes1-0/+50
2020-01-06igc: Add support for RX timestampingVinicius Costa Gomes1-0/+10
2020-01-06igc: Add basic skeleton for PTPVinicius Costa Gomes1-0/+27
2020-01-04igc: Remove no need declaration of the igc_sw_initSasha Neftin1-743/+740
2020-01-04igc: Remove no need declaration of the igc_write_itrSasha Neftin1-17/+16
2020-01-04igc: Remove no need declaration of the igc_assign_vectorSasha Neftin1-62/+61
2020-01-04igc: Remove no need declaration of the igc_free_q_vectorSasha Neftin1-21/+20
2020-01-04igc: Remove no need declaration of the igc_free_q_vectorsSasha Neftin1-14/+13
2020-01-04igc: Remove no need declaration of the igc_irq_disableSasha Neftin1-34/+33
2020-01-04igc: Remove no need declaration of the igc_irq_enableSasha Neftin1-24/+23
2020-01-04igc: Remove no need declaration of the igc_configure_msixSasha Neftin1-45/+44
2020-01-04igc: Remove no need declaration of the igc_set_rx_modeSasha Neftin1-177/+176
2020-01-04igc: Remove no need declaration of the igc_set_interrupt_capabilitySasha Neftin1-72/+70
2020-01-04igc: Remove no need declaration of the igc_alloc_mapped_pageSasha Neftin1-48/+46
2020-01-04igc: Remove no need declaration of the igc_configureSasha Neftin1-46/+45
2020-01-04igc: Remove no need declaration of the igc_set_default_mac_filterSasha Neftin1-46/+45
2020-01-04igc: Remove no need declaration of the igc_power_down_linkSasha Neftin1-11/+10
2020-01-04igc: Remove no need declaration of the igc_clean_tx_ringSasha Neftin1-38/+37
2019-12-31igc: Remove serdes comments from a description of methodsSasha Neftin1-2/+2
2019-12-31igc: Add legacy power management supportSasha Neftin1-0/+204
2019-12-31igc: Add 64 bit DMA access supportSasha Neftin1-0/+3
2019-12-31igc: Fix parameter descriptions for a several functionsSasha Neftin1-3/+7
2019-12-31igc: Fix the parameter description for igc_alloc_rx_buffersSasha Neftin1-1/+2
2019-12-31igc: Remove excess parameter description from igc_is_non_eopSasha Neftin1-1/+0
2019-12-31igc: Prefer to use the pci_release_mem_regions methodSasha Neftin1-2/+1
2019-12-31igc: Improve the DMA mapping flowSasha Neftin1-15/+9
2019-12-31igc: Add scatter gather supportSasha Neftin1-0/+1