summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_neighbor.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-5034/+0
2019-12-04ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2019-11-10dhcp: ipv6 prefix delegation improvementsDave Barach1-1/+17
2019-07-10ip: fix show ip neigh vector read overflowBenoît Ganne1-19/+7
2019-06-17ip: consolidate IPv6 link-local-address functions.Jon Loeliger1-1/+1
2019-04-08fixing typosJim Thompson1-2/+2
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-02-26VPP-1574: minimize RPC barrier sync callsDave Barach1-5/+25
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-79/+64
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion1-3/+0
2019-01-18buffers: remove freelist argument from vlib_buffer_add_dataDamjan Marion1-13/+7
2019-01-10ARP/ND: copy opaque2 persistent fields to new packetNeale Ranns1-1/+4
2019-01-07Handle buffer alloc failure in vlib_buffer_add_dataDave Barach1-22/+45
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-1/+1
2019-01-01buffers: remove unused codeDamjan Marion1-6/+2
2018-11-12IPv6: Make link-local configurable per-interface (VPP-1446)Juraj Sloboda1-69/+15
2018-10-29Use throttle_t for ND throttlingNeale Ranns1-29/+8
2018-10-23c11 safe string handling supportDave Barach1-7/+7
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