aboutsummaryrefslogtreecommitdiff
path: root/include/net/neighbour.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-11net: rename dst_neigh_output back to neigh_outputGravatar Julian Anastasov 1-0/+10
2015-08-10net: add explicit logging and stat for neighbour table overflowGravatar Rick Jones 1-0/+1
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...Gravatar YOSHIFUJI Hideaki/吉藤英明 1-0/+1
2015-03-12net: Introduce possible_net_tGravatar Eric W. Biederman 1-6/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitGravatar Eric W. Biederman 1-0/+1
2015-03-04neigh: Add helper function neigh_xmitGravatar Eric W. Biederman 1-0/+3
2015-03-04neigh: Factor out ___neigh_lookup_norefGravatar Eric W. Biederman 1-0/+52
2015-03-02neigh: Don't require dst in neigh_hh_initGravatar Eric W. Biederman 1-0/+1
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cGravatar Eric W. Biederman 1-1/+0
2014-12-26neigh: remove next ptr from struct neigh_tableGravatar Nicolas Dichtel 1-1/+0
2014-11-11neigh: remove dynamic neigh table registration supportGravatar WANG Cong 1-2/+9
2014-10-29neigh: optimize neigh_parms_release()Gravatar Nicolas Dichtel 1-1/+2
2014-09-26netfilter: bridge: move br_netfilter out of the coreGravatar Pablo Neira Ayuso 1-1/+1
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesGravatar Mathias Krause 1-1/+0
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Gravatar Jiri Pirko 1-0/+5
2013-12-11ipv6: router reachability probingGravatar Jiri Benc 1-0/+1
2013-12-09neigh: restore old behaviour of default parms valuesGravatar Jiri Pirko 1-0/+13
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Gravatar Jiri Pirko 1-1/+6
2013-12-09neigh: wrap proc dointvec functionsGravatar Jiri Pirko 1-0/+9
2013-12-09neigh: convert parms to an arrayGravatar Jiri Pirko 1-13/+35
2013-07-31arp/neighbour.h: Remove extern from function prototypesGravatar Joe Perches 1-50/+48
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-0/+1