aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c (follow)
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide, 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_connected_output()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 even the ARP table is fullZheng Li1-1/+3
2023-12-08neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao1-1/+8
2023-10-20neighbour: fix various data-racesEric Dumazet1-32/+35
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-5/+5
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet1-1/+3
2023-08-15networking: Update to register_net_sysctl_szJoel Granados1-2/+6
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-32/+32
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-14/+14
2023-03-09neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-31/+0
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+15
2023-02-06neigh: make sure used and confirmed times are validJulian Anastasov1-3/+15
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley1-2/+12
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-2/+2
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer1-28/+30
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+9
2022-08-24net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+9
2022-08-22Remove DECnet support from kernelStephen Hemminger1-3/+0
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn1-3/+22
2022-08-15neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev1-8/+17