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