index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
neighbour.c
Age
Commit message (
Expand
)
Author
8 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9 days
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
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-26
net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...
Qiu Yutan
2025-04-21
net: Use nlmsg_payload in neighbour file
Breno Leitao
2025-04-15
neighbour: Use nlmsg_payload in neigh_valid_get_req
Breno Leitao
2025-04-15
neighbour: Use nlmsg_payload in neightbl_valid_dump_info
Breno Leitao
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-03-20
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
2025-02-20
neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specified
Kohei Enju
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-10
neighbour: use RCU protection in __neigh_notify()
Eric Dumazet
2025-02-04
neighbour: remove neigh_parms_destroy()
Eric Dumazet
2024-11-18
net/neighbor: clear error in case strict check is not set
Jakub Kicinski
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: Convert seq_file functions to use hlist
Gilad Naaman
2024-11-09
neighbour: Add hlist_node to struct neighbour
Gilad Naaman
2024-10-28
neighbour: use kvzalloc()/kvfree()
Eric Dumazet
2024-10-15
neighbour: Use rtnl_register_many().
Kuniyuki Iwashima
2024-08-23
neighbour: delete redundant judgment statements
Li Zetao
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-05-28
net/neighbour: constify ctl_table arguments of utility function
Thomas Weißschuh
2024-05-03
net: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-23
neighbour: fix neigh_master_filtered()
Eric Dumazet
2024-04-19
neighbour: no longer hold RTNL in neigh_dump_info()
Eric Dumazet
2024-04-19
neighbour: fix neigh_dump_info() return value
Eric Dumazet
2024-04-19
neighbour: add RCU protection to neigh_tables[]
Eric Dumazet
2024-04-18
neighbour: guarantee the localhost connections be established successfully ev...
Zheng Li
[next]