summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-13rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet
2024-02-13vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet
2024-02-13net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko
2024-02-13net: sched: codel replace GPLv2/BSD boilerplateStephen Hemminger
2024-02-13r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit
2024-02-13net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli
2024-02-13net: stmmac: Simplify mtl IRQ status checkingKurt Kanzenbach
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault
2024-02-12net/mlx5e: link NAPI instances to queues and IRQsJoe Damato
2024-02-12Merge branch 'net-avoid-slow-rcu'David S. Miller
2024-02-12netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_listEric Dumazet
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet
2024-02-12ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet
2024-02-12bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet
2024-02-12net: use synchronize_net() in dev_change_name()Eric Dumazet
2024-02-12ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet
2024-02-12Merge branch 'eth-common-fault-irq-support'David S. Miller
2024-02-12net: stmmac: Add driver support for common safety IRQSuraj Jaiswal
2024-02-12dt-bindings: net: qcom,ethqos: add binding doc for safety IRQ for sa8775pSuraj Jaiswal
2024-02-12tg3: fix bug caused by uninitialized variableHeiner Kallweit
2024-02-12Merge branch 'dsa-realtek-common'David S. Miller
2024-02-12net: dsa: realtek: embed dsa_switch into realtek_privLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: use the same mii bus driver for both interfacesLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: migrate user_mii_bus setup to realtek_dsaLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: clean user_mii_bus setupLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: get internal MDIO node by nameLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsaLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: common rtl83xx moduleLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: keep variant reference in realtek_privLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: convert variants into real driversLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: introduce REALTEK_DSA namespaceLuiz Angelo Daros de Luca
2024-02-12net: dsa: realtek: drop cleanup from realtek_opsLuiz Angelo Daros de Luca
2024-02-12net: stmmac: dwmac-qcom-ethqos: Enable TBS on all queues but 0Abhishek Chauhan
2024-02-12Merge branch 'ipv6-expired-routes'David S. Miller
2024-02-12selftests/net: Adding test cases of replacing routes and route advertisements.Kui-Feng Lee
2024-02-12net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.Kui-Feng Lee
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2024-02-12net/ipv6: Remove unnecessary clean.Kui-Feng Lee
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee
2024-02-12selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOWPaolo Abeni
2024-02-12Merge branch 'octeon_ep_vf'David S. Miller
2024-02-12octeon_ep_vf: update MAINTAINERSShinas Rasheed
2024-02-12octeon_ep_vf: add ethtool supportShinas Rasheed
2024-02-12octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed
2024-02-12octeon_ep_vf: add support for ndo opsShinas Rasheed
2024-02-12octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed
2024-02-12octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed
2024-02-12octeon_ep_vf: add hardware configuration APIsShinas Rasheed
2024-02-12octeon_ep_vf: Add driver framework and device initializationShinas Rasheed
2024-02-10Merge branch 'phy-package'David S. Miller