aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
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 Neftin4-0/+246
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-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
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 Neftin2-2/+0
2019-10-21igc: Add Rx checksum supportSasha Neftin2-1/+47
2019-10-21igc: Add set_rx_mode supportSasha Neftin5-0/+291
2019-10-21igc: Add SCTP CRC checksumming functionalitySasha Neftin1-0/+1
2019-09-09igc: Add tx_csum offload functionalitySasha Neftin4-0/+114
2019-09-09igc: Remove unneeded PCI bus definesSasha Neftin1-4/+0
2019-09-09igc: Add NVM checksum validationSasha Neftin1-0/+9
2019-09-09igc: Remove useless forward declarationSasha Neftin2-136/+129
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 Neftin3-0/+9
2019-07-24igc: Update the MAC reset flowSasha Neftin2-2/+2
2019-07-24igc: Remove the unused field from a device specification structureSasha Neftin1-5/+0
2019-07-24igc: Remove the polarity field from a PHY information structureSasha Neftin1-6/+0
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: Cleanup the redundant codeSasha Neftin1-20/+3
2019-05-28igc: Add flow control supportSasha Neftin2-0/+24
2019-05-28igc: Remove the obsolete workaroundSasha Neftin2-58/+3
2019-05-28igc: Clean up unused pointersSasha Neftin1-3/+0
2019-05-28igc: Fix double definitionsSasha Neftin1-3/+0
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 Torvalds6-12/+1383
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1