aboutsummaryrefslogtreecommitdiff
path: root/include/net/arp.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-06net: avoid potential false sharing in neighbor related codeGravatar Eric Dumazet 1-2/+2
2019-05-05ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledGravatar David Ahern 1-0/+8
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYGravatar Jim Westfall 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-02-07net: add confirm_neigh method to dst_opsGravatar Julian Anastasov 1-0/+16
2015-03-04neigh: Factor out ___neigh_lookup_norefGravatar Eric W. Biederman 1-15/+4
2015-03-02arp: Kill arp_findGravatar Eric W. Biederman 1-1/+0
2013-12-28arp: make arp_invalidate staticGravatar Stephen Hemminger 1-1/+0
2013-07-31arp/neighbour.h: Remove extern from function prototypesGravatar Joe Perches 1-15/+15
2012-08-09net: Dont use ifindices in hash fnsGravatar Pavel Emelyanov 1-1/+2
2012-07-20ipv4: Fix neigh lookup keying over loopback/point-to-point devices.Gravatar David S. Miller 1-3/+0
2012-07-05ipv4: Make neigh lookups directly in output packet path.Gravatar David S. Miller 1-9/+19
2012-02-15ipv4: Eliminate spurious argument to __ipv4_neigh_lookupGravatar David S. Miller 1-2/+2
2011-12-28ipv6: Use universal hash for NDISC.Gravatar David S. Miller 1-1/+1
2011-07-18net: Add ->neigh_lookup() operation to dst_opsGravatar David S. Miller 1-9/+0
2011-07-13ipv4: Inline neigh binding.Gravatar David Miller 1-1/+32
2011-07-11ipv4: Use universal hash for ARP.Gravatar David S. Miller 1-0/+7
2011-01-10arp: allow to invalidate specific ARP entriesGravatar Maxim Levitsky 1-0/+1
2010-09-29arp: remove unnecessary export of arp_broken_opsGravatar stephen hemminger 1-2/+0
2009-09-01net: make neigh_ops constantGravatar Stephen Hemminger 1-1/+1
2008-01-31[NETFILTER]: ebtables: remove casts, use constsGravatar Jan Engelhardt 1-3/+5
2008-01-28[IPV4]: Remove unused define in include/net/arp.h (HAVE_ARP_CREATE)Gravatar Rami Rosen 1-1/+0
2008-01-28[IPV4]: Pass the net pointer to the arp_req_set_proxy()Gravatar Pavel Emelyanov 1-1/+1
2006-12-02[IPV6]: Assorted trivial endianness annotations.Gravatar Al Viro 1-1/+1
2006-09-28[IPV4] net/ipv4/arp.c: trivial annotationsGravatar Al Viro 1-4/+4
2006-04-14[IPV4]: Possible cleanups.Gravatar Adrian Bunk 1-2/+0
2005-08-29[NET]: Kill skb->real_devGravatar David S. Miller 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+32