summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-0711-11/+11
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-0710-18/+16
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-0734-34/+34
* of: net: move of_net under net/Jakub Kicinski2021-10-075-6/+6
* mlxsw: Add support for transceiver module extended stateIdo Schimmel2021-10-061-0/+7
* mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-064-3/+254
* mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel2021-10-061-0/+34
* mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel2021-10-061-0/+50
* qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King2021-10-061-1/+1
* mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter2021-10-061-1/+1
* net: tg3: fix obsolete check of !errJean Sacren2021-10-061-5/+1
* ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()"Stephen Rothwell2021-10-051-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-0576-93/+90
* mlx4: constify args for const dev_addrJakub Kicinski2021-10-052-4/+6
* mlx4: remove custom dev_addr clearingJakub Kicinski2021-10-051-8/+6
* mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2021-10-051-1/+1
* mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-053-10/+10
* Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-10-0517-148/+585
|\
| * net/mlx5: Enable single IRQ for PCI FunctionShay Drory2021-10-041-7/+19
| * net/mlx5: Shift control IRQ to the last indexShay Drory2021-10-043-11/+10
| * net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov2021-10-041-2/+126
| * net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2021-10-042-1/+40
| * net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov2021-10-041-12/+22
| * net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov2021-10-041-11/+14
| * net/mlx5e: Support accept actionVlad Buslov2021-10-044-4/+17
| * net/mlx5e: Specify out ifindex when looking up encap routeChris Mi2021-10-043-0/+18
| * net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov2021-10-041-2/+4
| * net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan2021-10-041-9/+11
| * net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan2021-10-041-26/+39
| * net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan2021-10-041-36/+51
| * net/mlx5e: TC, Refactor sample offload error flowRoi Dayan2021-10-041-16/+5
| * net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan2021-10-044-6/+203
| * net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan2021-10-043-8/+9
* | net: bgmac: support MDIO described in DTRafał Miłecki2021-10-051-1/+5
* | net: bgmac: improve handling PHYRafał Miłecki2021-10-051-12/+21
* | ethernet: ehea: add missing castJakub Kicinski2021-10-051-1/+1
|/
* net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)2021-10-043-18/+3
* qed: fix ll2 establishment during load of RDMA driverManish Chopra2021-10-041-5/+44
* qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha2021-10-041-0/+1
* qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa2021-10-041-0/+1
* qed: Update debug related changesPrabhakar Kushwaha2021-10-048-505/+1031
* qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha2021-10-0410-111/+143
* qed: Update FW init functions to support FW 8.59.1.0Omkar Kulkarni2021-10-046-200/+372
* qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.hPrabhakar Kushwaha2021-10-041-257/+390
* qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2021-10-0410-308/+1588
* qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-043-263/+800
* qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-041-1/+1
* qed: Split huge qed_hsi.h header fileOmkar Kulkarni2021-10-0423-3747/+3794
* qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-0414-3451/+3444
* qed: Fix kernel-doc warningsPrabhakar Kushwaha2021-10-0416-1734/+1956