aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-17et131x: Add missing check after DMA mapThomas Fourier1-0/+36
2025-07-17net: ag71xx: Add missing check after DMA mapThomas Fourier1-0/+9
2025-07-17selftests/drivers/net: Support ipv6 for napi_id testTianyi Cui2-11/+28
2025-07-17ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reportingMingming Cao1-7/+20
2025-07-17net/mlx5e: Properly access RCU protected qdisc_sleeping variableLeon Romanovsky1-1/+1
2025-07-17net/mlx5e: fix kdoc warning on eswitch.hMoshe Shemesh1-1/+1
2025-07-17net/mlx5: HWS, Enable IPSec hardware offload in legacy modeLama Kayal1-2/+1
2025-07-17net: pcs: xpcs: mask readl() return value to 16 bitsJack Ping CHNG1-2/+2
2025-07-17net/mlx5: Fix an IS_ERR() vs NULL bug in esw_qos_move_node()Dan Carpenter1-2/+3
2025-07-17net: ethernet: mtk_wed: Fix NULL vs IS_ERR() bug in mtk_wed_get_memory_region()Dan Carpenter1-1/+3
2025-07-17net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()Dan Carpenter1-2/+2
2025-07-17net: phy: qcom: qca807x: Support PHY counterLuo Jie1-0/+25
2025-07-17net: phy: qcom: qca808x: Support PHY counterLuo Jie1-0/+23
2025-07-17net: phy: qcom: Add PHY counter supportLuo Jie2-0/+98
2025-07-17netdevsim: remove redundant branchDennis Chen1-4/+1
2025-07-17selftests: net: prevent Python from buffering the outputJakub Kicinski1-3/+4
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima3-23/+20
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima2-18/+22
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima1-27/+16
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima3-17/+2
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima1-5/+5
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima1-8/+3
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima1-10/+15
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima1-5/+8
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima2-17/+32
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima2-23/+33
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima5-16/+36
2025-07-17neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima1-17/+20
2025-07-17neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima1-56/+32
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima1-13/+13
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima1-24/+19
2025-07-17selftests: drv-net: rss_api: test input-xfrm and hash fieldsJakub Kicinski1-0/+143
2025-07-17ethtool: rss: support setting flow hashing fieldsJakub Kicinski4-10/+107
2025-07-17ethtool: rss: support setting input-xfrm via NetlinkJakub Kicinski6-8/+71
2025-07-17netlink: specs: define input-xfrm enum in the specJakub Kicinski2-3/+24
2025-07-17selftests: drv-net: rss_api: test setting hashing key via NetlinkJakub Kicinski1-0/+33
2025-07-17ethtool: rss: support setting hkey via NetlinkJakub Kicinski3-1/+42
2025-07-17ethtool: rss: support setting hfunc via NetlinkJakub Kicinski3-1/+13
2025-07-17selftests: drv-net: rss_api: test setting indirection table via NetlinkJakub Kicinski1-3/+93
2025-07-17tools: ynl: support packing binary arrays of scalarsJakub Kicinski1-1/+6
2025-07-17selftests: drv-net: rss_api: factor out checking min queue countJakub Kicinski1-8/+9
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski6-1/+242
2025-07-17net/mlx5e: TX, Fix dma unmapping for devmem txDragos Tatulea3-7/+17
2025-07-17rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells5-19/+37
2025-07-17rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells3-17/+18
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells3-2/+21
2025-07-17rxrpc: Fix irq-disabled in local_bh_enable()David Howells3-4/+4
2025-07-17selftests/tc-testing: Test htb_dequeue_tree with deactivation and row emptyingWilliam Liu1-0/+26
2025-07-17net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu1-1/+3