summaryrefslogtreecommitdiff
path: root/include/net/neighbour.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-18neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-2/+3
2025-07-18neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima1-0/+1
2025-07-18neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima1-2/+0
2025-07-18neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima1-0/+4
2025-07-18neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima1-2/+2
2025-07-18neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-2/+3
2025-07-01neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel1-1/+3
2025-06-20neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-0/+1
2024-11-10neighbour: Create netdev->neighbour associationGilad Naaman1-7/+2
2024-11-10neighbour: Remove bare neighbour::next pointerGilad Naaman1-3/+1
2024-11-10neighbour: Convert iteration to use hlist+macroGilad Naaman1-4/+1
2024-11-10neighbour: Define neigh_for_each_in_bucketGilad Naaman1-0/+6
2024-11-10neighbour: Add hlist_node to struct neighbourGilad Naaman1-0/+2
2024-10-16neighbour: Remove NEIGH_DN_TABLE.Kuniyuki Iwashima1-1/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva1-1/+1
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-1/+1
2023-08-07neighbour: Remove unused function declaration pneigh_for_each()Yue Haibing1-2/+0
2023-06-02neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-3/+3
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
2023-03-10neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer1-1/+1
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn1-0/+1
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-0/+1
2022-02-03net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann1-5/+13
2021-12-07net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-0/+1
2021-12-07net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-0/+1
2021-12-07net: add net device refcount tracker to struct neighbourEric Dumazet1-0/+1
2021-11-23neigh: introduce neigh_confirm() helper functionYajun Deng1-0/+11
2021-10-26net: annotate data-race in neigh_output()Eric Dumazet1-3/+8
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann1-7/+14
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu1-5/+9
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-0/+1
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+1
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig1-4/+3
2020-03-01neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-1/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-09net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-08net: add annotations on hh->hh_len lockless accessesEric Dumazet1-1/+1
2019-04-18net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern1-0/+2
2019-04-09neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-2/+3
2018-12-20neighbour: register rtnl doit handlerRoopa Prabhu1-0/+1
2018-12-16neighbor: Add protocol attributeDavid Ahern1-0/+2
2018-12-15neighbor: Improve neighbour struct layoutDavid Ahern1-2/+2
2018-12-15neighbor: Move neigh_update_ext_learned to core fileDavid Ahern1-18/+0
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+23
2018-12-08neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23