summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-18net: stream: add description for sk_stream_write_space()Suchit Karunakaran
2025-07-17et131x: Add missing check after DMA mapThomas Fourier
2025-07-17net: ag71xx: Add missing check after DMA mapThomas Fourier
2025-07-17selftests/drivers/net: Support ipv6 for napi_id testTianyi Cui
2025-07-17ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reportingMingming Cao
2025-07-17Merge branch 'net-mlx5-misc-changes-2025-07-16'Jakub Kicinski
2025-07-17net/mlx5e: Properly access RCU protected qdisc_sleeping variableLeon Romanovsky
2025-07-17net/mlx5e: fix kdoc warning on eswitch.hMoshe Shemesh
2025-07-17net/mlx5: HWS, Enable IPSec hardware offload in legacy modeLama Kayal
2025-07-17net: pcs: xpcs: mask readl() return value to 16 bitsJack Ping CHNG
2025-07-17net/mlx5: Fix an IS_ERR() vs NULL bug in esw_qos_move_node()Dan Carpenter
2025-07-17net: ethernet: mtk_wed: Fix NULL vs IS_ERR() bug in mtk_wed_get_memory_region()Dan Carpenter
2025-07-17net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()Dan Carpenter
2025-07-17Merge branch 'add-shared-phy-counter-support-for-qca807x-and-qca808x'Jakub Kicinski
2025-07-17net: phy: qcom: qca807x: Support PHY counterLuo Jie
2025-07-17net: phy: qcom: qca808x: Support PHY counterLuo Jie
2025-07-17net: phy: qcom: Add PHY counter supportLuo Jie
2025-07-17netdevsim: remove redundant branchDennis Chen
2025-07-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-07-17selftests: net: prevent Python from buffering the outputJakub Kicinski
2025-07-17Merge branch 'neighbour-convert-rtm_getneigh-to-rcu-and-make-pneigh-rtnl-free'Jakub Kicinski
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima
2025-07-17Merge branch 'ethtool-rss-support-rss_set-via-netlink'Jakub Kicinski
2025-07-17selftests: drv-net: rss_api: test input-xfrm and hash fieldsJakub Kicinski
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski
2025-07-17netlink: specs: define input-xfrm enum in the specJakub Kicinski
2025-07-17selftests: drv-net: rss_api: test setting hashing key via NetlinkJakub Kicinski
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski
2025-07-17selftests: drv-net: rss_api: test setting indirection table via NetlinkJakub Kicinski
2025-07-17tools: ynl: support packing binary arrays of scalarsJakub Kicinski
2025-07-17selftests: drv-net: rss_api: factor out checking min queue countJakub Kicinski
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski
2025-07-17net/mlx5e: TX, Fix dma unmapping for devmem txDragos Tatulea
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski