aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes2-1/+6
2020-01-06igc: Add support for ethtool GET_TS_INFO commandVinicius Costa Gomes1-0/+34
2020-01-06igc: Add support for TX timestampingVinicius Costa Gomes4-0/+158
2020-01-06igc: Add support for RX timestampingVinicius Costa Gomes5-0/+340
2020-01-06igc: Add basic skeleton for PTPVinicius Costa Gomes6-1/+439
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
2020-01-03ice: Add device ids for E822 devicesJacob Keller3-0/+39
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak1-0/+2
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak3-3/+6
2020-01-03ice: add extra check for null Rx descriptorMitch Williams1-5/+8
2020-01-03ice: suppress checked_return errorBruce Allan1-0/+6
2020-01-03ice: Demote MTU change print to debugTony Nguyen1-1/+1
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley1-100/+99
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2-47/+12
2020-01-03ice: Remove Rx flex descriptor programmingVignesh Sridhar2-113/+0
2020-01-03ice: Return error on not supported ethtool -C parametersMichal Swiatkowski1-0/+50
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2-0/+108
2020-01-03ice: Set default value for ITR in alloc functionMichal Swiatkowski1-9/+4
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley4-15/+22
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley4-16/+155
2020-01-03ice: Fix VF spoofchkBrett Creeley4-97/+146
2020-01-03ice: Support UDP segmentation offloadBrett Creeley2-4/+14
2019-12-31igc: Remove serdes comments from a description of methodsSasha Neftin1-2/+2
2019-12-31e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck1-8/+9
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-31igb: dont drop packets if rx flow control is enabledRobert Beckett3-14/+42
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-6/+6
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller15-25/+42
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-7/+24