aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ethernet/arp.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-2355/+0
2016-12-20Decouple dependencies/assumptions in MAC changeNeale Ranns1-1/+1
2016-12-07Prevent re-entrant walks on an adjacency.Neale Ranns1-7/+8
2016-12-06api: missing support for dumping of neighbours (VPP-333)Pavel Kotucek1-31/+21
2016-12-02MPLS infrastructure improvmentsNeale Ranns1-3/+1
2016-12-01ARP un-unmbered called when no interfaces are unnumberedNeale Ranns1-3/+11
2016-11-22GRE tests and fixesNeale Ranns1-1/+1
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns1-297/+256
2016-10-10FIB2.0: memory leaks during load-balance update (VPP-475)Neale Ranns1-0/+10
2016-10-06Fix IP6 ND solicitation termination to allow link-local source IPJohn Lo1-3/+0
2016-10-03(VPP-455) arp doesn't work when ip4 classifier configured with fib 2.0Neale Ranns1-2/+5
2016-09-30VPP-363: add ability to change mac address of the interfacePavel Kotucek1-0/+37
2016-09-27arp: handle ARP proxy after tunnellingDavid Hotham1-3/+4
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns1-435/+603
2016-09-20VPP-282: Document changes for vnet/vnet/ethernetBilly McFall1-30/+64
2016-09-11Move CLI examples from wiki to code - VPP-165Keith Burns (alagalah)1-0/+38
2016-08-31VPP-358: Add IPv6 ND Event Notification and TerminationJohn Lo1-27/+66
2016-08-17Coding standards cleanup - remove trailing whitespace, fixes VPP-332Damjan Marion1-14/+14
2016-08-15VPP251 - Code style vnet/vnet/ethernetKeith Burns (alagalah)1-829/+886
2016-07-06VPP-182: IPv4 static ARP entries should not be deleted on interface downJohn Lo1-19/+24
2016-06-29Don't re-write adjacency with same information.Keith Burns (alagalah)1-9/+17
2016-06-13Explicity specify IP address type for format_ip46_address functionDamjan Marion1-2/+2
2016-04-26Port glean neighbor entry support to IPv6Pierre Pfister1-5/+6
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-18/+18
2016-04-14Change ARP and IP6-ND nodes to use interface-output node for outputJohn Lo1-40/+12
2016-04-01Add support for installing ipv4 routes via unresolved next hopDamjan Marion1-14/+181
2016-02-24Link the vpp application against libvnet.so, not libvnet.aDave Barach1-0/+4
2016-02-12Fix ARP show exception when not ARP entries as found.Keith Wiles1-8/+11
2015-12-18Fix warnings/errors reported by clangDamjan Marion1-1/+1
2015-12-14Warnings be goneDave Barach1-0/+2
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1853