summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2021-06-04net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister-0/+67
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet-1/+1
2021-06-04net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle-4/+5
2021-06-04net: hdlc_x25: fix the alignment issuePeng Li-14/+14
2021-06-04net: hdlc_x25: fix the code issue about "if..else.."Peng Li-2/+1
2021-06-04net: hdlc_x25: add some required spacesPeng Li-1/+2
2021-06-04net: hdlc_x25: move out assignment in if conditionPeng Li-6/+11
2021-06-04net: hdlc_x25: remove unnecessary out of memory messagePeng Li-3/+1
2021-06-04net: hdlc_x25: remove redundant blank linesPeng Li-22/+0
2021-06-04igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli-2/+78
2021-06-04igc: Indentation fixesSasha Neftin-2/+2
2021-06-04igc: Remove unused MDICNFG registerSasha Neftin-1/+0
2021-06-04igc: Remove unused asymmetric pause bit from igc definesSasha Neftin-1/+0
2021-06-04igc: Update driver to use ethtool_sprintfSasha Neftin-26/+13
2021-06-03netdevsim: Fix unsigned being compared to less than zeroColin Ian King-1/+1
2021-06-03net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor-10/+3
2021-06-03net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor-11/+4
2021-06-03bonding: remove redundant initialization of variable retColin Ian King-1/+1
2021-06-03net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King-21/+6
2021-06-03Revert "net: ipa: disable checksum offload for IPA v4.5+"Alex Elder-16/+0
2021-06-03net: ipa: add support for inline checksum offloadAlex Elder-11/+37
2021-06-03Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-48/+89
2021-06-03net:cxgb3: fix code style issuesÍñigo Huguet-9/+10
2021-06-03net:cxgb3: replace tasklets with worksÍñigo Huguet-17/+25
2021-06-03net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook-7/+4
2021-06-03nvme-tcp-offload: Add IO level implementationDean Balandin-7/+171
2021-06-03nvme-tcp-offload: Add queue level implementationDean Balandin-28/+393
2021-06-03nvme-tcp-offload: Add controller level error recovery implementationArie Gershberg-2/+126
2021-06-03nvme-tcp-offload: Add controller level implementationArie Gershberg-5/+476
2021-06-03nvme-tcp-offload: Add device scan implementationDean Balandin-0/+77
2021-06-03nvme-fabrics: Expose nvmf_check_required_opts() globallyPrabhakar Kushwaha-2/+5
2021-06-03nvme-fabrics: Move NVMF_ALLOWED_OPTS and NVMF_REQUIRED_OPTS definitionsPrabhakar Kushwaha-7/+7
2021-06-03nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULPShai Malin-0/+343
2021-06-03qed: Add IP services APIs supportNikolay Assa-0/+238
2021-06-03qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin-2/+426
2021-06-03qed: Add support of HW filter blockPrabhakar Kushwaha-0/+103
2021-06-03qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin-2/+610
2021-06-03qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin-22/+429
2021-06-03qed: Add TCP_ULP FW resource layoutOmkar Kulkarni-28/+28
2021-06-03nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski-2/+4
2021-06-03nfc: mrvl: remove useless "continue" at end of loopKrzysztof Kozlowski-6/+2
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean-87/+77
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean-34/+72
2021-06-03net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}Vladimir Oltean-2/+2
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean-5/+3
2021-06-03net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean-10/+10
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean-10/+6
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean-63/+116
2021-06-03net: pcs: xpcs: there is only one PHY IDVladimir Oltean-51/+78
2021-06-03net: hdlc_cisco: remove redundant spacePeng Li-1/+1