summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Merge branch 'net-more-factorization-in-cleanup_net-paths'Jakub Kicinski20-157/+190
2024-02-08xfrm: interface: use exit_batch_rtnl() methodEric Dumazet1-8/+6
2024-02-08bridge: use exit_batch_rtnl() methodEric Dumazet1-10/+5
2024-02-08ip_tunnel: use exit_batch_rtnl() methodEric Dumazet5-22/+31
2024-02-08sit: use exit_batch_rtnl() methodEric Dumazet1-8/+5
2024-02-08ip6_vti: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-08ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-08ip6_gre: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-08vxlan: use exit_batch_rtnl() methodEric Dumazet1-31/+19
2024-02-08ipv4: add __unregister_nexthop_notifier()Eric Dumazet2-6/+14
2024-02-08gtp: use exit_batch_rtnl() methodEric Dumazet1-10/+10
2024-02-08geneve: use exit_batch_rtnl() methodEric Dumazet1-13/+10
2024-02-08bonding: use exit_batch_rtnl() methodEric Dumazet1-11/+26
2024-02-08bareudp: use exit_batch_rtnl() methodEric Dumazet1-9/+4
2024-02-08nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet1-7/+12
2024-02-08net: add exit_batch_rtnl() methodEric Dumazet2-1/+33
2024-02-08Merge branch 'mt7530-dsa-subdriver-improvements-act-ii'Jakub Kicinski2-102/+53
2024-02-08net: dsa: mt7530: do not clear config->supported_interfacesArınç ÜNAL1-2/+0
2024-02-08net: dsa: mt7530: correct port capabilities of MT7988Arınç ÜNAL1-1/+1
2024-02-08net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL2-37/+2
2024-02-08net: dsa: mt7530: call port 6 setup from mt7530_mac_config()Arınç ÜNAL1-8/+11
2024-02-08net: dsa: mt7530: simplify mt7530_pad_clk_setup()Arınç ÜNAL1-51/+40
2024-02-08net: dsa: mt7530: move XTAL check to mt7530_setup()Arınç ÜNAL1-7/+6
2024-02-08net: dsa: mt7530: empty default case on mt7530_setup_port5()Arınç ÜNAL1-4/+1
2024-02-08r8169: remove setting LED default trigger, this is done by LED core nowHeiner Kallweit1-1/+0
2024-02-08Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski23-240/+766
2024-02-08Merge branch 'selftests-bonding-use-slowwait-when-waiting'Jakub Kicinski6-29/+97
2024-02-08selftests: bonding: use slowwait instead of hard code sleepHangbin Liu3-10/+24
2024-02-08selftests: bonding: reduce garp_test/arp_validate test timeHangbin Liu1-9/+29
2024-02-08selftests: bonding: use tc filter to check if LACP was sentHangbin Liu1-10/+9
2024-02-08selftests/net/forwarding: add slowwait functionsHangbin Liu1-0/+35
2024-02-08net/smc: change the term virtual ISM to Emulated-ISMWen Gu6-24/+24
2024-02-08Merge branch 'net-phy-realtek-complete-5gbps-support-and-replace-private-cons...Jakub Kicinski2-18/+20
2024-02-08net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()Heiner Kallweit1-4/+8
2024-02-08net: phy: realtek: use generic MDIO constantsMarek Behún1-17/+13
2024-02-08net: mdio: add 2.5g and 5g related PMA speed constantsMarek Behún1-0/+2
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: Do not return value from init_dummy_netdev()Amit Cohen2-4/+2
2024-02-07Merge branch 'net-eee-network-driver-cleanups'Jakub Kicinski10-29/+9
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-07Merge branch 'net-phy-c22-c45-enumeration'David S. Miller2-3/+7
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