aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2020-06-04neigh: send protocol value in neighbor create notificationRoman Mashak
2020-04-12net: neigh: use long type to store jiffies deltaEric Dumazet
2020-03-20net: add annotations on hh->hh_len lockless accessesEric Dumazet
2020-02-24neighbour: remove neigh_cleanup() methodEric Dumazet
2019-07-28net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-06-16neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
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
2018-12-14neighbor: Remove state and flags arguments to neigh_delDavid Ahern
2018-12-14neighbor: Fix state check in neigh_forced_gcDavid Ahern
2018-12-14neighbor: Fix locking order for gc_list changesDavid Ahern
2018-12-10neighbor: gc_list changes should be protected by table lockDavid Ahern
2018-12-07neighbor: Improve garbage collectionDavid Ahern
2018-12-05neighbor: Add extack messages for add and delete commandsDavid Ahern
2018-10-26net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern
2018-10-08net/neighbor: Update neightbl_dump_info for strict data checkingDavid Ahern
2018-10-08net/neighbor: Update neigh_dump_info for strict data checkingDavid Ahern
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-05net/neigh: Extend dump filter to proxy neighbor dumpsDavid Ahern
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-16neigh: switch to proc_create_seq_dataChristoph Hellwig
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu
2018-04-12net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller