summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-18net/mlx5e: fix kdoc warning on eswitch.hMoshe Shemesh1-1/+1
2025-07-18net/mlx5: HWS, Enable IPSec hardware offload in legacy modeLama Kayal1-2/+1
2025-07-18Merge tag 'amd-drm-fixes-6.16-2025-07-17' of https://gitlab.freedesktop.org/a...Dave Airlie5-21/+26
2025-07-18net: pcs: xpcs: mask readl() return value to 16 bitsJack Ping CHNG1-2/+2
2025-07-18net/mlx5: Fix an IS_ERR() vs NULL bug in esw_qos_move_node()Dan Carpenter1-2/+3
2025-07-18net: ethernet: mtk_wed: Fix NULL vs IS_ERR() bug in mtk_wed_get_memory_region()Dan Carpenter1-1/+3
2025-07-18net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()Dan Carpenter1-2/+2
2025-07-18Merge branch 'add-shared-phy-counter-support-for-qca807x-and-qca808x'Jakub Kicinski4-0/+146
2025-07-18net: phy: qcom: qca807x: Support PHY counterLuo Jie1-0/+25
2025-07-18net: phy: qcom: qca808x: Support PHY counterLuo Jie1-0/+23
2025-07-18net: phy: qcom: Add PHY counter supportLuo Jie2-0/+98
2025-07-18netdevsim: remove redundant branchDennis Chen1-4/+1
2025-07-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-84/+712
2025-07-18perf sched timehist: decode process names of processes in zombie stateAnubhav Shelat1-0/+5
2025-07-18Merge tag 'drm-intel-fixes-2025-07-17' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-1/+1
2025-07-18Merge tag 'drm-misc-fixes-2025-07-16' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-7/+6
2025-07-18string: Group str_has_prefix() and strstarts()Andy Shevchenko1-10/+10
2025-07-18fork: reorder function qualifiers for copy_clone_args_from_userDishank Jogi1-1/+1
2025-07-18binfmt_elf: remove the 4k limitation of program header sizeYin Fengwei1-1/+1
2025-07-18selftests: net: prevent Python from buffering the outputJakub Kicinski1-3/+4
2025-07-18Merge branch 'neighbour-convert-rtm_getneigh-to-rcu-and-make-pneigh-rtnl-free'Jakub Kicinski5-210/+207
2025-07-18neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima3-23/+20
2025-07-18neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima2-18/+22
2025-07-18neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima1-27/+16
2025-07-18neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima3-17/+2
2025-07-18neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima1-5/+5
2025-07-18neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima1-8/+3
2025-07-18neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima1-10/+15
2025-07-18neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima1-5/+8
2025-07-18neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima2-17/+32
2025-07-18neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima2-23/+33
2025-07-18neighbour: Split pneigh_lookup().Kuniyuki Iwashima5-16/+36
2025-07-18neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima1-17/+20
2025-07-18neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima1-56/+32
2025-07-18neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima1-13/+13
2025-07-18neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima1-24/+19
2025-07-18drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88Louis-Alexis Eyraud1-2/+2
2025-07-18drm/mediatek: only announce AFBC if really supportedIcenowy Zheng7-4/+27
2025-07-18drm/mediatek: Add wait_event_timeout when disabling planeJason-JH Lin3-0/+39
2025-07-18Merge branch 'ethtool-rss-support-rss_set-via-netlink'Jakub Kicinski12-20/+767
2025-07-18selftests: drv-net: rss_api: test input-xfrm and hash fieldsJakub Kicinski1-0/+143
2025-07-18ethtool: rss: support setting flow hashing fieldsJakub Kicinski4-10/+107
2025-07-18ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski6-8/+71
2025-07-18netlink: specs: define input-xfrm enum in the specJakub Kicinski2-3/+24
2025-07-18selftests: drv-net: rss_api: test setting hashing key via NetlinkJakub Kicinski1-0/+33
2025-07-18ethtool: rss: support setting hkey via NetlinkJakub Kicinski3-1/+42
2025-07-18ethtool: rss: support setting hfunc via NetlinkJakub Kicinski3-1/+13
2025-07-18selftests: drv-net: rss_api: test setting indirection table via NetlinkJakub Kicinski1-3/+93
2025-07-18tools: ynl: support packing binary arrays of scalarsJakub Kicinski1-1/+6
2025-07-18selftests: drv-net: rss_api: factor out checking min queue countJakub Kicinski1-8/+9