aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-1/+1
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski4-18/+6
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski4-4/+4
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski11-11/+11
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski10-18/+16
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski34-34/+34
2021-10-07of: net: move of_net under net/Jakub Kicinski5-6/+6
2021-10-06mlxsw: Add support for transceiver module extended stateIdo Schimmel1-0/+7
2021-10-06mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel4-3/+254
2021-10-06mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel1-0/+34
2021-10-06mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel1-0/+50
2021-10-06qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King1-1/+1
2021-10-06mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter1-1/+1
2021-10-06net: tg3: fix obsolete check of !errJean Sacren1-5/+1
2021-10-05ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()"Stephen Rothwell1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski76-93/+90
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski2-4/+6
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski1-8/+6
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski1-1/+1
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski3-10/+10
2021-10-05Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller17-148/+585
2021-10-05net: bgmac: support MDIO described in DTRafał Miłecki1-1/+5
2021-10-05net: bgmac: improve handling PHYRafał Miłecki1-12/+21
2021-10-05ethernet: ehea: add missing castJakub Kicinski1-1/+1
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionShay Drory1-7/+19
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory3-11/+10
2021-10-04net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov1-2/+126
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2-1/+40
2021-10-04net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov1-12/+22
2021-10-04net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov1-11/+14
2021-10-04net/mlx5e: Support accept actionVlad Buslov4-4/+17
2021-10-04net/mlx5e: Specify out ifindex when looking up encap routeChris Mi3-0/+18
2021-10-04net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov1-2/+4
2021-10-04net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan1-9/+11
2021-10-04net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan1-26/+39
2021-10-04net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan1-36/+51
2021-10-04net/mlx5e: TC, Refactor sample offload error flowRoi Dayan1-16/+5
2021-10-04net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan4-6/+203
2021-10-04net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan3-8/+9
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)3-18/+3
2021-10-04qed: fix ll2 establishment during load of RDMA driverManish Chopra1-5/+44
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha1-0/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+1
2021-10-04qed: Update debug related changesPrabhakar Kushwaha8-505/+1031
2021-10-04qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha10-111/+143
2021-10-04qed: Update FW init functions to support FW 8.59.1.0Omkar Kulkarni6-200/+372
2021-10-04qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.hPrabhakar Kushwaha1-257/+390
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha10-308/+1588
2021-10-04qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0Prabhakar Kushwaha3-263/+800