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
/
net
/
core
/
neighbour.c
Age
Commit message (
Expand
)
Author
7 days
neighbour: Remove unnecessary net_eq().
Kuniyuki Iwashima
7 days
neighbour: Don't store net in struct pneigh_entry.
Kuniyuki Iwashima
7 days
neighbour: Namespacify neigh_tables.
Kuniyuki Iwashima
7 days
neighbour: Convert neigh_table.entries to refcount_t.
Kuniyuki Iwashima
7 days
neighbour: Clean up neigh_table_init() and neigh_table_clear().
Kuniyuki Iwashima
7 days
neighbour: Remove neigh_tables[].
Kuniyuki Iwashima
7 days
neighbour: Store arp_tbl and nd_tbl in net->neigh_tables[].
Kuniyuki Iwashima
7 days
neighbour: Remove __rcu from neigh_tables[].
Kuniyuki Iwashima
7 days
neighbour: Remove unnecessary EXPORT_SYMBOL().
Kuniyuki Iwashima
7 days
neighbour: Remove lock dance for neigh_update_{gc,managed}_list().
Kuniyuki Iwashima
7 days
neighbour: Remove __neigh_for_each_release().
Kuniyuki Iwashima
2026-06-08
neighbour: remove obsolete EXPORT_SYMBOL()
Eric Dumazet
2026-04-27
neigh: let neigh_xmit take skb ownership
Florian Westphal
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
2026-03-11
neighbour: restore protocol != 0 check in pneigh update
Sabrina Dubroca
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-25
net: core: neighbour: Make another netlink notification atomically
Petr Machata
2026-01-25
net: core: neighbour: Make one netlink notification atomically
Petr Machata
2026-01-25
net: core: neighbour: Reorder netlink & internal notification
Petr Machata
2026-01-25
net: core: neighbour: Inline neigh_update_notify() calls
Petr Machata
2026-01-25
net: core: neighbour: Process ARP queue later
Petr Machata
2026-01-25
net: core: neighbour: Extract ARP queue processing to a helper function
Petr Machata
2026-01-25
net: core: neighbour: Call __neigh_notify() under a lock
Petr Machata
2026-01-25
net: core: neighbour: Add a neigh_fill_info() helper for when lock not held
Petr Machata
2025-10-24
neighbour: Convert rwlock of struct neigh_table to spinlock.
Kuniyuki Iwashima
2025-10-24
neighbour: Convert RTM_SETNEIGHTBL to RCU.
Kuniyuki Iwashima
2025-10-24
neighbour: Convert RTM_GETNEIGHTBL to RCU.
Kuniyuki Iwashima
2025-10-24
neighbour: Annotate access to neigh_parms fields.
Kuniyuki Iwashima
2025-10-24
neighbour: Use RCU list helpers for neigh_parms.list writers.
Kuniyuki Iwashima
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-25
neighbour: Fix null-ptr-deref in neigh_flush_dev().
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: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().
Kuniyuki Iwashima
2025-07-17
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
2025-07-17
neighbour: Use rcu_dereference() in pneigh_get_{first,next}().
Kuniyuki Iwashima
2025-07-17
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().
Kuniyuki Iwashima
2025-07-17
neighbour: Convert RTM_GETNEIGH to RCU.
Kuniyuki Iwashima
2025-07-17
neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.
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-07-17
neighbour: Move neigh_find_table() to neigh_get().
Kuniyuki Iwashima
2025-07-17
neighbour: Allocate skb in neigh_get().
Kuniyuki Iwashima
2025-07-17
neighbour: Move two validations from neigh_get() to neigh_valid_get_req().
Kuniyuki Iwashima
2025-07-17
neighbour: Make neigh_valid_get_req() return ndmsg.
Kuniyuki Iwashima
2025-07-02
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
2025-06-30
neighbor: Add NTF_EXT_VALIDATED flag for externally validated entries
Ido Schimmel
2025-06-25
neighbour: Remove redundant assignment to err
Yue Haibing
2025-06-19
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
[next]