summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: hd64570: add some required spacesPeng Li2021-06-071-2/+2
* net: hd64570: remove redundant parenthesesPeng Li2021-06-071-2/+2
* net: hd64570: fix the comments style issuePeng Li2021-06-071-3/+3
* net: hd64570: add braces {} to all arms of the statementPeng Li2021-06-071-4/+8
* net: hd64570: fix the code style issue about trailing statementsPeng Li2021-06-071-18/+42
* net: hd64570: fix the code style issue about "foo* bar"Peng Li2021-06-071-7/+7
* net: hd64570: add blank line after declarationsPeng Li2021-06-071-0/+2
* net: hd64570: remove redundant blank linesPeng Li2021-06-071-22/+0
* net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean2021-06-071-46/+18
* net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean2021-06-072-14/+15
* net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister2021-06-041-0/+67
* net:cxgb3: fix incorrect work cancellationÍñigo Huguet2021-06-041-1/+1
* net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle2021-06-041-4/+5
* net: hdlc_x25: fix the alignment issuePeng Li2021-06-041-14/+14
* net: hdlc_x25: fix the code issue about "if..else.."Peng Li2021-06-041-2/+1
* net: hdlc_x25: add some required spacesPeng Li2021-06-041-1/+2
* net: hdlc_x25: move out assignment in if conditionPeng Li2021-06-041-6/+11
* net: hdlc_x25: remove unnecessary out of memory messagePeng Li2021-06-041-3/+1
* net: hdlc_x25: remove redundant blank linesPeng Li2021-06-041-22/+0
* igc: Enable HW VLAN Insertion and HW VLAN StrippingMuhammad Husaini Zulkifli2021-06-044-2/+78
* igc: Indentation fixesSasha Neftin2021-06-041-2/+2
* igc: Remove unused MDICNFG registerSasha Neftin2021-06-041-1/+0
* igc: Remove unused asymmetric pause bit from igc definesSasha Neftin2021-06-041-1/+0
* igc: Update driver to use ethtool_sprintfSasha Neftin2021-06-041-26/+13
* netdevsim: Fix unsigned being compared to less than zeroColin Ian King2021-06-031-1/+1
* net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor2021-06-031-10/+3
* net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor2021-06-031-11/+4
* bonding: remove redundant initialization of variable retColin Ian King2021-06-031-1/+1
* net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King2021-06-031-21/+6
* Revert "net: ipa: disable checksum offload for IPA v4.5+"Alex Elder2021-06-031-16/+0
* net: ipa: add support for inline checksum offloadAlex Elder2021-06-032-11/+37
* Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-06-0318-48/+89
|\
| * net/mlx5e: Remove unreachable code in mlx5e_xmit()Vladyslav Tarasiuk2021-06-032-16/+5
| * net/mlx5e: Disable TLS device offload in kdump modeAlaa Hleihel2021-06-0310-19/+57
| * net/mlx5e: Disable TX MPWQE in kdump modeAlaa Hleihel2021-06-033-5/+10
| * net/mlx5e: RX, Re-place page pool numa node change logicTariq Toukan2021-06-031-3/+6
| * net/mlx5e: Zero-init DIM structuresLama Kayal2021-06-031-2/+2
| * net/mlx5e: IPoIB, Add support for NDR speedMeir Lichtinger2021-06-031-0/+2
| * net/mlx5e: Remove the repeated declarationShaokun Zhang2021-06-031-1/+0
| * net/mlx5: check for allocation failure in mlx5_ft_pool_init()Dan Carpenter2021-06-031-0/+2
| * net/mlx5: Fix duplicate included vhca_event.hJiapeng Chong2021-06-031-1/+0
| * mlx5: count all link eventsJakub Kicinski2021-06-031-1/+5
* | net:cxgb3: fix code style issuesÍñigo Huguet2021-06-031-9/+10
* | net:cxgb3: replace tasklets with worksÍñigo Huguet2021-06-033-17/+25
* | net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook2021-06-032-7/+4
* | nvme-tcp-offload: Add IO level implementationDean Balandin2021-06-032-7/+171
* | nvme-tcp-offload: Add queue level implementationDean Balandin2021-06-032-28/+393
* | nvme-tcp-offload: Add controller level error recovery implementationArie Gershberg2021-06-032-2/+126
* | nvme-tcp-offload: Add controller level implementationArie Gershberg2021-06-031-5/+476
* | nvme-tcp-offload: Add device scan implementationDean Balandin2021-06-031-0/+77