index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
neighbour.h
Age
Commit message (
Expand
)
Author
4 days
neighbour: Don't store net in struct pneigh_entry.
Kuniyuki Iwashima
4 days
neighbour: Namespacify neigh_tables.
Kuniyuki Iwashima
4 days
neighbour: Convert neigh_table.entries to refcount_t.
Kuniyuki Iwashima
4 days
neighbour: Remove neigh_tables[].
Kuniyuki Iwashima
4 days
neighbour: Store arp_tbl and nd_tbl in net->neigh_tables[].
Kuniyuki Iwashima
4 days
neighbour: Remove __neigh_for_each_release().
Kuniyuki Iwashima
2026-05-16
netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()
Lorenzo Bianconi
2025-10-24
neighbour: Convert rwlock of struct neigh_table to spinlock.
Kuniyuki Iwashima
2025-10-24
neighbour: Annotate access to neigh_parms fields.
Kuniyuki Iwashima
2025-07-17
neighbour: Update pneigh_entry in pneigh_create().
Kuniyuki Iwashima
2025-07-17
neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.
Kuniyuki Iwashima
2025-07-17
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
2025-07-17
neighbour: Free pneigh_entry after RCU grace period.
Kuniyuki Iwashima
2025-07-17
neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.
Kuniyuki Iwashima
2025-07-17
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
2025-06-30
neighbor: Add NTF_EXT_VALIDATED flag for externally validated entries
Ido Schimmel
2025-06-19
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
2024-11-09
neighbour: Create netdev->neighbour association
Gilad Naaman
2024-11-09
neighbour: Remove bare neighbour::next pointer
Gilad Naaman
2024-11-09
neighbour: Convert iteration to use hlist+macro
Gilad Naaman
2024-11-09
neighbour: Define neigh_for_each_in_bucket
Gilad Naaman
2024-11-09
neighbour: Add hlist_node to struct neighbour
Gilad Naaman
2024-10-15
neighbour: Remove NEIGH_DN_TABLE.
Kuniyuki Iwashima
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2023-11-28
neighbour: Fix __randomize_layout crash in struct neighbour
Gustavo A. R. Silva
2023-10-01
neighbour: fix data-races around n->output
Eric Dumazet
2023-08-07
neighbour: Remove unused function declaration pneigh_for_each()
Yue Haibing
2023-06-01
neighbour: fix unaligned access to pneigh_entry
Qingfang DENG
2023-03-21
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2023-03-09
neighbour: delete neigh_lookup_nodev as not used
Leon Romanovsky
2022-11-18
net: neigh: decrement the family specific qlen
Thomas Zeitlhofer
2022-09-26
neighbour: Remove unused inline function neigh_key_eq16()
Gaosheng Cui
2022-08-15
neighbour: make proxy_queue.qlen limit per-device
Alexander Mikhalitsyn
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
2022-02-02
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
2021-12-06
net: add net device refcount tracker to struct neigh_parms
Eric Dumazet
2021-12-06
net: add net device refcount tracker to struct pneigh_entry
Eric Dumazet
2021-12-06
net: add net device refcount tracker to struct neighbour
Eric Dumazet
2021-11-23
neigh: introduce neigh_confirm() helper function
Yajun Deng
2021-10-26
net: annotate data-race in neigh_output()
Eric Dumazet
2021-10-12
net, neigh: Add NTF_MANAGED flag for managed neighbor entries
Daniel Borkmann
2021-10-12
net, neigh: Extend neigh->flags to 32 bit to allow for extensions
Roopa Prabhu
2021-10-12
net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
Daniel Borkmann
2020-11-13
net: Exempt multicast addresses from five-second neighbor lifetime
Jeff Dike
2020-06-08
net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*
Christoph Hellwig
2020-02-29
neighbour: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-12-09
neighbour: remove neigh_cleanup() method
Eric Dumazet
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-08
net: fix data-race in neigh_event_send()
Eric Dumazet
[next]