aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2024-01-25neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2023-11-08neighbour: fix various data-racesEric Dumazet
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-03-03neigh: make sure used and confirmed times are validJulian Anastasov
2022-11-10net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin
2022-09-05net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-09-05neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev
2021-12-14net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet
2021-11-17net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann
2021-11-17net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann
2021-06-10neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern
2021-06-03neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal
2021-04-21neighbour: Disregard DEAD dst in neigh_updateTong Zhu
2021-02-10neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-10-01neigh_stat_seq_next() should increase position indexVasily Averin
2020-05-14neigh: send protocol value in neighbor create notificationRoman Mashak
2020-01-26net: neigh: use long type to store jiffies deltaEric Dumazet
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-15net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-16neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22neighbor: Add tracepoint to __neigh_createDavid Ahern
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-04neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern
2019-05-04neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei
2019-01-16net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2018-12-20neighbour: remove stray semicolonColin Ian King
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern
2018-12-19neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern
2018-12-19neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu
2018-12-16neighbor: Add protocol attributeDavid Ahern
2018-12-14neighbor: Remove externally learned entries from gc_listDavid Ahern
2018-12-14neighbor: Move neigh_update_ext_learned to core fileDavid Ahern