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.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-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
2025-03-20
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
1
-0
/
+1
2025-02-11
neighbour: use RCU protection in __neigh_notify()
Eric Dumazet
1
-2
/
+6
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
2024-11-10
neighbour: Remove bare neighbour::next pointer
Gilad Naaman
1
-80
/
+10
2024-11-10
neighbour: Convert iteration to use hlist+macro
Gilad Naaman
1
-29
/
+18
2024-11-10
neighbour: Convert seq_file functions to use hlist
Gilad Naaman
1
-56
/
+48
2024-11-10
neighbour: Add hlist_node to struct neighbour
Gilad Naaman
1
-1
/
+19
2024-10-29
neighbour: use kvzalloc()/kvfree()
Eric Dumazet
1
-17
/
+2
2024-10-16
neighbour: Use rtnl_register_many().
Kuniyuki Iwashima
1
-9
/
+10
2024-08-23
neighbour: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-9
/
+9
2024-05-29
net/neighbour: constify ctl_table arguments of utility function
Thomas Weißschuh
1
-1
/
+1
2024-05-03
net: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-4
/
+1
2024-04-24
neighbour: fix neigh_master_filtered()
Eric Dumazet
1
-1
/
+1
2024-04-19
neighbour: no longer hold RTNL in neigh_dump_info()
Eric Dumazet
1
-4
/
+5
2024-04-19
neighbour: fix neigh_dump_info() return value
Eric Dumazet
1
-18
/
+13
2024-04-19
neighbour: add RCU protection to neigh_tables[]
Eric Dumazet
1
-11
/
+19
2024-04-18
neighbour: guarantee the localhost connections be established successfully ev...
Zheng Li
1
-1
/
+3
2023-12-08
neighbour: Don't let neigh_forced_gc() disable preemption for long
Judy Hsiao
1
-1
/
+8
2023-10-21
neighbour: fix various data-races
Eric Dumazet
1
-32
/
+35
2023-10-01
neighbour: fix data-races around n->output
Eric Dumazet
1
-5
/
+5
2023-10-01
net: fix possible store tearing in neigh_periodic_work()
Eric Dumazet
1
-1
/
+3
2023-08-16
networking: Update to register_net_sysctl_sz
Joel Granados
1
-2
/
+6
2023-03-22
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
1
-32
/
+32
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
1
-14
/
+14
2023-03-10
neighbour: delete neigh_lookup_nodev as not used
Leon Romanovsky
1
-31
/
+0
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+15
2023-02-06
neigh: make sure used and confirmed times are valid
Julian Anastasov
1
-3
/
+15
2023-02-02
neighbor: fix proxy_delay usage when it is zero
Brian Haley
1
-2
/
+12
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2022-11-18
net: neigh: decrement the family specific qlen
Thomas Zeitlhofer
1
-28
/
+30
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-11-03
net, neigh: Fix null-ptr-deref in neigh_table_clear()
Chen Zhongjin
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+9
2022-08-24
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-3
/
+9
2022-08-22
Remove DECnet support from kernel
Stephen Hemminger
1
-3
/
+0
2022-08-15
neighbour: make proxy_queue.qlen limit per-device
Alexander Mikhalitsyn
1
-3
/
+22
2022-08-15
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
1
-8
/
+17
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
1
-2
/
+30
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-9
/
+9
2022-05-26
net, neigh: Set lower cap for neigh_managed_work rearming
Daniel Borkmann
1
-1
/
+1
2022-05-05
memcg: accounting for objects allocated for new netdevice
Vasily Averin
1
-1
/
+1
2022-02-26
net: neigh: use kfree_skb_reason() for __neigh_event_send()
Menglong Dong
1
-3
/
+3
2022-02-03
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
1
-6
/
+12
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-3
/
+3
2021-12-12
net: Enable neighbor sysctls that is save for userns root
xu xin
1
-4
/
+0
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2021-12-09
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
1
-2
/
+1
[next]