summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: add unlocked version of bnxt_refclk_readVadim Fedorenko2024-11-121-11/+24
* netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type.Kuniyuki Iwashima2024-11-121-9/+2
* vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type.Kuniyuki Iwashima2024-11-121-9/+3
* veth: Set VETH_INFO_PEER to veth_link_ops.peer_type.Kuniyuki Iwashima2024-11-121-14/+4
* rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima2024-11-122-22/+12
* rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima2024-11-122-2/+10
* r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_configHeiner Kallweit2024-11-121-66/+11
* net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt su...Ley Foon Tan2024-11-121-2/+4
* net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operationLey Foon Tan2024-11-121-2/+2
* net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macrosLey Foon Tan2024-11-121-2/+2
* net: phy: aquantia: Add mdix config and reportingPaul Davey2024-11-121-0/+52
* net: ti: icssg-prueth: Add VLAN support for HSR modeRavi Gunasekaran2024-11-121-1/+44
* net: dsa: microchip: parse PHY config from device treeOleksij Rempel2024-11-121-6/+73
* net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel2024-11-124-16/+223
* net: dsa: microchip: cleanup error handling in ksz_mdio_registerOleksij Rempel2024-11-121-6/+4
* net: dsa: microchip: Refactor MDIO handling for side MDIO accessOleksij Rempel2024-11-122-10/+224
* net: atlantic: use irq_update_affinity_hint()Mohammad Heib2024-11-121-3/+3
* nfp: use irq_update_affinity_hint()Mohammad Heib2024-11-121-2/+2
* bnxt_en: use irq_update_affinity_hint()Mohammad Heib2024-11-121-3/+3
* octeontx2-af: Knobs for NPC default rule countersLinu Cherian2024-11-113-0/+77
* octeontx2-af: Refactor few NPC mcam APIsLinu Cherian2024-11-113-39/+92
* mlx5/core: deduplicate {mlx5_,}eq_update_ci()Caleb Sander Mateos2024-11-111-8/+1
* mlx5/core: relax memory barrier in eq_update_ci()Caleb Sander Mateos2024-11-111-1/+1
* macsec: inherit lower device's TSO limits when offloadingSabrina Dubroca2024-11-111-0/+22
* macsec: clean up local variables in macsec_notifySabrina Dubroca2024-11-111-18/+7
* macsec: add some of the lower device's features when offloadingSabrina Dubroca2024-11-111-2/+15
* netdevsim: add more hw_featuresSabrina Dubroca2024-11-111-1/+5
* mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin2024-11-111-1/+1
* net: convert to nla_get_*_default()Johannes Berg2024-11-114-27/+12
* mlx5/core: Schedule EQ comp tasklet only if necessaryCaleb Sander Mateos2024-11-102-4/+12
* r8169: align WAKE_PHY handling with r8125/r8126 vendor driversHeiner Kallweit2024-11-091-0/+3
* r8169: improve rtl_set_d3_pll_downHeiner Kallweit2024-11-091-13/+5
* r8169: improve __rtl8169_set_wolHeiner Kallweit2024-11-091-31/+24
* mISDN: Fix typosAndrew Kreimer2024-11-091-8/+8
* net: sfc: use ethtool string helpersRosen Penev2024-11-0920-106/+83
* net: mctp: Expose transport binding identifier via IFLA attributeKhang Nguyen2024-11-093-4/+6
* bonding: add ESP offload features when slaves supportJianbo Liu2024-11-081-0/+9
* net: phy: remove genphy_config_eee_advertHeiner Kallweit2024-11-081-23/+0
* net: phy: broadcom: use genphy_c45_an_config_eee_aneg in bcm_config_lre_anegHeiner Kallweit2024-11-081-1/+1
* net: phy: export genphy_c45_an_config_eee_anegHeiner Kallweit2024-11-081-0/+1
* net: phy: make genphy_c45_write_eee_adv() staticHeiner Kallweit2024-11-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-07164-883/+1551
|\
| * Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-11-0742-313/+275
| |\
| | * drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang2024-11-071-0/+1
| | * net: arc: rockchip: fix emac mdio node supportJohan Jonker2024-11-071-1/+8
| | * net: arc: fix the device for dma_map_single/dma_unmap_singleJohan Jonker2024-11-071-11/+16
| | * virtio_net: Update rss when set queuePhilo Lu2024-11-071-14/+51
| | * virtio_net: Sync rss config to device when virtnet_probePhilo Lu2024-11-071-0/+9
| | * virtio_net: Add hash_key_length checkPhilo Lu2024-11-071-0/+6
| | * virtio_net: Support dynamic rss indirection table sizePhilo Lu2024-11-071-5/+34