index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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
2025-03-20
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
2025-02-10
neighbour: use RCU protection in __neigh_notify()
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
2023-12-08
neighbour: Don't let neigh_forced_gc() disable preemption for long
Judy Hsiao
2023-10-20
neighbour: fix various data-races
Eric Dumazet
2023-10-01
neighbour: fix data-races around n->output
Eric Dumazet
2023-10-01
net: fix possible store tearing in neigh_periodic_work()
Eric Dumazet
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
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
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-06
neigh: make sure used and confirmed times are valid
Julian Anastasov
2023-02-01
neighbor: fix proxy_delay usage when it is zero
Brian Haley
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-11-18
net: neigh: decrement the family specific qlen
Thomas Zeitlhofer
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-02
net, neigh: Fix null-ptr-deref in neigh_table_clear()
Chen Zhongjin
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-24
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-08-22
Remove DECnet support from kernel
Stephen Hemminger
2022-08-15
neighbour: make proxy_queue.qlen limit per-device
Alexander Mikhalitsyn
2022-08-15
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-05-25
net, neigh: Set lower cap for neigh_managed_work rearming
Daniel Borkmann
2022-05-04
memcg: accounting for objects allocated for new netdevice
Vasily Averin
2022-02-26
net: neigh: use kfree_skb_reason() for __neigh_event_send()
Menglong Dong
2022-02-02
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
2021-12-12
net: Enable neighbor sysctls that is save for userns root
xu xin
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-08
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
[next]