summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-27ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFSSurabhi Boob1-21/+28
2020-05-27ice: Fix memory leakSurabhi Boob1-1/+7
2020-05-27ice: fix MAC write commandJesse Brandeburg2-10/+5
2020-05-27ice: set VF default LAN addressPaul Greenwalt1-3/+5
2020-05-27ice: remove unused macroJesse Brandeburg1-2/+0
2020-05-27ice: fix signed vs unsigned comparisonsJesse Brandeburg3-9/+10
2020-05-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller32-113/+5402
2020-05-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-266/+362
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg4-13/+14
2020-05-22ice: fix usage of incorrect variableJesse Brandeburg2-5/+5
2020-05-22ice: Fix bad register readsAnirudh Venkataramanan2-6/+0
2020-05-22ice: check for compatibility between DDP package and firmwareVictor Raj6-30/+102
2020-05-22ice: Check if unicast MAC exists before setting VF MACBrett Creeley1-0/+43
2020-05-22ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley1-0/+48
2020-05-22ice: print Rx MDD auto reset message before VF resetPaul Greenwalt3-7/+27
2020-05-22ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan5-0/+103
2020-05-22ice: Implement aRFSBrett Creeley7-12/+805
2020-05-22ice: Restore filters following resetHenry Tieman4-6/+109
2020-05-22ice: Enable flex-bytes supportHenry Tieman6-2/+265
2020-05-22ice: Support IPv6 Flow Director filtersHenry Tieman5-81/+642
2020-05-22ice: Support IPv4 Flow Director filtersHenry Tieman12-0/+1493
2020-05-22ice: Support displaying ntuple rulesHenry Tieman8-0/+280
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman22-38/+1553
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-1066/+290
2020-05-22e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits1-2/+43
2020-05-22e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-05-22e1000e: Warn if disabling ULP failedKai-Heng Feng1-1/+5
2020-05-22igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-05-22igc: Remove unused descriptor's flagsSasha Neftin1-4/+0
2020-05-22igc: Remove igc_nfc_rule_exit()Andre Guedes1-14/+0
2020-05-22igc: Change adapter->nfc_rule_lock to mutexAndre Guedes3-20/+20
2020-05-22igc: Change return type from igc_disable_nfc_rule()Andre Guedes1-17/+9
2020-05-22igc: Fix NFC rule validationAndre Guedes1-3/+4