summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-23Revert "net: mvneta: speed down the PHY, if WoL used, to save energy"David S. Miller1-11/+0
2020-05-23cxgb4: add adapter hotplug support for ULDsPotnuri Bharat Teja4-56/+100
2020-05-23net: flow_offload: simplify hw stats check handlingEdward Cree1-4/+4
2020-05-23net: ethernet: mtk-star-emac: new driverBartosz Golaszewski3-0/+1686
2020-05-23net: ethernet: mediatek: remove unnecessary spaces from MakefileBartosz Golaszewski1-1/+1
2020-05-23net: ethernet: mediatek: rename Kconfig promptBartosz Golaszewski1-1/+1
2020-05-23net: ena: reduce driver load timeArthur Kiyanovski4-10/+33
2020-05-23net: ena: cosmetic: minor code changesArthur Kiyanovski4-7/+7
2020-05-23net: ena: cosmetic: fix spacing issuesArthur Kiyanovski4-6/+6
2020-05-23net: ena: cosmetic: code reorderingsArthur Kiyanovski2-11/+11
2020-05-23net: ena: cosmetic: remove unnecessary codeArthur Kiyanovski2-14/+3
2020-05-23net: ena: cosmetic: fix line break issuesArthur Kiyanovski2-12/+9
2020-05-23net: ena: cosmetic: fix spelling and grammar mistakes in commentsArthur Kiyanovski3-17/+17
2020-05-23net: ena: cosmetic: set queue sizes to u32 for consistencyArthur Kiyanovski1-2/+2
2020-05-23net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()Arthur Kiyanovski1-4/+4
2020-05-23net: ena: simplify ena_com_update_intr_delay_resolution()Arthur Kiyanovski1-6/+2
2020-05-23net: ena: fix ena_com_comp_status_to_errno() return valueArthur Kiyanovski1-4/+1
2020-05-23net: ena: use explicit variable size for clarityArthur Kiyanovski1-4/+3
2020-05-23net: ena: rename ena_com_free_desc to make API more uniformArthur Kiyanovski2-6/+5
2020-05-23net: ena: add support for the rx offset featureArthur Kiyanovski5-8/+28
2020-05-23net: atlantic: proper rss_ctrl1 (54c0) initializationMark Starovoytov5-8/+21
2020-05-23net: atlantic: QoS implementation: min_rateMark Starovoytov10-54/+286
2020-05-23net: atlantic: change the order of arguments for TC weight/credit settersMark Starovoytov6-35/+35
2020-05-23net: atlantic: always use random TC-queue mapping for TX on A2.Mark Starovoytov4-11/+72
2020-05-23net: atlantic: automatically downgrade the number of queues if necessaryMark Starovoytov4-36/+63
2020-05-23net: atlantic: QoS implementation: max_rateMark Starovoytov10-12/+235
2020-05-23net: atlantic: make TCVEC2RING accept nic_cfgMark Starovoytov4-12/+15
2020-05-23net: atlantic: per-TC queue statisticsMark Starovoytov4-41/+59
2020-05-23net: atlantic: QoS implementation: multi-TC supportDmitry Bezrukov15-114/+293
2020-05-23net: atlantic: changes for multi-TC supportDmitry Bezrukov6-55/+75
2020-05-23net: atlantic: move PTP TC initialization to a separate functionDmitry Bezrukov1-12/+19
2020-05-23net: atlantic: changes for multi-TC supportDmitry Bezrukov12-72/+105
2020-05-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller34-506/+2202