summaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-3/+3
* neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva2023-11-281-1/+1
* neighbour: fix data-races around n->outputEric Dumazet2023-10-011-1/+1
* neighbour: Remove unused function declaration pneigh_for_each()Yue Haibing2023-08-071-2/+0
* neighbour: fix unaligned access to pneigh_entryQingfang DENG2023-06-021-1/+1
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-221-3/+3
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-1/+1
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-03-101-2/+0
* net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-1/+1
* neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui2022-09-261-5/+0
* neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-151-0/+1
* net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang2022-06-301-0/+1
* net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2022-02-031-5/+13
* net: add net device refcount tracker to struct neigh_parmsEric Dumazet2021-12-071-0/+1
* net: add net device refcount tracker to struct pneigh_entryEric Dumazet2021-12-071-0/+1
* net: add net device refcount tracker to struct neighbourEric Dumazet2021-12-071-0/+1
* neigh: introduce neigh_confirm() helper functionYajun Deng2021-11-231-0/+11
* net: annotate data-race in neigh_output()Eric Dumazet2021-10-261-3/+8
* net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann2021-10-121-7/+14
* net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu2021-10-121-5/+9
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-10-121-0/+1
* net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+1
* net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig2020-06-081-4/+3
* neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-011-1/+1
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+2
|\
| * net: fix data-race in neigh_event_send()Eric Dumazet2019-11-081-2/+2
* | net: add annotations on hh->hh_len lockless accessesEric Dumazet2019-11-081-1/+1
|/
* net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-181-0/+2
* neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-091-2/+3
* neighbour: register rtnl doit handlerRoopa Prabhu2018-12-191-0/+1
* neighbor: Add protocol attributeDavid Ahern2018-12-161-0/+2
* neighbor: Improve neighbour struct layoutDavid Ahern2018-12-151-2/+2
* neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-151-18/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-5/+23
|\
| * neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-081-5/+23
* | neighbor: Improve garbage collectionDavid Ahern2018-12-081-0/+3
|/
* net: Evict neighbor entries on carrier downDavid Ahern2018-10-121-0/+1
* neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2018-09-241-0/+15
* neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2018-04-251-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-1/+1
* | neigh: make struct neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-1/+1
|/
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+5
* | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-051-0/+1
|/
* net: neigh: make ->hh_len 32-bitAlexey Dobriyan2017-04-121-2/+2