aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pppoe
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion5-28/+0
2023-01-18pppoe: fix memcpy out of bounds with gcc-11 on armTianyu Li1-1/+1
2022-08-31pppoe: fix coverity 218437, 218401Andrew Yourtchenko1-0/+3
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns1-0/+3
2021-10-14pppoe: fix coverity warningKlement Sekera1-6/+12
2021-10-04docs: plugin comment nitfixesNathan Skrzypczak1-4/+4
2021-05-13tests: move test source to vpp/testDave Wallace2-653/+0
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-6/+6
2020-12-11pppoe: fix VLIB_RX into the pppoe-input nodeStanislav Zaikin3-0/+15
2020-10-24pppoe: make pppoe plugin work with dot1q subinterfaceszstas8-39/+265
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-07-17pppoe: fix uninitialized memory bugTimotheeChauvin3-1/+7
2020-01-06lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoeHongjun Ni1-0/+11
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-1/+3
2019-12-07pppoe: use explicit types in apiOle Troan4-32/+30
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-2/+8
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns1-1/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-03pppoe: remove api boilerplateOle Troan6-197/+9
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace2-0/+645
2019-07-09vat: unload unused vat pluginsDave Barach1-20/+2
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-19Remove dummy_interface_tx output node from PPPoE pluginJohn Lo1-9/+0
2019-03-01pppoe: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar3-12/+6
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-23c11 safe string handling supportDave Barach3-6/+6
2018-10-01Rename device class from PPPPOE to PPPoEPaul Vinciguerra2-10/+10
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+4
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion1-3/+1
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-3/+6
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+27
2018-08-10Use the bihash walk functionNeale Ranns1-52/+45
2018-07-20IP directed broadcastNeale Ranns1-0/+1
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+3
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns1-5/+12
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-18VPP-1119: PPPoE's destination MAC was overwrittenHongjun Ni1-1/+2
2018-01-11api: remove transport specific code from handlersFlorin Coras1-10/+8
2018-01-09api: refactor vlibmemoryFlorin Coras1-2/+2
2017-11-17Replace tap interface using general interfaceHongjun Ni4-50/+48
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-06Separate CP and DP fib table for PPPoEHongjun Ni3-56/+66
2017-10-03Repair vlib API socket serverDave Barach2-2/+2
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns3-423/+111
2017-08-09PPPoE: use DPO protos in FIB entry path add/removeNeale Ranns1-2/+3
2017-08-09Add PPPoE PluginHongjun Ni12-0/+2858