index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
neighbour.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-12
neighbour: restore protocol != 0 check in pneigh update
Sabrina Dubroca
1
-1
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-26
net: core: neighbour: Make another netlink notification atomically
Petr Machata
1
-4
/
+9
2026-01-26
net: core: neighbour: Make one netlink notification atomically
Petr Machata
1
-3
/
+5
2026-01-26
net: core: neighbour: Reorder netlink & internal notification
Petr Machata
1
-2
/
+2
2026-01-26
net: core: neighbour: Inline neigh_update_notify() calls
Petr Machata
1
-11
/
+10
2026-01-26
net: core: neighbour: Process ARP queue later
Petr Machata
1
-1
/
+7
2026-01-26
net: core: neighbour: Extract ARP queue processing to a helper function
Petr Machata
1
-35
/
+43
2026-01-26
net: core: neighbour: Call __neigh_notify() under a lock
Petr Machata
1
-6
/
+12
2026-01-26
net: core: neighbour: Add a neigh_fill_info() helper for when lock not held
Petr Machata
1
-7
/
+17
2025-10-25
neighbour: Convert rwlock of struct neigh_table to spinlock.
Kuniyuki Iwashima
1
-33
/
+35
2025-10-25
neighbour: Convert RTM_SETNEIGHTBL to RCU.
Kuniyuki Iwashima
1
-5
/
+14
2025-10-25
neighbour: Convert RTM_GETNEIGHTBL to RCU.
Kuniyuki Iwashima
1
-14
/
+9
2025-10-25
neighbour: Annotate access to neigh_parms fields.
Kuniyuki Iwashima
1
-11
/
+6
2025-10-25
neighbour: Use RCU list helpers for neigh_parms.list writers.
Kuniyuki Iwashima
1
-2
/
+2
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-27
/
+61
2025-07-25
neighbour: Fix null-ptr-deref in neigh_flush_dev().
Kuniyuki Iwashima
1
-27
/
+61
2025-07-18
neighbour: Update pneigh_entry in pneigh_create().
Kuniyuki Iwashima
1
-18
/
+16
2025-07-18
neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.
Kuniyuki Iwashima
1
-18
/
+21
2025-07-18
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().
Kuniyuki Iwashima
1
-27
/
+16
2025-07-18
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
1
-11
/
+0
2025-07-18
neighbour: Use rcu_dereference() in pneigh_get_{first,next}().
Kuniyuki Iwashima
1
-5
/
+5
2025-07-18
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().
Kuniyuki Iwashima
1
-8
/
+3
2025-07-18
neighbour: Convert RTM_GETNEIGH to RCU.
Kuniyuki Iwashima
1
-10
/
+15
2025-07-18
neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.
Kuniyuki Iwashima
1
-5
/
+8
2025-07-18
neighbour: Free pneigh_entry after RCU grace period.
Kuniyuki Iwashima
1
-17
/
+28
2025-07-18
neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.
Kuniyuki Iwashima
1
-21
/
+31
2025-07-18
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
1
-10
/
+29
2025-07-18
neighbour: Move neigh_find_table() to neigh_get().
Kuniyuki Iwashima
1
-17
/
+20
2025-07-18
neighbour: Allocate skb in neigh_get().
Kuniyuki Iwashima
1
-56
/
+32
2025-07-18
neighbour: Move two validations from neigh_get() to neigh_valid_get_req().
Kuniyuki Iwashima
1
-13
/
+13
2025-07-18
neighbour: Make neigh_valid_get_req() return ndmsg.
Kuniyuki Iwashima
1
-24
/
+19
2025-07-03
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
1
-1
/
+2
2025-07-01
neighbor: Add NTF_EXT_VALIDATED flag for externally validated entries
Ido Schimmel
1
-10
/
+69
2025-06-26
neighbour: Remove redundant assignment to err
Yue Haibing
1
-3
/
+1
2025-06-20
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
1
-3
/
+9
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+2
2025-05-26
net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...
Qiu Yutan
1
-2
/
+2
2025-04-22
net: Use nlmsg_payload in neighbour file
Breno Leitao
1
-2
/
+2
2025-04-15
neighbour: Use nlmsg_payload in neigh_valid_get_req
Breno Leitao
1
-2
/
+2
2025-04-15
neighbour: Use nlmsg_payload in neightbl_valid_dump_info
Breno Leitao
1
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-5
/
+5
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+1
2025-03-20
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
1
-0
/
+1
2025-02-21
neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specified
Kohei Enju
1
-2
/
+2
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2025-02-11
neighbour: use RCU protection in __neigh_notify()
Eric Dumazet
1
-2
/
+6
2025-02-05
neighbour: remove neigh_parms_destroy()
Eric Dumazet
1
-8
/
+1
2024-11-19
net/neighbor: clear error in case strict check is not set
Jakub Kicinski
1
-0
/
+1
2024-11-10
neighbour: Create netdev->neighbour association
Gilad Naaman
1
-38
/
+58
[next]