aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller1-2/+2
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-3/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul1-1/+2
2019-10-21igc: Clean up unused shadow_vfta pointerSasha Neftin1-1/+0
2019-10-21igc: Add Rx checksum supportSasha Neftin1-0/+43
2019-10-21igc: Add set_rx_mode supportSasha Neftin1-0/+181
2019-10-21igc: Add SCTP CRC checksumming functionalitySasha Neftin1-0/+1
2019-09-09igc: Add tx_csum offload functionalitySasha Neftin1-0/+97
2019-09-09igc: Add NVM checksum validationSasha Neftin1-0/+9
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-24igc: Add more SKUs for i225 deviceSasha Neftin1-0/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+3
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler1-8/+4
2019-05-28igc: Add flow control supportSasha Neftin1-0/+21
2019-05-28igb/igc: warn when fatal read failure happensFeng Tang1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+448
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0