summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-01-05igc: Remove no need declaration of the igc_set_rx_modeSasha Neftin1-177/+176
2020-01-05igc: Remove no need declaration of the igc_set_interrupt_capabilitySasha Neftin1-72/+70
2020-01-05igc: Remove no need declaration of the igc_alloc_mapped_pageSasha Neftin1-48/+46
2020-01-05igc: Remove no need declaration of the igc_configureSasha Neftin1-46/+45
2020-01-05igc: Remove no need declaration of the igc_set_default_mac_filterSasha Neftin1-46/+45
2020-01-05igc: Remove no need declaration of the igc_power_down_linkSasha Neftin1-11/+10
2020-01-05igc: Remove no need declaration of the igc_clean_tx_ringSasha Neftin1-38/+37
2020-01-04ice: Add device ids for E822 devicesJacob Keller3-0/+39
2020-01-04ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak1-0/+2
2020-01-04ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak3-3/+6
2020-01-04ice: add extra check for null Rx descriptorMitch Williams1-5/+8
2020-01-04ice: suppress checked_return errorBruce Allan1-0/+6
2020-01-04ice: Demote MTU change print to debugTony Nguyen1-1/+1
2020-01-04ice: Enable ip link show on the PF to display VF unicast MAC(s)Brett Creeley1-100/+99
2020-01-04ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTOBrett Creeley2-47/+12
2020-01-04ice: Remove Rx flex descriptor programmingVignesh Sridhar2-113/+0
2020-01-04ice: Return error on not supported ethtool -C parametersMichal Swiatkowski1-0/+50
2020-01-04ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski2-0/+108
2020-01-04ice: Set default value for ITR in alloc functionMichal Swiatkowski1-9/+4
2020-01-04ice: Add ice_for_each_vf() macroBrett Creeley4-15/+22
2020-01-04ice: Add code to keep track of current dflt_vsiBrett Creeley4-16/+155
2020-01-04ice: Fix VF spoofchkBrett Creeley4-97/+146
2020-01-04ice: Support UDP segmentation offloadBrett Creeley2-4/+14
2020-01-01igc: Remove serdes comments from a description of methodsSasha Neftin1-2/+2
2020-01-01e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck1-8/+9
2020-01-01igc: 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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-6/+6
2019-12-23Merge 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
2019-12-21xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson3-6/+6
2019-12-19net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2-3/+12
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy3-4/+12
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin13-16/+18
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya10-18/+18
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+2
2019-11-23ice: Update FW API minor versionKevin Scott1-1/+1
2019-11-23ice: remove pointless NULL check of port_infoJacob Keller1-2/+1
2019-11-23ice: Implement ethtool ops for channelsHenry Tieman7-19/+335
2019-11-23ice: implement VF stats NDOJesse Brandeburg3-0/+57
2019-11-23ice: add helpers for virtchnlJesse Brandeburg1-71/+63
2019-11-23ice: Add ice_pf_to_dev(pf) macroBrett Creeley10-341/+389
2019-11-23ice: Do not use devm* functions for local usesTony Nguyen5-88/+80