Age | Commit message (Expand) | Author | Files | Lines |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -1/+1 |
2021-11-19 | fib: Don't use [midchain] adjacencies to change an interface's feature arc | Neale Ranns | 1 | -0/+3 |
2021-10-14 | pppoe: fix coverity warning | Klement Sekera | 1 | -6/+12 |
2021-10-04 | docs: plugin comment nitfixes | Nathan Skrzypczak | 1 | -4/+4 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 2 | -653/+0 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -6/+6 |
2020-12-11 | pppoe: fix VLIB_RX into the pppoe-input node | Stanislav Zaikin | 3 | -0/+15 |
2020-10-24 | pppoe: make pppoe plugin work with dot1q subinterfaces | zstas | 8 | -39/+265 |
2020-10-07 | misc: Purge unused pg includes | Neale Ranns | 1 | -1/+0 |
2020-07-17 | pppoe: fix uninitialized memory bug | TimotheeChauvin | 3 | -1/+7 |
2020-01-06 | lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe | Hongjun Ni | 1 | -0/+11 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 1 | -1/+3 |
2019-12-07 | pppoe: use explicit types in api | Ole Troan | 4 | -32/+30 |
2019-12-04 | fib: Decouple source from priority and behaviour | Neale Ranns | 1 | -2/+8 |
2019-12-03 | fib: constify the adjacency in the rewrite nodes | Neale Ranns | 1 | -1/+1 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 1 | -1/+1 |
2019-10-03 | pppoe: remove api boilerplate | Ole Troan | 6 | -197/+9 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 2 | -0/+645 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -20/+2 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-04-19 | Remove dummy_interface_tx output node from PPPoE plugin | John Lo | 1 | -9/+0 |
2019-03-01 | pppoe: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 3 | -12/+6 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -1/+1 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -1/+1 |
2018-10-23 | c11 safe string handling support | Dave Barach | 3 | -6/+6 |
2018-10-01 | Rename device class from PPPPOE to PPPoE | Paul Vinciguerra | 2 | -10/+10 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+4 |
2018-08-25 | cmake: handle api_test_plugins in add_vpp_plugin macro | Damjan Marion | 1 | -3/+1 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -3/+6 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+27 |
2018-08-10 | Use the bihash walk function | Neale Ranns | 1 | -52/+45 |
2018-07-20 | IP directed broadcast | Neale Ranns | 1 | -0/+1 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+3 |
2018-01-30 | Allow the provider of a midchain adjacency to pass context data that is retur... | Neale Ranns | 1 | -5/+12 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-18 | VPP-1119: PPPoE's destination MAC was overwritten | Hongjun Ni | 1 | -1/+2 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -10/+8 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -2/+2 |
2017-11-17 | Replace tap interface using general interface | Hongjun Ni | 4 | -50/+48 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-10-06 | Separate CP and DP fib table for PPPoE | Hongjun Ni | 3 | -56/+66 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 2 | -2/+2 |
2017-08-21 | PPPoE usses a midchain adjacency stack on an interface-tx DPO | Neale Ranns | 3 | -423/+111 |
2017-08-09 | PPPoE: use DPO protos in FIB entry path add/remove | Neale Ranns | 1 | -2/+3 |
2017-08-09 | Add PPPoE Plugin | Hongjun Ni | 12 | -0/+2858 |