summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_neighbor.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-03Adjacency layout change and move to vnet/adjNeale Ranns1-1/+0
2017-04-01ARP/ND/API:fix arp reg + nd no identical regsEyal Bari1-55/+38
2017-03-30BRIDGE-DOMAIN:enable arp term,mac/ip learning on local intsEyal Bari1-5/+3
2017-03-27Mcast rewrite no memcpyNeale Ranns1-21/+22
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns1-21/+38
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns1-6/+130
2017-03-03IPv6 RA improvementsNeale Ranns1-146/+98
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns1-0/+4
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-6/+21