summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2020-01-06igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes
2020-01-06igc: Add support for ethtool GET_TS_INFO commandVinicius Costa Gomes
2020-01-06igc: Add support for TX timestampingVinicius Costa Gomes
2020-01-06igc: Add support for RX timestampingVinicius Costa Gomes
2020-01-06igc: Add basic skeleton for PTPVinicius Costa Gomes
2020-01-04igc: Remove no need declaration of the igc_sw_initSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_write_itrSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_assign_vectorSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_free_q_vectorSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_free_q_vectorsSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_irq_disableSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_irq_enableSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_configure_msixSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_set_rx_modeSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_set_interrupt_capabilitySasha Neftin
2020-01-04igc: Remove no need declaration of the igc_alloc_mapped_pageSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_configureSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_set_default_mac_filterSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_power_down_linkSasha Neftin
2020-01-04igc: Remove no need declaration of the igc_clean_tx_ringSasha Neftin
2020-01-03ice: Add device ids for E822 devicesJacob Keller
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak
2020-01-03ice: add extra check for null Rx descriptorMitch Williams
2020-01-03ice: suppress checked_return errorBruce Allan
2020-01-03ice: Demote MTU change print to debugTony Nguyen
2020-01-03ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley
2020-01-03ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley
2020-01-03ice: Remove Rx flex descriptor programmingVignesh Sridhar
2020-01-03ice: Return error on not supported ethtool -C parametersMichal Swiatkowski
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski
2020-01-03ice: Set default value for ITR in alloc functionMichal Swiatkowski
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley
2020-01-03ice: Fix VF spoofchkBrett Creeley
2020-01-03ice: Support UDP segmentation offloadBrett Creeley
2019-12-31igc: Remove serdes comments from a description of methodsSasha Neftin
2019-12-31e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck
2019-12-31igc: Add legacy power management supportSasha Neftin
2019-12-31igc: Add 64 bit DMA access supportSasha Neftin
2019-12-31igc: Fix parameter descriptions for a several functionsSasha Neftin
2019-12-31igc: Fix the parameter description for igc_alloc_rx_buffersSasha Neftin
2019-12-31igc: Remove excess parameter description from igc_is_non_eopSasha Neftin
2019-12-31igc: Prefer to use the pci_release_mem_regions methodSasha Neftin
2019-12-31igc: Improve the DMA mapping flowSasha Neftin
2019-12-31igc: Add scatter gather supportSasha Neftin
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds