summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-02-05net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov5-9/+288
2021-02-05net/mlx5e: Refactor neigh update infrastructureVlad Buslov9-31/+35
2021-02-05net/mlx5e: Create route entry infrastructureVlad Buslov7-11/+290
2021-02-05net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov7-885/+947
2021-02-05net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov4-7/+134
2021-02-05net/mlx5e: Refactor reg_c1 usageVlad Buslov4-9/+7
2021-02-05net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov5-8/+271
2021-02-05net/mlx5e: Remove redundant match on tunnel destination macVlad Buslov1-8/+0
2021-02-05net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov6-0/+616
2021-02-05net/mlx5e: Refactor tun routing helpersVlad Buslov1-109/+126
2021-02-05net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov4-11/+199
2021-02-05net/mlx5: E-Switch, Refactor rule offload forward action processingVlad Buslov1-60/+129
2021-02-05net/mlx5e: Always set attr mdev pointerVlad Buslov1-0/+2
2021-02-05net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov5-0/+119
2021-02-05net/mlx5: E-Switch, Refactor setting source portMark Bloch1-7/+12
2021-02-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski12-21/+48
2021-02-04drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.cBhaskar Chowdhury1-2/+2
2021-02-04net: hns3: remove redundant null check of an arrayColin Ian King1-3/+0
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin10-93/+23
2021-02-03mlxsw: ethtool: Pass link mode in use to ethtoolDanielle Ratson2-23/+30
2021-02-03mlxsw: ethtool: Add support for setting lanes when autoneg is offDanielle Ratson2-41/+78
2021-02-03mlxsw: ethtool: Remove max lanes filteringDanielle Ratson2-22/+15
2021-02-03chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior5-27/+44
2021-02-03chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior5-54/+55
2021-02-03octeontx2-af: Handle CPT function level resetSrujana Challa4-0/+102
2021-02-03octeontx2-af: Add support for CPT1 in debugfsSrujana Challa2-44/+49
2021-02-03octeontx2-af: Mailbox changes for 98xx CPT blockSrujana Challa2-16/+27
2021-02-03e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee1-1/+0
2021-02-03e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia1-7/+0
2021-02-03igb: remove h from printk format specifierTom Rix1-1/+1
2021-02-03igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe1-2/+1
2021-02-03igb: fix TDBAL register show incorrect valueGal Hammer1-1/+1
2021-02-03igc: Fix TDBAL register show incorrect valueSasha Neftin1-1/+1
2021-02-03net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter1-1/+3
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter3-34/+33
2021-02-03igc: Remove unused FUNC_1 maskSasha Neftin1-1/+0
2021-02-03igc: Remove unused local receiver maskSasha Neftin1-1/+0
2021-02-03igc: Prefer strscpy over strlcpySasha Neftin1-1/+1
2021-02-03igc: Expose the gPHY firmware versionSasha Neftin5-3/+28
2021-02-03igc: Expose the NVM versionSasha Neftin3-2/+17
2021-02-03igc: Add Host Good Packets Transmitted CountSasha Neftin1-0/+1
2021-02-03igc: Remove MULR mask defineSasha Neftin1-1/+0
2021-02-03igc: Remove igc_set_fw_version commentSasha Neftin1-1/+0
2021-02-03igc: Clean up nvm_operations structureSasha Neftin1-1/+0
2021-02-02net: fec: Silence M5272 build warningsGeert Uytterhoeven1-3/+4
2021-02-02Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-185/+304
2021-02-02r8169: Add support for another RTL8168FPKai-Heng Feng3-6/+13
2021-02-02net: Do not call fib6_info_hw_flags_set() when IPv6 is disabledAmit Cohen1-0/+16
2021-02-02net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen1-3/+4
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-44/+97