aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/map
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+2
2018-03-16QoS recording and markingNeale Ranns1-4/+0
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-17/+14
2018-01-11Add support for MAP-T CE (VPP-1058)Juraj Sloboda5-162/+441
2018-01-09api: refactor vlibmemoryFlorin Coras1-4/+3
2018-01-05MAP: Add RFC6052 mapping to MAP-TOle Troan5-19/+73
2017-12-19Fix passing bad context for callback functionJuraj Sloboda1-2/+2
2017-12-13Fix parameter mismatch in map-t codeJuraj Sloboda1-1/+1
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace2-1/+3
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+1
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-2/+2
2017-09-08Initialize ip4_reass_lock of map_main to zero (VPP-975)dongjuan1-0/+2
2017-06-26VPP-889: MAP Stats API/CLI crashes when no domains.Ole Troan2-1/+11
2017-06-20VPP-879 MAP: s/u32 is_add/u8 is_add in map.apiOle Troan1-1/+1
2017-06-12Remove calls to crc_u32 and add clib_crc32c for armv8+crcChristophe Fontaine1-26/+16
2017-05-05NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V...Matus Fabian6-1503/+313
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-20/+2
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-3/+1
2017-04-06Use thread local storage for thread indexDamjan Marion4-28/+29
2017-03-29MAP - add the domain struct directly into the dat-path and avoid the indirect...Neale Ranns6-167/+42
2017-03-1764 bit per-thread countersNeale Ranns2-2/+2
2017-03-10Fix MAP-E UT. Add functionality in MAP code to delete the pre-resolved next-h...Neale Ranns1-6/+37
2017-03-09MAP pre-resolve - use FIB to track pre-resolved next-hopNeale Ranns4-55/+190
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-49/+137
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion16-0/+9267