summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-24net: phy: mdio-bcm-unimac: Add asp-v3.0Justin Chen
2025-04-24net: bcmasp: Add support for asp-v3.0Justin Chen
2025-04-24dt-bindings: net: brcm,unimac-mdio: Add asp-v3.0Justin Chen
2025-04-24dt-bindings: net: brcm,asp-v2.0: Add asp-v3.0Justin Chen
2025-04-24net: phy: mdio-bcm-unimac: Remove asp-v2.0Justin Chen
2025-04-24net: bcmasp: Remove support for asp-v2.0Justin Chen
2025-04-24dt-bindings: net: brcm,unimac-mdio: Remove asp-v2.0Justin Chen
2025-04-24dt-bindings: net: brcm,asp-v2.0: Remove asp-v2.0Justin Chen
2025-04-24selftests: iou-zcrx: Get the page size at runtimeHaiyue Wang
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-24vxlan: vnifilter: Fix unlocked deletion of default FDB entryIdo Schimmel
2025-04-24Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-04-24Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-24Merge tag 'v6.15-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-04-24net: phy: marvell-88q2xxx: Enable temperature sensor for mv88q211xNiklas Söderlund
2025-04-24Merge branch 'net-stmmac-fix-timestamp-snapshots-on-dwmac1000'Paolo Abeni
2025-04-24net: stmmac: fix multiplication overflow when reading timestampAlexis Lothoré
2025-04-24net: stmmac: fix dwmac1000 ptp timestamp status offsetAlexis Lothore
2025-04-24net: dp83822: Fix OF_MDIO config checkJohannes Schneider
2025-04-24Merge branch 'ipv6-no-rtnl-for-ipv6-routing-table'Paolo Abeni
2025-04-24ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima
2025-04-24ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().Kuniyuki Iwashima
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima
2025-04-24ipv6: Factorise ip6_route_multipath_add().Kuniyuki Iwashima
2025-04-24ipv6: Rename rt6_nh.next to rt6_nh.list.Kuniyuki Iwashima
2025-04-24ipv6: Don't pass net to ip6_route_info_append().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Split ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Move nexthop_find_by_id() after fib6_info_alloc().Kuniyuki Iwashima
2025-04-24ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().Kuniyuki Iwashima
2025-04-24ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().Kuniyuki Iwashima
2025-04-24ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().Kuniyuki Iwashima
2025-04-23Merge branch 'pds_core-updates-and-fixes'Jakub Kicinski
2025-04-23pds_core: make wait_context part of q_infoShannon Nelson
2025-04-23pds_core: Remove unnecessary check in pds_client_adminq_cmd()Brett Creeley
2025-04-23pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL resultBrett Creeley
2025-04-23pds_core: Prevent possible adminq overflow/stuck conditionBrett Creeley
2025-04-23Merge branch 'net-mlx5-hws-improve-ip-version-handling'Jakub Kicinski
2025-04-23net/mlx5: HWS, Disallow matcher IP version mixingVlad Dogaru
2025-04-23net/mlx5: HWS, Harden IP version definer checksVlad Dogaru
2025-04-23net/mlx5: HWS, Fix IP version decisionVlad Dogaru
2025-04-23net: dsa: mt7530: sync driver-specific behavior of MT7531 variantsDaniel Golle
2025-04-23octeontx2-pf: AF_XDP: code clean upHariprasad Kelam
2025-04-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2025-04-23Merge branch 'net_sched-fix-uaf-vulnerability-in-hfsc-qdisc'Jakub Kicinski
2025-04-23selftests/tc-testing: Add test for HFSC queue emptying during peek operationCong Wang
2025-04-23net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang