summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0386-3507/+10756
|\
| * xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-014-4/+4
| * ice: Ignore EMODE when setting PHY configChinh T Cao2020-05-313-1/+9
| * ice: fix aRFS after flow director deleteHenry Tieman2020-05-311-1/+26
| * ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley2020-05-311-8/+6
| * ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr2020-05-311-1/+1
| * ice: fix function signature style formatBruce Allan2020-05-313-16/+8
| * ice: Allow VF to request reset as soon as it's initializedBrett Creeley2020-05-311-1/+1
| * ice: Fix inability to set channels when downJesse Brandeburg2020-05-311-4/+0
| * ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley2020-05-313-22/+40
| * ice: Reset VF for all port VLAN changes from hostBrett Creeley2020-05-311-37/+5
| * ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX valueChinh T Cao2020-05-311-1/+1
| * ice: Increase timeout after PFRDan Nowlin2020-05-311-1/+6
| * ice: Fix transmit for all software offloaded VLANsBrett Creeley2020-05-313-54/+21
| * ice: support adding 16 unicast/multicast filter on untrusted VFPaul Greenwalt2020-05-311-1/+4
| * ice: allow host to clear administratively set VF MACBrett Creeley2020-05-311-8/+14
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-05-305-296/+507
| |\
| | * ice: Refactor VF VSI release and setup functionsBrett Creeley2020-05-281-31/+55
| | * ice: Refactor VF resetBrett Creeley2020-05-282-187/+130
| | * ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt2020-05-281-11/+0
| | * ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley2020-05-281-32/+89
| | * ice: Add function to set trust mode bit on resetBrett Creeley2020-05-281-4/+13
| | * ice: Renaming and simplification in VF init pathBrett Creeley2020-05-281-29/+54
| | * ice: Separate VF VSI initialization/creation from reset flowBrett Creeley2020-05-281-4/+106
| | * ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley2020-05-281-11/+20
| | * ice: Simplify ice_sriov_configureBrett Creeley2020-05-281-24/+48
| | * ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley2020-05-281-32/+59
| | * ice: Declare functions staticTony Nguyen2020-05-282-6/+3
| | * ice: fix kernel BUG if register_netdev failsJacob Keller2020-05-281-2/+4
| | * ice: fix potential double free in probe unrollingJacob Keller2020-05-281-1/+2
| | * ice: cleanup VSI context initializationJacob Keller2020-05-281-1/+0
| | * ice: Poll for reset completion when DDP load failsAnirudh Venkataramanan2020-05-281-0/+3
| * | e1000: Fix typo in the commentHari2020-05-281-1/+1
| * | igc: Fix wrong register nameSasha Neftin2020-05-282-2/+2
| * | igc: Remove Sequence Error CounterSasha Neftin2020-05-283-3/+0
| * | igc: Add Receive Error CounterSasha Neftin2020-05-283-0/+3
| * | igc: Remove symbol error counterSasha Neftin2020-05-283-3/+0
| * | i40e: Make i40e_shutdown_adminq() return voidJason Yan2020-05-282-6/+2
| * | e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2020-05-282-8/+5
| * | igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes2020-05-281-1/+4
| * | igc: Reject NFC rules with multiple matchesAndre Guedes2020-05-281-5/+4
| * | igc: Remove unused flagsSasha Neftin2020-05-281-4/+0
| * | igb: make igb_set_fc_watermarks() return voidJason Yan2020-05-281-6/+3
| * | ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing2020-05-281-29/+0
| * | ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan2020-05-281-1/+1
| * | ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan2020-05-281-2/+1
| * | ixgbe: fix signed-integer-overflow warningXie XiuQi2020-05-281-1/+1
| * | i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer2020-05-281-3/+1
| * | i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-05-281-12/+12
| |/
| * ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak2020-05-271-9/+21