Age | Commit message (Expand) | Author | Files | Lines |
2020-05-23 | e1000e: disable s0ix entry and exit flows for ME systems | Vitaly Lifshits | 1 | -2/+43 |
2020-05-23 | e1000e: Disable TSO for buffer overrun workaround | Kai-Heng Feng | 1 | -0/+4 |
2020-05-23 | e1000e: Warn if disabling ULP failed | Kai-Heng Feng | 1 | -1/+5 |
2020-05-23 | igb: Report speed and duplex as unknown when device is runtime suspended | Kai-Heng Feng | 1 | -1/+2 |
2020-05-23 | igc: Remove unused descriptor's flags | Sasha Neftin | 1 | -4/+0 |
2020-05-23 | igc: Remove igc_nfc_rule_exit() | Andre Guedes | 1 | -14/+0 |
2020-05-23 | igc: Change adapter->nfc_rule_lock to mutex | Andre Guedes | 3 | -20/+20 |
2020-05-23 | igc: Change return type from igc_disable_nfc_rule() | Andre Guedes | 1 | -17/+9 |
2020-05-23 | igc: Fix NFC rule validation | Andre Guedes | 1 | -3/+4 |
2020-05-23 | igc: Fix NFC rules leak when driver is unloaded | Andre Guedes | 1 | -13/+16 |
2020-05-23 | igc: Refactor igc_ethtool_update_nfc_rule() | Andre Guedes | 3 | -166/+195 |
2020-05-23 | igc: Fix NFC rules restoration | Andre Guedes | 3 | -20/+19 |
2020-05-23 | igc: Fix NFC rules with multicast addresses | Andre Guedes | 1 | -6/+0 |
2020-05-23 | igc: Fix NFC rule overwrite cases | Andre Guedes | 1 | -2/+1 |
2020-05-23 | igc: Fix locking issue when retrieving NFC rules | Andre Guedes | 1 | -3/+16 |
2020-05-23 | igc: Fix 'sw_idx' type in struct igc_nfc_rule | Andre Guedes | 2 | -9/+9 |
2020-05-23 | igc: Refactor igc_ethtool_add_nfc_rule() | Andre Guedes | 1 | -58/+92 |
2020-05-23 | Revert "net: mvneta: speed down the PHY, if WoL used, to save energy" | David S. Miller | 1 | -11/+0 |
2020-05-23 | cxgb4: add adapter hotplug support for ULDs | Potnuri Bharat Teja | 4 | -56/+100 |
2020-05-23 | net: flow_offload: simplify hw stats check handling | Edward Cree | 1 | -4/+4 |
2020-05-23 | net: ethernet: mtk-star-emac: new driver | Bartosz Golaszewski | 3 | -0/+1686 |
2020-05-23 | net: ethernet: mediatek: remove unnecessary spaces from Makefile | Bartosz Golaszewski | 1 | -1/+1 |
2020-05-23 | net: ethernet: mediatek: rename Kconfig prompt | Bartosz Golaszewski | 1 | -1/+1 |
2020-05-23 | net: ena: reduce driver load time | Arthur Kiyanovski | 4 | -10/+33 |
2020-05-23 | net: ena: cosmetic: minor code changes | Arthur Kiyanovski | 4 | -7/+7 |
2020-05-23 | net: ena: cosmetic: fix spacing issues | Arthur Kiyanovski | 4 | -6/+6 |
2020-05-23 | net: ena: cosmetic: code reorderings | Arthur Kiyanovski | 2 | -11/+11 |
2020-05-23 | net: ena: cosmetic: remove unnecessary code | Arthur Kiyanovski | 2 | -14/+3 |
2020-05-23 | net: ena: cosmetic: fix line break issues | Arthur Kiyanovski | 2 | -12/+9 |
2020-05-23 | net: ena: cosmetic: fix spelling and grammar mistakes in comments | Arthur Kiyanovski | 3 | -17/+17 |
2020-05-23 | net: ena: cosmetic: set queue sizes to u32 for consistency | Arthur Kiyanovski | 1 | -2/+2 |
2020-05-23 | net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation() | Arthur Kiyanovski | 1 | -4/+4 |
2020-05-23 | net: ena: simplify ena_com_update_intr_delay_resolution() | Arthur Kiyanovski | 1 | -6/+2 |
2020-05-23 | net: ena: fix ena_com_comp_status_to_errno() return value | Arthur Kiyanovski | 1 | -4/+1 |
2020-05-23 | net: ena: use explicit variable size for clarity | Arthur Kiyanovski | 1 | -4/+3 |
2020-05-23 | net: ena: rename ena_com_free_desc to make API more uniform | Arthur Kiyanovski | 2 | -6/+5 |
2020-05-23 | net: ena: add support for the rx offset feature | Arthur Kiyanovski | 5 | -8/+28 |
2020-05-23 | net: atlantic: proper rss_ctrl1 (54c0) initialization | Mark Starovoytov | 5 | -8/+21 |
2020-05-23 | net: atlantic: QoS implementation: min_rate | Mark Starovoytov | 10 | -54/+286 |
2020-05-23 | net: atlantic: change the order of arguments for TC weight/credit setters | Mark Starovoytov | 6 | -35/+35 |
2020-05-23 | net: atlantic: always use random TC-queue mapping for TX on A2. | Mark Starovoytov | 4 | -11/+72 |
2020-05-23 | net: atlantic: automatically downgrade the number of queues if necessary | Mark Starovoytov | 4 | -36/+63 |
2020-05-23 | net: atlantic: QoS implementation: max_rate | Mark Starovoytov | 10 | -12/+235 |
2020-05-23 | net: atlantic: make TCVEC2RING accept nic_cfg | Mark Starovoytov | 4 | -12/+15 |
2020-05-23 | net: atlantic: per-TC queue statistics | Mark Starovoytov | 4 | -41/+59 |
2020-05-23 | net: atlantic: QoS implementation: multi-TC support | Dmitry Bezrukov | 15 | -114/+293 |
2020-05-23 | net: atlantic: changes for multi-TC support | Dmitry Bezrukov | 6 | -55/+75 |
2020-05-23 | net: atlantic: move PTP TC initialization to a separate function | Dmitry Bezrukov | 1 | -12/+19 |
2020-05-23 | net: atlantic: changes for multi-TC support | Dmitry Bezrukov | 12 | -72/+105 |
2020-05-23 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 34 | -506/+2202 |