summaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/arp.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-3062/+0
2019-11-26fib: Table ReplaceNeale Ranns1-35/+0
2019-11-25vlib: autogenerate <node> before <last-in-arc> constraintsDave Barach1-1/+1
2019-08-02ethernet: fix ARP feature arc definitionDave Barach1-2/+9
2019-08-01ethernet: Fix node ordering on ARP feautre ARCNeale Ranns1-2/+13
2019-07-10ip: fix show ip neigh vector read overflowBenoît Ganne1-19/+6
2019-07-05ethernet: ARP disabled nodeNeale Ranns1-15/+106
2019-07-02ip: check all fib src for a connected dst entryBenoît Ganne1-25/+53
2019-06-03ARP: add feature arcNeale Ranns1-142/+465
2019-05-16init / exit function orderingDave Barach1-6/+6
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-5/+5
2019-03-05L2: ARP term - learn but don't send response to GARPsNeale Ranns1-0/+3
2019-02-22Callback functions must have the correct signatureNeale Ranns1-1/+3
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-113/+113
2019-01-23IP route local and connectedNeale Ranns1-1/+5
2018-11-21VPP-1309: fixed crash when listing ip arp after removing interfacePavel Kotucek1-0/+24
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-22/+24
2018-09-24ARP: don't use RPC for requests initiated from the main threadNeale Ranns1-111/+80
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-0/+1
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-7/+8
2018-07-20IP directed broadcastNeale Ranns1-0/+9
2018-07-14Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0John Lo1-10/+25
2018-06-25Add checks for bad ARP request packets in arp-termination nodeJohn Lo1-12/+9
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo1-0/+6
2018-06-08Gratuitous ARP packet handlingNeale Ranns1-8/+33
2018-06-07Revert "Allow arp-input node to learn IPv4 neighbors from GARP packets"John Lo1-5/+0
2018-06-07Allow arp-input node to learn IPv4 neighbors from GARP packetsJohn Lo1-0/+5
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven1-11/+14
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo1-69/+69
2018-05-25ARP proxy dumpsNeale Ranns1-9/+22
2018-05-18ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive.Jon Loeliger1-3/+9
2018-05-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo1-3/+13
2018-04-18Mcast rewrite optimisationsNeale Ranns1-3/+2
2018-04-13GBP V2Neale Ranns1-2/+13
2018-03-20FIB Interpose SourceNeale Ranns1-1/+1
2018-02-16Allow providers to override glean behaviourNeale Ranns1-1/+9
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan1-5/+1
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns1-1/+5
2018-01-06VPP-1110 BVI reply ARP that doesn't request BVI loacl IP.zhaoqingling1-0/+6
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-10-03Repair vlib API socket serverDave Barach1-1/+2
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo1-37/+1
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari1-4/+8
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari1-25/+52
2017-09-11replace uint32_t with u32Neale Ranns1-2/+2
2017-09-11FIB table add/delete APINeale Ranns1-34/+93
2017-08-15Support proxy ARP on mirrored TAP interfacesNeale Ranns1-4/+16
2017-08-09VPP-933 VPP crashes when deleting an ARP entryMatthew Smith1-0/+7
2017-08-09ARP reply: use interface to build rewrite stringNeale Ranns1-17/+13
2017-08-08L2 over MPLSNeale Ranns1-2/+2