aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/arp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet1-2/+2
2019-05-05ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern1-0/+8
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov1-0/+16
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-15/+4
2015-03-02arp: Kill arp_findEric W. Biederman1-1/+0
2013-12-28arp: make arp_invalidate staticStephen Hemminger1-1/+0
2013-07-31arp/neighbour.h: Remove extern from function prototypesJoe Perches1-15/+15
2012-08-09net: Dont use ifindices in hash fnsPavel Emelyanov1-1/+2
2012-07-20ipv4: Fix neigh lookup keying over loopback/point-to-point devices.David S. Miller1-3/+0
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller1-9/+19
2012-02-15ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller1-2/+2
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-1/+1
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-9/+0
2011-07-13ipv4: Inline neigh binding.David Miller1-1/+32
2011-07-11ipv4: Use universal hash for ARP.David S. Miller1-0/+7
2011-01-10arp: allow to invalidate specific ARP entriesMaxim Levitsky1-0/+1
2010-09-29arp: remove unnecessary export of arp_broken_opsstephen hemminger1-2/+0
2009-09-01net: make neigh_ops constantStephen Hemminger1-1/+1
2008-01-31[NETFILTER]: ebtables: remove casts, use constsJan Engelhardt1-3/+5
2008-01-28[IPV4]: Remove unused define in include/net/arp.h (HAVE_ARP_CREATE)Rami Rosen1-1/+0
2008-01-28[IPV4]: Pass the net pointer to the arp_req_set_proxy()Pavel Emelyanov1-1/+1
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro1-1/+1
2006-09-28[IPV4] net/ipv4/arp.c: trivial annotationsAl Viro1-4/+4
2006-04-14[IPV4]: Possible cleanups.Adrian Bunk1-2/+0
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+32