summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-051-7/+19
| * net/mlx5: Shift control IRQ to the last indexShay Drory2021-10-053-11/+10
| * net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov2021-10-051-2/+126
| * net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2021-10-052-1/+40
| * net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov2021-10-051-12/+22
| * net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov2021-10-051-11/+14
| * net/mlx5e: Support accept actionVlad Buslov2021-10-054-4/+17
| * net/mlx5e: Specify out ifindex when looking up encap routeChris Mi2021-10-053-0/+18
| * net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov2021-10-051-2/+4
| * net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan2021-10-051-9/+11
| * net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan2021-10-051-26/+39
| * net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan2021-10-051-36/+51
| * net/mlx5e: TC, Refactor sample offload error flowRoi Dayan2021-10-051-16/+5
| * net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan2021-10-054-6/+203
| * net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan2021-10-053-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
* net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet2021-10-042-2/+3
* ethernet: use eth_hw_addr_set() - castsJakub Kicinski2021-10-023-3/+3
* ethernet: s2io: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski2021-10-025-6/+7
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-0256-78/+76
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-0262-84/+82
* net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean2021-10-021-1/+1
* net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean2021-10-021-20/+105
* ionic: add lif param to ionic_qcq_disableShannon Nelson2021-10-021-12/+12
* ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson2021-10-021-19/+20
* ionic: add polling to adminq waitShannon Nelson2021-10-022-6/+31
* ionic: widen queue_lock use around lif init and deinitShannon Nelson2021-10-021-3/+11
* ionic: move lif mutex setup and deleteShannon Nelson2021-10-021-5/+10