summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-04netdevsim: Fix unsigned being compared to less than zeroColin Ian King1-1/+1
2021-06-04net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor1-10/+3
2021-06-04net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor1-11/+4
2021-06-04bonding: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-04net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King1-21/+6
2021-06-04Revert "net: ipa: disable checksum offload for IPA v4.5+"Alex Elder1-16/+0
2021-06-04net: ipa: add support for inline checksum offloadAlex Elder2-11/+37
2021-06-04Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller18-48/+89
2021-06-04net:cxgb3: fix code style issuesÍñigo Huguet1-9/+10
2021-06-04net:cxgb3: replace tasklets with worksÍñigo Huguet3-17/+25
2021-06-04net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook2-7/+4
2021-06-04nvme-tcp-offload: Add IO level implementationDean Balandin2-7/+171
2021-06-04nvme-tcp-offload: Add queue level implementationDean Balandin2-28/+393
2021-06-04nvme-tcp-offload: Add controller level error recovery implementationArie Gershberg2-2/+126
2021-06-04nvme-tcp-offload: Add controller level implementationArie Gershberg1-5/+476
2021-06-04nvme-tcp-offload: Add device scan implementationDean Balandin1-0/+77
2021-06-04nvme-fabrics: Expose nvmf_check_required_opts() globallyPrabhakar Kushwaha2-2/+5
2021-06-04nvme-fabrics: Move NVMF_ALLOWED_OPTS and NVMF_REQUIRED_OPTS definitionsPrabhakar Kushwaha2-7/+7
2021-06-04nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULPShai Malin4-0/+343
2021-06-04qed: Add IP services APIs supportNikolay Assa1-0/+238
2021-06-04qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin4-2/+426
2021-06-04qed: Add support of HW filter blockPrabhakar Kushwaha3-0/+103
2021-06-04qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin3-2/+610
2021-06-04qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin14-22/+429
2021-06-04qed: Add TCP_ULP FW resource layoutOmkar Kulkarni8-28/+28
2021-06-03nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski1-2/+4
2021-06-03nfc: mrvl: remove useless "continue" at end of loopKrzysztof Kozlowski1-6/+2
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean6-87/+77
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean5-34/+72
2021-06-03net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}Vladimir Oltean1-2/+2
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean3-5/+3
2021-06-03net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean3-10/+10
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean3-10/+6
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean2-63/+116
2021-06-03net: pcs: xpcs: there is only one PHY IDVladimir Oltean1-51/+78
2021-06-03net: hdlc_cisco: remove redundant spacePeng Li1-1/+1
2021-06-03net: hdlc_cisco: add blank line after declarationPeng Li1-0/+1
2021-06-03net: hdlc_cisco: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-03net: hdlc_cisco: add some required spacesPeng Li1-3/+4
2021-06-03net: hdlc_cisco: fix the code style issue about "foo* bar"Peng Li1-6/+6
2021-06-03net: hdlc_cisco: remove redundant blank linesPeng Li1-22/+0
2021-06-03net/mlx5e: Remove unreachable code in mlx5e_xmit()Vladyslav Tarasiuk2-16/+5
2021-06-03net/mlx5e: Disable TLS device offload in kdump modeAlaa Hleihel10-19/+57
2021-06-03net/mlx5e: Disable TX MPWQE in kdump modeAlaa Hleihel3-5/+10
2021-06-03net/mlx5e: RX, Re-place page pool numa node change logicTariq Toukan1-3/+6
2021-06-03net/mlx5e: Zero-init DIM structuresLama Kayal1-2/+2
2021-06-03net/mlx5e: IPoIB, Add support for NDR speedMeir Lichtinger1-0/+2
2021-06-03net/mlx5e: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-03net/mlx5: check for allocation failure in mlx5_ft_pool_init()Dan Carpenter1-0/+2
2021-06-03net/mlx5: Fix duplicate included vhca_event.hJiapeng Chong1-1/+0