aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
AgeCommit message (Expand)AuthorFilesLines
2026-05-16netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()Lorenzo Bianconi1-2/+6
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima1-1/+1
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima1-3/+12
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-2/+3
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima1-0/+1
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima1-2/+0
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima1-0/+4
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima1-2/+2
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-2/+3
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel1-1/+3
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-0/+1
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman1-7/+2
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman1-3/+1
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman1-4/+1
2024-11-09neighbour: Define neigh_for_each_in_bucketGilad Naaman1-0/+6
2024-11-09neighbour: Add hlist_node to struct neighbourGilad Naaman1-0/+2
2024-10-15neighbour: Remove NEIGH_DN_TABLE.Kuniyuki Iwashima1-1/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva1-1/+1
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-1/+1
2023-08-07neighbour: Remove unused function declaration pneigh_for_each()Yue Haibing1-2/+0
2023-06-01neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-3/+3
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-1/+1
2023-03-09neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer1-1/+1
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn1-0/+1
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-0/+1
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann1-5/+13
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-0/+1
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-0/+1
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet1-0/+1
2021-11-23neigh: introduce neigh_confirm() helper functionYajun Deng1-0/+11
2021-10-26net: annotate data-race in neigh_output()Eric Dumazet1-3/+8
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann1-7/+14
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu1-5/+9
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-0/+1
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+1
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig1-4/+3
2020-02-29neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-1/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-08net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet1-1/+1
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern1-0/+2
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-2/+3
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu1-0/+1
2018-12-16neighbor: Add protocol attributeDavid Ahern1-0/+2
2018-12-15neighbor: Improve neighbour struct layoutDavid Ahern1-2/+2
2018-12-14neighbor: Move neigh_update_ext_learned to core fileDavid Ahern1-18/+0
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+23
2018-12-07neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-12-07neighbor: Improve garbage collectionDavid Ahern1-0/+3
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-0/+1
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu1-0/+15
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu1-0/+17
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-1/+1
2017-09-25neigh: make struct neigh_table::entry_size unsigned intAlexey Dobriyan1-1/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+5
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan1-0/+1
2017-04-12net: neigh: make ->hh_len 32-bitAlexey Dobriyan1-2/+2
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-1/+2
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov1-0/+10
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones1-0/+1
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明1-0/+1
2015-03-12net: Introduce possible_net_tEric W. Biederman1-6/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-0/+1
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman1-0/+3
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-0/+52
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman1-1/+0
2014-12-26neigh: remove next ptr from struct neigh_tableNicolas Dichtel1-1/+0
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-2/+9
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel1-1/+2
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso1-1/+1
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-1/+0
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko1-0/+5
2013-12-11ipv6: router reachability probingJiri Benc1-0/+1
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko1-0/+13
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko1-1/+6
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko1-0/+9
2013-12-09neigh: convert parms to an arrayJiri Pirko1-13/+35
2013-07-31arp/neighbour.h: Remove extern from function prototypesJoe Perches1-49/+47
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-08-07net: output path optimizationsEric Dumazet1-5/+9
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-15/+0
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller1-2/+9
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA1-1/+0
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-2/+4
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller1-0/+1
2011-12-13net: Remove unused neighbour layer ops.David S. Miller1-1/+0
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller1-1/+0
2011-11-30neigh: Create mechanism for generic neigh private areas.David Miller1-0/+7
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-9/+10
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-1/+0
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller1-2/+2
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-1/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-0/+9
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-1/+1
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-1/+1
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-11-18net: Fix duplicate volatile warning.Tetsuo Handa1-1/+1
2010-11-11neigh: reorder struct neighbourEric Dumazet1-5/+5
2010-10-11neigh: reorder struct neighbour fieldsEric Dumazet1-4/+4
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet1-1/+15
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet1-2/+3
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-4/+12
2010-10-01neigh: reorder fields in struct neighbourEric Dumazet1-3/+3
2010-06-30net/neighbour.h: fix typoKulikov Vasiliy1-1/+1
2010-04-15netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer1-0/+14
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-1/+0
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-6/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-12/+6
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-2/+1
2009-11-04net: cleanup include/netEric Dumazet1-12/+6
2009-10-03this_cpu: Use this_cpu ops for network statisticsChristoph Lameter1-6/+1
2009-09-01net: make neigh_ops constantStephen Hemminger1-1/+1
2009-08-02neigh: Convert garbage collection from softirq to workqueueEric Dumazet1-2/+2
2008-11-12net: Cleanup of neighbour codeEric Dumazet1-10/+2
2008-11-11net: remove struct neigh_table::pdeAlexey Dobriyan1-3/+0
2008-07-16core: add stat to track unresolved discards in neighbor cacheNeil Horman1-1/+3
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-0/+4
2008-03-26[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-0/+25
2008-03-24[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov1-0/+4
2008-03-04[NET] NEIGHBOUR: Remove unpopular neigh_is_connected().YOSHIFUJI Hideaki1-6/+0
2008-01-28[ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c.Denis V. Lunev1-7/+0
2008-01-28[NEIGH]: Add a comment describing what a NUD stands for.Pavel Emelyanov1-0/+4
2008-01-28[NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semanticsDenis V. Lunev1-1/+1
2008-01-28[NEIGH]: Remove unused method from include/net/neighbour.hRami Rosen1-4/+0
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman1-3/+7
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf1-9/+1
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov1-1/+1
2006-12-08[NET]: Convert hh_lock to seqlock.Stephen Hemminger1-0/+18
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-09-22[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala1-0/+1
2006-09-22[NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger1-1/+1
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf1-37/+2
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley1-0/+1
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-1/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+8
2005-06-18[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_tableThomas Graf1-3/+0
2005-06-18[NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+370