aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_neighbor.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Use throttle_t for ND throttling (VPP-1480)Neale Ranns1-29/+8
2018-09-13IP-neighbor: add and delete internal APINeale Ranns1-17/+13
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-0/+1
2018-08-14neighbor advertisement must with target_link optionahdj0071-0/+2
2018-08-10VPP-1382: Fix ip6 address cann't display completely when show ip6 neighborsshubing guo1-2/+2
2018-08-09Thread-safe ARP / ND throttlingDave Barach1-38/+21
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-07-20IP directed broadcastNeale Ranns1-0/+8
2018-07-14Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0John Lo1-1/+7
2018-07-07PipesNeale Ranns1-0/+1
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo1-0/+7
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-5/+2
2018-06-08Add reaper functions to want events APIs (VPP-1304)Neale Ranns1-3/+9
2018-06-08Implement DHCPv6 PD client (VPP-718, VPP-1050)Juraj Sloboda1-0/+23
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven1-11/+15
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo1-97/+100
2018-05-14Rework CP and DP communication in IPv6 RD (VPP-1256)Juraj Sloboda1-3/+21
2018-05-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo1-3/+13
2018-04-27IPv6 NS/RS; do not vec_validate global structs in the DPNeale Ranns1-12/+16
2018-04-27IPv6 NS: use the mcast rewrite node to fill in the destination MACNeale Ranns1-0/+275
2018-04-18Mcast rewrite optimisationsNeale Ranns1-2/+2
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-2/+5
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-5/+2
2018-04-13GBP V2Neale Ranns1-1/+13
2018-03-16IPv6 ND Router discovery data plane (VPP-1095)Juraj Sloboda1-1/+345
2018-03-12Remove md5.[ch] from vppinfraDave Barach1-13/+2
2018-03-05IP6 link-local tableNeale Ranns1-52/+110
2018-02-26IPv6 MLD; pointer address used as hash keyNeale Ranns1-3/+3
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
2017-12-15Fix icmp/udp/tcp punt/drop pathsVijayabhaskar Katamreddy1-4/+4
2017-10-03Repair vlib API socket serverDave Barach1-1/+2
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari1-20/+53
2017-09-11replace uint32_t with u32Neale Ranns1-2/+2
2017-09-11FIB table add/delete APINeale Ranns1-31/+77
2017-08-15IPv6 local-address for P2P ethernet interfacesPavel Kotucek1-1/+2
2017-08-08L2 over MPLSNeale Ranns1-5/+5
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-2/+2
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-11/+8
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo1-0/+53
2017-06-23IP4/IP6 FIB: fix crash during interface deletePavel Kotucek1-1/+1
2017-05-26ARP/ND use path_remove to complement path_addNeale Ranns1-7/+31
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns1-6/+6
2017-05-17ARP learning fixes (VPP-843)Neale Ranns1-2/+6
2017-04-24Improve Load-Balance MAPsNeale Ranns1-1/+1
2017-04-19Learn IP6 link-local ND entries from NSs sourced from link-local addressNeale Ranns1-2/+5
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns1-4/+2
2017-04-07MPLS McastNeale Ranns1-0/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-2/+2