aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp
AgeCommit message (Expand)AuthorFilesLines
2021-04-18vppinfra: remove linux/syscall.hDamjan Marion1-2/+0
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion4-12/+4
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion2-3/+3
2021-03-11misc: remove cop API support (part 1)Dave Barach1-35/+0
2021-02-22api: fix memory leak in vl_api_cli_inband_t_handlerAndrew Yourtchenko1-0/+1
2021-02-16stats: coverity errors leaking fdOle Troan1-1/+4
2021-02-12policer: remove SSE2 prefixBrian Russell1-13/+13
2021-02-11policer: use ip dscpBrian Russell1-6/+4
2021-01-08vhost: Add event index for interrupt notification to driverSteven Luong1-0/+53
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns1-43/+0
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-3/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-4/+4
2020-12-14api: add missing version infoPaul Vinciguerra1-0/+1
2020-12-08fib: Source Address SelectionNeale Ranns1-22/+0
2020-12-04stats: fix coverity issuesAndrew Yourtchenko1-4/+3
2020-11-26gre: Move to new API generated types/messagesNeale Ranns1-42/+0
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan1-0/+7
2020-11-24buffers: add page-size configNathan Skrzypczak1-0/+5
2020-11-10vpp: use vpp heap for libcBenoît Ganne3-0/+150
2020-11-04vlib: add postmortem pcap dispatch traceDave Barach1-3/+3
2020-10-21vlib: per-class logging configuration in startup.confDamjan Marion1-0/+2
2020-10-21stats: missing dimension in stat_set_simple_counterOle Troan1-1/+2
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-0/+17
2020-10-10misc: clib_unix_warning usage errorjiangxiaoming1-1/+1
2020-10-05ipsec: Use bihash for tunnel lookupNeale Ranns1-0/+12
2020-09-30vpp: update 'show bihash' commandDamjan Marion1-51/+1
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion6-12/+7
2020-09-28virtio: add packet buffering on txMohsin Kazmi1-0/+2
2020-09-22lisp: Move to pluginNeale Ranns1-405/+7
2020-09-21geneve: Move to pluginNeale Ranns1-1/+0
2020-09-21misc: Move l2tp to pluginNeale Ranns1-100/+0
2020-09-21lldp: Move to pluginNeale Ranns1-43/+0
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan3-70/+24
2020-09-18vpp: make main heap page size configurable from startup.confDamjan Marion2-15/+68
2020-09-17stats: configurable page sizeDamjan Marion3-13/+23
2020-09-16vpp: fix main heap initBenoît Ganne1-4/+1
2020-09-14l2: allocate l2fib only when neededDamjan Marion1-0/+9
2020-09-09interface: support configuring RSS steering queuesChenmin Sun1-0/+4
2020-09-04vpp: Fix node APIsNathan Skrzypczak1-4/+4
2020-09-03api: fix ipsec custom_dump functionChristian Hopps1-8/+5
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong1-0/+26
2020-09-02virtio: add virtio 1.1 api flagsMohsin Kazmi1-0/+29
2020-09-02tap: add virtio 1.1 API flagMohsin Kazmi1-0/+4
2020-08-25flow: add vnet/flow formal APIChenmin Sun1-1/+2
2020-08-20tap: fix flags in custom-dumpMohsin Kazmi1-6/+6
2020-08-14gso: packet coalesce libraryMohsin Kazmi1-0/+16
2020-08-13stats: remove offsets on vpp sideOle Troan3-142/+31
2020-08-06misc: harmonize namesDave Barach1-3/+3
2020-07-28bonding lacp: replace slave string with memberSteven Luong1-16/+18
2020-07-21stats: memory leak in stat_validate_counter_vectorSteven Luong1-2/+10