summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann2019-10-051-0/+5
* e1000e: add workaround for possible stalled packetKai-Heng Feng2019-10-052-1/+11
* ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck2019-09-191-1/+3
* ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets2019-09-191-18/+11
* ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher2019-09-191-1/+2
* ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert2019-09-191-1/+2
* ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo2019-09-101-4/+1
* iavf: fix dereference of null rx_buffer pointerColin Ian King2019-07-261-2/+4
* ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier2019-07-261-0/+3
* igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-07-261-0/+1
* ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2019-07-262-1/+3
* iavf: allow null RX descriptorsMitch Williams2019-07-261-3/+18
* ice: Check all VFs for MDD activity, don't disableMitch Williams2019-07-261-12/+11
* ice: Fix couple of issues in ice_vsi_releaseBrett Creeley2019-07-263-13/+14
* ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley2019-07-261-2/+9
* e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-07-211-2/+4
* Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-07-211-6/+9
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0764-1717/+8827
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-0512-179/+339
| |\
| | * ice: Disable sniffing VF traffic on PFMichal Swiatkowski2019-05-041-22/+2
| | * ice: Use more efficient structuresJesse Brandeburg2019-05-041-2/+2
| | * ice: Use bitfields where possibleJesse Brandeburg2019-05-041-5/+5
| | * ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin2019-05-044-0/+120
| | * ice: Separate if conditions for ice_set_features()Tony Nguyen2019-05-041-2/+6
| | * ice: Remove __always_unused attributeTony Nguyen2019-05-041-1/+1
| | * ice: Suppress false-positive style issues reported by static analyzerBruce Allan2019-05-041-0/+1
| | * ice: Refactor getting/setting coalesceBrett Creeley2019-05-041-59/+93
| | * ice: Always free/allocate q_vectorsBrett Creeley2019-05-041-20/+14
| | * ice: Do not unnecessarily initialize local variableBruce Allan2019-05-041-1/+1
| | * ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski2019-05-044-28/+36
| | * ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin2019-05-042-2/+16
| | * ice: Preserve VLAN Rx stripping settingsTony Nguyen2019-05-041-0/+4
| | * ice: Fix for allowing too many MDD events on VFMichal Swiatkowski2019-05-041-7/+8
| | * ice: Use pf instead of vsi-backJesse Brandeburg2019-05-041-30/+30
| * | i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar2019-05-041-8/+15
| * | i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar2019-05-041-6/+10
| * | i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-041-4/+2
| * | i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski2019-05-041-25/+3
| * | i40e: missing input validation on VF message handling by the PFMartyna Szapar2019-05-042-14/+46
| * | i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov2019-05-046-2/+74
| * | i40e: Wrong truncation from u16 to u8Grzegorz Siwik2019-05-041-1/+1
| * | i40e: add num_vectors checker in iwarp handlerSergey Nemov2019-05-041-0/+10
| * | i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik2019-05-041-2/+2
| * | i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik2019-05-041-2/+2
| * | i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov2019-05-043-0/+6
| * | i40e: VF's promiscuous attribute is not keptGrzegorz Siwik2019-05-041-0/+23
| |/
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-0414-208/+448
| |\
| | * ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley2019-05-021-3/+6
| | * ice: Refactor link event flowBrett Creeley2019-05-022-48/+65