aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-05-31ice: Fix inability to set channels when downJesse Brandeburg1-4/+0
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley3-22/+40
2020-05-31ice: Reset VF for all port VLAN changes from hostBrett Creeley1-37/+5
2020-05-31ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX valueChinh T Cao1-1/+1
2020-05-31ice: Increase timeout after PFRDan Nowlin1-1/+6
2020-05-31ice: Fix transmit for all software offloaded VLANsBrett Creeley3-54/+21
2020-05-31ice: support adding 16 unicast/multicast filter on untrusted VFPaul Greenwalt1-1/+4
2020-05-31ice: allow host to clear administratively set VF MACBrett Creeley1-8/+14
2020-05-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-296/+507
2020-05-28e1000: Fix typo in the commentHari1-1/+1
2020-05-28igc: Fix wrong register nameSasha Neftin2-2/+2
2020-05-28igc: Remove Sequence Error CounterSasha Neftin3-3/+0
2020-05-28igc: Add Receive Error CounterSasha Neftin3-0/+3
2020-05-28igc: Remove symbol error counterSasha Neftin3-3/+0
2020-05-28i40e: Make i40e_shutdown_adminq() return voidJason Yan2-6/+2
2020-05-28e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-05-28igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes1-1/+4
2020-05-28igc: Reject NFC rules with multiple matchesAndre Guedes1-5/+4
2020-05-28igc: Remove unused flagsSasha Neftin1-4/+0
2020-05-28igb: make igb_set_fc_watermarks() return voidJason Yan1-6/+3
2020-05-28ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing1-29/+0
2020-05-28ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan1-1/+1
2020-05-28ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan1-2/+1
2020-05-28ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-05-28i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-28i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-12/+12
2020-05-28ice: Refactor VF VSI release and setup functionsBrett Creeley1-31/+55
2020-05-28ice: Refactor VF resetBrett Creeley2-187/+130
2020-05-28ice: remove VM/VF disable command on CORER/GLOBR resetPaul Greenwalt1-11/+0
2020-05-28ice: Add functions to rebuild host VLAN/MAC config for a VFBrett Creeley1-32/+89
2020-05-28ice: Add function to set trust mode bit on resetBrett Creeley1-4/+13
2020-05-28ice: Renaming and simplification in VF init pathBrett Creeley1-29/+54
2020-05-28ice: Separate VF VSI initialization/creation from reset flowBrett Creeley1-4/+106
2020-05-28ice: Add helper function for clearing VPGEN_VFRTRIGBrett Creeley1-11/+20
2020-05-28ice: Simplify ice_sriov_configureBrett Creeley1-24/+48
2020-05-28ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappingsBrett Creeley1-32/+59
2020-05-28ice: Declare functions staticTony Nguyen2-6/+3
2020-05-28ice: fix kernel BUG if register_netdev failsJacob Keller1-2/+4
2020-05-28ice: fix potential double free in probe unrollingJacob Keller1-1/+2
2020-05-28ice: cleanup VSI context initializationJacob Keller1-1/+0
2020-05-28ice: Poll for reset completion when DDP load failsAnirudh Venkataramanan1-0/+3
2020-05-27ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak1-9/+21
2020-05-27ice: Refactor Rx checksum checksAnirudh Venkataramanan1-16/+11
2020-05-27ice: avoid undefined behaviorBruce Allan4-6/+16
2020-05-27ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow2-2/+2
2020-05-27ice: Add XDP Tx to VSI ring statsMarta Plantykow1-9/+33
2020-05-27ice: Change number of XDP TxQ to 0 when destroying ringsMarta Plantykow1-0/+3
2020-05-27ice: Handle critical FW error during admin queue initializationEvan Swanson5-54/+80
2020-05-27ice: Don't allow VLAN stripping change when pvid setBrett Creeley1-0/+6
2020-05-27ice: Add more Rx errors to netdev's rx_error counterBrett Creeley1-1/+7