Age | Commit message (Expand) | Author | Files | Lines |
2020-04-22 | lisp: switch to new timer wheel code |  Florin Coras | 3 | -15/+11 |
2020-04-17 | lisp: fix use-after-free |  Benoît Ganne | 1 | -8/+8 |
2020-03-17 | ip: ip_address_t uses ip46_address_t |  Neale Ranns | 3 | -7/+9 |
2020-02-20 | lisp: fix coverity warnings |  Florin Coras | 1 | -0/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -2/+2 |
2020-01-03 | lisp: add feature.yaml |  Florin Coras | 1 | -0/+14 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls |  Neale Ranns | 3 | -16/+22 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 2 | -2/+2 |
2019-11-12 | ip: IP address and prefix types (moved from LISP) |  Neale Ranns | 8 | -422/+92 |
2019-10-11 | lisp: fix dangling references to bihash tables |  Dave Barach | 1 | -6/+26 |
2019-09-20 | classify: remove includes from classifier header file |  Damjan Marion | 1 | -0/+1 |
2019-08-20 | vppapigen: remove support for legacy typedefs |  Paul Vinciguerra | 4 | -21/+8 |
2019-07-02 | lisp: init locator probed field in parser |  Florin Coras | 1 | -0/+1 |
2019-06-25 | lisp: move cp tests to unittest |  Florin Coras | 1 | -1/+1 |
2019-05-30 | lisp-cp: start lisp retry service on demand |  Florin Coras | 2 | -8/+18 |
2019-04-25 | crypto: improve key handling |  Damjan Marion | 1 | -4/+32 |
2019-04-07 | crypto: add support for AEAD and AES-GCM |  Damjan Marion | 1 | -5/+5 |
2019-04-02 | lisp: use crypto lib instead of openssl directly |  Filip Tehlar | 1 | -25/+43 |
2019-01-30 | Use IP and MAC API types for neighbors |  Neale Ranns | 1 | -2/+1 |
2019-01-30 | lisp: set reachable flag in map-register |  Florin Coras | 3 | -0/+3 |
2019-01-23 | lisp: cli for marking local mappings authoritative |  Florin Coras | 2 | -0/+3 |
2018-10-23 | lisp: register cp port only if enabled |  Florin Coras | 1 | -2/+0 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 9 | -170/+171 |
2018-09-24 | Trivial: Clean up some typos. |  Paul Vinciguerra | 11 | -18/+18 |
2018-09-12 | Trivial: Fix lisp flag label |  Paul Vinciguerra | 1 | -1/+1 |
2018-08-22 | Consolidate the [un]format_mac_address implementations |  Neale Ranns | 2 | -18/+0 |
2018-08-15 | Remove client_index field from replies in API |  Ondrej Fabry | 2 | -4/+0 |
2018-02-02 | lisp-cp: fix handling of ndp without source link addr VPP-1159 |  Florin Coras | 1 | -4/+21 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 2 | -2/+2 |
2018-01-11 | api: remove transport specific code from handlers |  Florin Coras | 2 | -191/+124 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 2 | -46/+36 |
2018-01-05 | sock api: add infra for bootstrapping shm clients |  Florin Coras | 1 | -14/+0 |
2017-12-10 | VPP-1077 Add meaningful error info, when executing command with enable/disabl... |  Swarup Nayak | 2 | -11/+11 |
2017-11-02 | LISP: fix negative mapping timeout, VPP-1043 |  Filip Tehlar | 1 | -1/+2 |
2017-10-31 | LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24 |  Filip Tehlar | 6 | -63/+552 |
2017-10-30 | LISP: improve updating the dataplne when locators change |  Filip Tehlar | 5 | -28/+74 |
2017-10-20 | null-terminate some formatted string |  Gabriel Ganne | 2 | -0/+13 |
2017-10-18 | LISP: fix crash when sending NSH map-request message, ONE-32 |  Filip Tehlar | 1 | -0/+3 |
2017-10-16 | LISP: fix map-request counters, ONE-25 |  Filip Tehlar | 1 | -6/+5 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 2 | -0/+4 |
2017-10-03 | Repair vlib API socket server |  Dave Barach | 2 | -1/+10 |
2017-09-27 | LISP: add API handlers for set/get transport protocol |  Filip Tehlar | 3 | -0/+62 |
2017-09-20 | LISP: add debug cli for neighbor discovery |  Filip Tehlar | 4 | -6/+71 |
2017-09-19 | LISP: support for neighbor discovery |  Filip Tehlar | 8 | -110/+384 |
2017-09-19 | Remove associated lisp-gpe entries when removing lisp local mapping. |  Alberto Rodriguez-Natal | 2 | -7/+76 |
2017-09-07 | LISP: add neighbor discovery and CP protocol separation APIs |  Filip Tehlar | 2 | -0/+86 |
2017-09-07 | LISP: Add APIs for enable/disable xTR/P-ITR/P-ETR modes |  Filip Tehlar | 1 | -0/+60 |
2017-09-04 | LISP: re-fetch mapping before it expires |  Filip Tehlar | 7 | -124/+272 |
2017-08-12 | LISP: fix fid nsh address formatting |  Florin Coras | 1 | -1/+8 |
2017-08-11 | LISP: fix wrong reply message in map_register_fallback_threshold call |  Filip Tehlar | 1 | -1/+1 |