aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21e1000e: Add support for S0ixSasha Neftin2-0/+186
2019-10-21igc: Add SCTP CRC checksumming functionalitySasha Neftin1-0/+1
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-4/+4
2019-09-16ixgbe: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-16i40e: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-22/+18
2019-09-13ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher1-1/+2
2019-09-13Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller17-224/+2915
2019-09-12ice: Bump versionTony Nguyen1-2/+2
2019-09-12ice: Enable DDP package downloadTony Nguyen12-195/+679
2019-09-12ice: Initialize DDP package structuresTony Nguyen4-2/+953
2019-09-12ice: Implement Dynamic Device Personalization (DDP) downloadTony Nguyen9-1/+1137
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik8-29/+53
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr6-1/+97
2019-09-12ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert1-1/+2
2019-09-11ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets1-18/+11
2019-09-11ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck1-1/+3
2019-09-11i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-0/+5
2019-09-11net/ixgbevf: make array api static const, makes object smallerColin Ian King1-6/+8
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann2-1/+7
2019-09-11i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann1-1/+2
2019-09-11i40e: use BIT macro to specify the cloud filter field flagsJacob Keller1-5/+5
2019-09-11i40e: Fix message for other card without FEC.Czeslaw Zagorski1-3/+7
2019-09-11i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov1-9/+10
2019-09-11i40e: mark additional missing bits as reservedJacob Keller1-0/+3
2019-09-11i40e: remove I40E_AQC_ADD_CLOUD_FILTER_OIPJacob Keller1-1/+1
2019-09-11i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64Jacob Keller1-1/+1
2019-09-11ixgbe: use skb_get_queue_mapping in tx pathTonghao Zhang1-1/+1
2019-09-11i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann1-0/+5
2019-09-11ixgbe: fix memory leaksWenwen Wang1-0/+4
2019-09-09i40e: Add support for X710 deviceMariusz Stachura1-0/+1
2019-09-09igc: Add tx_csum offload functionalitySasha Neftin4-0/+114
2019-09-09ixgbe: sync the first fragment unconditionallyFiro Yang1-7/+9
2019-09-09i40e: Remove EMPR traces from debugfs facilityMauro S. M. Rodrigues2-5/+0
2019-09-09i40e: Implement debug macro hw_dbg using dev_dbgMauro S. M. Rodrigues3-1/+6
2019-09-09i40e: fix hw_dbg usage in i40e_hmc_get_object_vaMauro S. M. Rodrigues1-10/+11
2019-09-09igc: Remove unneeded PCI bus definesSasha Neftin1-4/+0
2019-09-09iavf: allow permanent MAC address to changeMitch Williams2-5/+0
2019-09-09igc: Add NVM checksum validationSasha Neftin1-0/+9
2019-09-09fm10k: use a local variable for the frag pointerJacob Keller1-3/+5
2019-09-09igc: Remove useless forward declarationSasha Neftin2-136/+129
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng1-6/+6
2019-09-09ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendRadoslaw Tyl1-0/+1
2019-09-09iavf: remove unused debug function iavf_debug_dYueHaibing1-22/+0
2019-09-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-169/+195
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-39/+76