summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03neigh: make sure used and confirmed times are validJulian Anastasov1-3/+15
2022-11-10net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-09-05net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+8
2022-09-05neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev1-8/+17
2021-12-14net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-11-18net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-9/+13
2021-11-18net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann1-12/+14
2021-06-10neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-06-03neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-04-21neighbour: Disregard DEAD dst in neigh_updateTong Zhu1-1/+1
2021-02-10neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal1-3/+4
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+2
2020-06-25net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-30neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-23vxlan: ecmp support for mac fdb entriesRoopa Prabhu1-0/+2
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-15/+13
2020-04-03neigh: support smaller retrans_time setttingHangbin Liu1-4/+6
2020-02-20net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRYLi RongQing1-3/+0
2020-01-24neigh_stat_seq_next() should increase position indexVasily Averin1-0/+1
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-3/+0
2019-11-08net: add annotations on hh->hh_len lockless accessesEric Dumazet1-2/+2
2019-11-07net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King1-1/+1
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-11/+9
2019-07-15net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi1-0/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2019-06-17neigh: fix use-after-free read in pneigh_get_nextEric Dumazet1-0/+7
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-23neighbor: Add tracepoint to __neigh_createDavid Ahern1-0/+2
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2019-05-04neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern1-1/+8
2019-05-04neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern1-0/+2
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-11/+14
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-18net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern1-0/+5
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu1-0/+11
2019-01-18neighbour: Do not perturb drop profiles when neigh_probeYang Wei1-1/+1
2019-01-17net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov1-4/+9
2018-12-21neighbour: remove stray semicolonColin Ian King1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-12-20neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern1-17/+5
2018-12-20neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern1-1/+6
2018-12-20neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern1-0/+1
2018-12-20neighbour: register rtnl doit handlerRoopa Prabhu1-11/+193