Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | L2: ARP term - learn but don't send response to GARPs | Neale Ranns | 1 | -0/+3 |
2019-02-22 | Callback functions must have the correct signature | Neale Ranns | 1 | -1/+3 |
2019-01-30 | Use IP and MAC API types for neighbors | Neale Ranns | 1 | -113/+113 |
2019-01-23 | IP route local and connected | Neale Ranns | 1 | -1/+5 |
2018-11-21 | VPP-1309: fixed crash when listing ip arp after removing interface | Pavel Kotucek | 1 | -0/+24 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -22/+24 |
2018-09-24 | ARP: don't use RPC for requests initiated from the main thread | Neale Ranns | 1 | -111/+80 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 1 | -0/+1 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | Neale Ranns | 1 | -7/+8 |
2018-07-20 | IP directed broadcast | Neale Ranns | 1 | -0/+9 |
2018-07-14 | Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0 | John Lo | 1 | -10/+25 |
2018-06-25 | Add checks for bad ARP request packets in arp-termination node | John Lo | 1 | -12/+9 |
2018-06-19 | Check get packet template allocation failure (VPP-1321) | John Lo | 1 | -0/+6 |
2018-06-08 | Gratuitous ARP packet handling | Neale Ranns | 1 | -8/+33 |
2018-06-07 | Revert "Allow arp-input node to learn IPv4 neighbors from GARP packets" | John Lo | 1 | -5/+0 |
2018-06-07 | Allow arp-input node to learn IPv4 neighbors from GARP packets | John Lo | 1 | -0/+5 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode | Steven | 1 | -11/+14 |
2018-05-28 | Fix IP neighbor/arp pool full and static entry handling | John Lo | 1 | -69/+69 |
2018-05-25 | ARP proxy dumps | Neale Ranns | 1 | -9/+22 |
2018-05-18 | ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive. | Jon Loeliger | 1 | -3/+9 |
2018-05-11 | Periodic scan and probe of IP neighbors to maintain neighbor pools | John Lo | 1 | -3/+13 |
2018-04-18 | Mcast rewrite optimisations | Neale Ranns | 1 | -3/+2 |
2018-04-13 | GBP V2 | Neale Ranns | 1 | -2/+13 |
2018-03-20 | FIB Interpose Source | Neale Ranns | 1 | -1/+1 |
2018-02-16 | Allow providers to override glean behaviour | Neale Ranns | 1 | -1/+9 |
2018-02-15 | Revert "Allow interface types to override glean adjacency behaivour" | Ole Trøan | 1 | -5/+1 |
2018-02-15 | Allow interface types to override glean adjacency behaivour | Neale Ranns | 1 | -1/+5 |
2018-01-06 | VPP-1110 BVI reply ARP that doesn't request BVI loacl IP. | zhaoqingling | 1 | -0/+6 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 1 | -1/+1 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 1 | -1/+2 |
2017-09-25 | Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down | John Lo | 1 | -37/+1 |
2017-09-22 | IP-MAC,ND:wildcard events,fix sending multiple events | Eyal Bari | 1 | -4/+8 |
2017-09-18 | L2BD,ARP-TERM:fix arp query report mechanism+test | Eyal Bari | 1 | -25/+52 |
2017-09-11 | replace uint32_t with u32 | Neale Ranns | 1 | -2/+2 |
2017-09-11 | FIB table add/delete API | Neale Ranns | 1 | -34/+93 |
2017-08-15 | Support proxy ARP on mirrored TAP interfaces | Neale Ranns | 1 | -4/+16 |
2017-08-09 | VPP-933 VPP crashes when deleting an ARP entry | Matthew Smith | 1 | -0/+7 |
2017-08-09 | ARP reply: use interface to build rewrite string | Neale Ranns | 1 | -17/+13 |
2017-08-08 | L2 over MPLS | Neale Ranns | 1 | -2/+2 |
2017-08-04 | don't truncate the interface name in 'sh ip arp' | Neale Ranns | 1 | -1/+1 |
2017-07-23 | Improve L2 Input/Output Feature Infrastructure and Usage | John Lo | 1 | -6/+2 |
2017-07-06 | Send GARP/NA on bonded intf slave up/down if in active-backup mode | John Lo | 1 | -0/+83 |
2017-06-21 | ARP: ignore non-connected routes and non-interface sources when determing if ... | Neale Ranns | 1 | -30/+97 |
2017-06-06 | Packets recieved on VLAN-0 map to the main interface | Neale Ranns | 1 | -164/+30 |
2017-05-26 | ARP/ND use path_remove to complement path_add | Neale Ranns | 1 | -1/+17 |
2017-05-23 | ARP/ND entries for the same address on different interfaces (VPP-848) | Neale Ranns | 1 | -5/+5 |
2017-05-17 | VPP-719: Accept ARP replies from VRRP hw addr | Matthew Smith | 1 | -7/+27 |
2017-05-17 | ARP learning fixes (VPP-843) | Neale Ranns | 1 | -72/+47 |
2017-04-19 | Learn IP6 link-local ND entries from NSs sourced from link-local address | Neale Ranns | 1 | -0/+3 |
2017-04-11 | Remove usued, redundant and deprecated code from lookup.h | Neale Ranns | 1 | -9/+5 |