summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-05-28ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak1-9/+21
2020-05-28ice: Refactor Rx checksum checksAnirudh Venkataramanan1-16/+11
2020-05-28ice: avoid undefined behaviorBruce Allan4-6/+16
2020-05-28ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow2-2/+2
2020-05-28ice: Add XDP Tx to VSI ring statsMarta Plantykow1-9/+33
2020-05-28ice: Change number of XDP TxQ to 0 when destroying ringsMarta Plantykow1-0/+3
2020-05-28ice: Handle critical FW error during admin queue initializationEvan Swanson5-54/+80
2020-05-28ice: Don't allow VLAN stripping change when pvid setBrett Creeley1-0/+6
2020-05-28ice: Add more Rx errors to netdev's rx_error counterBrett Creeley1-1/+7
2020-05-28ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFSSurabhi Boob1-21/+28
2020-05-28ice: Fix memory leakSurabhi Boob1-1/+7
2020-05-28ice: fix MAC write commandJesse Brandeburg2-10/+5
2020-05-28ice: set VF default LAN addressPaul Greenwalt1-3/+5
2020-05-28ice: remove unused macroJesse Brandeburg1-2/+0
2020-05-28ice: fix signed vs unsigned comparisonsJesse Brandeburg3-9/+10
2020-05-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller32-113/+5402
2020-05-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-266/+362
2020-05-23ice: cleanup unsigned loopsJesse Brandeburg4-13/+14
2020-05-23ice: fix usage of incorrect variableJesse Brandeburg2-5/+5
2020-05-23ice: Fix bad register readsAnirudh Venkataramanan2-6/+0
2020-05-23ice: check for compatibility between DDP package and firmwareVictor Raj6-30/+102
2020-05-23ice: Check if unicast MAC exists before setting VF MACBrett Creeley1-0/+43
2020-05-23ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley1-0/+48
2020-05-23ice: print Rx MDD auto reset message before VF resetPaul Greenwalt3-7/+27
2020-05-23ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan5-0/+103
2020-05-23ice: Implement aRFSBrett Creeley7-12/+805
2020-05-23ice: Restore filters following resetHenry Tieman4-6/+109
2020-05-23ice: Enable flex-bytes supportHenry Tieman6-2/+265
2020-05-23ice: Support IPv6 Flow Director filtersHenry Tieman5-81/+642
2020-05-23ice: Support IPv4 Flow Director filtersHenry Tieman12-0/+1493
2020-05-23ice: Support displaying ntuple rulesHenry Tieman8-0/+280
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman22-38/+1553
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-1066/+290
2020-05-23e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits1-2/+43
2020-05-23e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-05-23e1000e: Warn if disabling ULP failedKai-Heng Feng1-1/+5
2020-05-23igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-05-23igc: Remove unused descriptor's flagsSasha Neftin1-4/+0
2020-05-23igc: Remove igc_nfc_rule_exit()Andre Guedes1-14/+0
2020-05-23igc: Change adapter->nfc_rule_lock to mutexAndre Guedes3-20/+20
2020-05-23igc: Change return type from igc_disable_nfc_rule()Andre Guedes1-17/+9
2020-05-23igc: Fix NFC rule validationAndre Guedes1-3/+4
2020-05-23igc: Fix NFC rules leak when driver is unloadedAndre Guedes1-13/+16
2020-05-23igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes3-166/+195
2020-05-23igc: Fix NFC rules restorationAndre Guedes3-20/+19
2020-05-23igc: Fix NFC rules with multicast addressesAndre Guedes1-6/+0
2020-05-23igc: Fix NFC rule overwrite casesAndre Guedes1-2/+1
2020-05-23igc: Fix locking issue when retrieving NFC rulesAndre Guedes1-3/+16
2020-05-23igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes2-9/+9
2020-05-23igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes1-58/+92