aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+61
2025-07-25neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima1-27/+61
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-18/+16
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima1-18/+21
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima1-27/+16
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima1-11/+0
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 Iwashima1-17/+28
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima1-21/+31
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-10/+29
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-02net: dst: annotate data-races around dst->obsoleteEric Dumazet1-1/+2
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel1-10/+69
2025-06-25neighbour: Remove redundant assignment to errYue Haibing1-3/+1
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-3/+9
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan1-2/+2
2025-04-21net: Use nlmsg_payload in neighbour fileBreno Leitao1-2/+2
2025-04-15neighbour: Use nlmsg_payload in neigh_valid_get_reqBreno Leitao1-2/+2
2025-04-15neighbour: Use nlmsg_payload in neightbl_valid_dump_infoBreno Leitao1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-5/+5
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+1
2025-03-20net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-02-20neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specifiedKohei Enju1-2/+2
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-04neighbour: remove neigh_parms_destroy()Eric Dumazet1-8/+1
2024-11-18net/neighbor: clear error in case strict check is not setJakub Kicinski1-0/+1
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman1-38/+58
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman1-80/+10
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman1-29/+18
2024-11-09neighbour: Convert seq_file functions to use hlistGilad Naaman1-56/+48
2024-11-09neighbour: Add hlist_node to struct neighbourGilad Naaman1-1/+19
2024-10-28neighbour: use kvzalloc()/kvfree()Eric Dumazet1-17/+2
2024-10-15neighbour: Use rtnl_register_many().Kuniyuki Iwashima1-9/+10
2024-08-23neighbour: delete redundant judgment statementsLi Zetao1-2/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-9/+9
2024-05-28net/neighbour: constify ctl_table arguments of utility functionThomas Weißschuh1-1/+1
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-4/+1
2024-04-23neighbour: fix neigh_master_filtered()Eric Dumazet1-1/+1
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet1-4/+5
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet1-18/+13
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet1-11/+19
2024-04-18neighbour: guarantee the localhost connections be established successfully ev...Zheng Li1-1/+3