aboutsummaryrefslogtreecommitdiff
path: root/include/net/neighbour.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGravatar Gustavo A. R. Silva 1-1/+1
2023-10-01neighbour: fix data-races around n->outputGravatar Eric Dumazet 1-1/+1
2023-08-07neighbour: Remove unused function declaration pneigh_for_each()Gravatar Yue Haibing 1-2/+0
2023-06-01neighbour: fix unaligned access to pneigh_entryGravatar Qingfang DENG 1-1/+1
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhGravatar Eric Dumazet 1-3/+3
2023-03-15neighbour: annotate lockless accesses to n->nud_stateGravatar Eric Dumazet 1-1/+1
2023-03-09neighbour: delete neigh_lookup_nodev as not usedGravatar Leon Romanovsky 1-2/+0
2022-11-18net: neigh: decrement the family specific qlenGravatar Thomas Zeitlhofer 1-1/+1
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gravatar Gaosheng Cui 1-5/+0
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceGravatar Alexander Mikhalitsyn 1-0/+1
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeGravatar Yuwei Wang 1-0/+1
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Gravatar Daniel Borkmann 1-5/+13
2021-12-06net: add net device refcount tracker to struct neigh_parmsGravatar Eric Dumazet 1-0/+1
2021-12-06net: add net device refcount tracker to struct pneigh_entryGravatar Eric Dumazet 1-0/+1
2021-12-06net: add net device refcount tracker to struct neighbourGravatar Eric Dumazet 1-0/+1
2021-11-23neigh: introduce neigh_confirm() helper functionGravatar Yajun Deng 1-0/+11
2021-10-26net: annotate data-race in neigh_output()Gravatar Eric Dumazet 1-3/+8
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesGravatar Daniel Borkmann 1-7/+14
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsGravatar Roopa Prabhu 1-5/+9
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEGravatar Daniel Borkmann 1-0/+1
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeGravatar Jeff Dike 1-0/+1
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Gravatar Christoph Hellwig 1-4/+3
2020-02-29neighbour: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-12-09neighbour: remove neigh_cleanup() methodGravatar Eric Dumazet 1-1/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-2/+2
2019-11-08net: fix data-race in neigh_event_send()Gravatar Eric Dumazet 1-2/+2
2019-11-07net: add annotations on hh->hh_len lockless accessesGravatar Eric Dumazet 1-1/+1
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceGravatar David Ahern 1-0/+2
2019-04-08neighbor: Add skip_cache argument to neigh_outputGravatar David Ahern 1-2/+3
2018-12-19neighbour: register rtnl doit handlerGravatar Roopa Prabhu 1-0/+1
2018-12-16neighbor: Add protocol attributeGravatar David Ahern 1-0/+2
2018-12-15neighbor: Improve neighbour struct layoutGravatar David Ahern 1-2/+2
2018-12-14neighbor: Move neigh_update_ext_learned to core fileGravatar David Ahern 1-18/+0
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+23
2018-12-07neighbour: Avoid writing before skb->head in neigh_hh_output()Gravatar Stefano Brivio 1-5/+23
2018-12-07neighbor: Improve garbage collectionGravatar David Ahern 1-0/+3
2018-10-12net: Evict neighbor entries on carrier downGravatar David Ahern 1-0/+1
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesGravatar Roopa Prabhu 1-0/+15
2018-04-25neighbour: support for NTF_EXT_LEARNED flagGravatar Roopa Prabhu 1-1/+18
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intGravatar Alexey Dobriyan 1-1/+1
2017-09-25neigh: make struct neigh_table::entry_size unsigned intGravatar Alexey Dobriyan 1-1/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-4/+5
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-1/+1
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Gravatar Sowmini Varadhan 1-0/+1
2017-04-12net: neigh: make ->hh_len 32-bitGravatar Alexey Dobriyan 1-2/+2
2017-03-22neighbour: fix nlmsg_pid in notificationsGravatar Roopa Prabhu 1-1/+2