aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-07vxlan: use exit_batch_rtnl() methodEric Dumazet1-31/+19
2024-02-07gtp: use exit_batch_rtnl() methodEric Dumazet1-10/+10
2024-02-07geneve: use exit_batch_rtnl() methodEric Dumazet1-13/+10
2024-02-07bonding: use exit_batch_rtnl() methodEric Dumazet1-11/+26
2024-02-07bareudp: use exit_batch_rtnl() methodEric Dumazet1-9/+4
2024-02-07net: dsa: mt7530: do not clear config->supported_interfacesArınç ÜNAL1-2/+0
2024-02-07net: dsa: mt7530: correct port capabilities of MT7988Arınç ÜNAL1-1/+1
2024-02-07net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL2-37/+2
2024-02-07net: dsa: mt7530: call port 6 setup from mt7530_mac_config()Arınç ÜNAL1-8/+11
2024-02-07net: dsa: mt7530: simplify mt7530_pad_clk_setup()Arınç ÜNAL1-51/+40
2024-02-07net: dsa: mt7530: move XTAL check to mt7530_setup()Arınç ÜNAL1-7/+6
2024-02-07net: dsa: mt7530: empty default case on mt7530_setup_port5()Arınç ÜNAL1-4/+1
2024-02-07r8169: remove setting LED default trigger, this is done by LED core nowHeiner Kallweit1-1/+0
2024-02-07Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski15-225/+735
2024-02-07net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()Heiner Kallweit1-4/+8
2024-02-07net: phy: realtek: use generic MDIO constantsMarek Behún1-17/+13
2024-02-07dpll: check that pin is registered in __dpll_pin_unregister()Jiri Pirko1-0/+3
2024-02-07tsnep: Use devm_platform_get_and_ioremap_resource() in tsnep_probe()Markus Elfring1-2/+1
2024-02-07net: dsa: b53: remove eee_enabled/eee_active in b53_get_mac_eee()Russell King (Oracle)1-6/+0
2024-02-07net: bcmasp: remove eee_enabled/eee_active in bcmasp_get_eee()Russell King (Oracle)2-6/+3
2024-02-07net: bcmgenet: remove eee_enabled/eee_active in bcmgenet_get_eee()Russell King (Oracle)2-7/+6
2024-02-07net: fec: remove eee_enabled/eee_active in fec_enet_get_eee()Russell King (Oracle)1-4/+0
2024-02-07net: sxgbe: remove eee_enabled/eee_active in sxgbe_get_eee()Russell King (Oracle)3-4/+0
2024-02-07net: stmmac: remove eee_enabled/eee_active in stmmac_ethtool_op_get_eee()Russell King (Oracle)1-2/+0
2024-02-07net: dsa: mv88e6xxx: Return -ENODEV when C45 not supportedAndrew Lunn1-1/+1
2024-02-07net: phy: c45 scanning: Don't consider -ENODEV fatalAndrew Lunn1-2/+6
2024-02-07netdevsim: make nsim_bus constRicardo B. Marliere1-1/+1
2024-02-07net: ethernet: remove duplicated CONFIG_SUNGEM_PHY entryMasahiro Yamada1-3/+0
2024-02-06tg3: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-13/+14
2024-02-06r8169: use new helper phy_advertise_eee_allHeiner Kallweit1-2/+1
2024-02-06net: phy: add helper phy_advertise_eee_allHeiner Kallweit1-0/+16
2024-02-06mlx4: Address spelling errorsSimon Horman11-20/+22
2024-02-06pds_core: Clean up init/uninit flows to be more readableBrett Creeley3-43/+61
2024-02-06pds_core: Fix up some minor issuesBrett Creeley2-7/+4
2024-02-06pds_core: Unmask adminq interrupt in work threadBrett Creeley1-7/+3
2024-02-06pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley2-5/+3
2024-02-06bonding: Add independent control state machineAahil Awatramani4-8/+194
2024-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni9-168/+150
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)3-6/+5
2024-02-06net: ravb: Simplify ravb_resume()Claudiu Beznea1-34/+24
2024-02-06net: ravb: Simplify ravb_suspend()Claudiu Beznea1-7/+6
2024-02-06net: ravb: Set config mode in ndo_open and reset mode in ndo_closeClaudiu Beznea1-32/+46
2024-02-06net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...Claudiu Beznea1-15/+3
2024-02-06net: ravb: Move DBAT configuration to the driver's ndo_open APIClaudiu Beznea1-1/+1
2024-02-06net: ravb: Move delay mode set in the driver's ndo_open APIClaudiu Beznea1-51/+56
2024-02-06net: ravb: Split GTI computation and set operationsClaudiu Beznea2-46/+52
2024-02-06net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea2-173/+130
2024-02-06net: ravb: Move reference clock enable/disable on runtime PM APIsClaudiu Beznea1-53/+57
2024-02-06net: ravb: Assert/de-assert reset on suspend/resumeClaudiu Beznea1-3/+11
2024-02-06net: ravb: Use tabs instead of spacesClaudiu Beznea1-3/+3