Age | Commit message (Expand) | Author | Files | Lines |
2021-10-04 | docs: plugin comment nitfixes | Nathan Skrzypczak | 1 | -7/+10 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 1 | -413/+0 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 1 | -2/+2 |
2021-03-19 | vxlan: add tunnel cache to graph node | Junfeng Wang | 2 | -10/+11 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -7/+9 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 1 | -0/+2 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -9/+7 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 1 | -1/+2 |
2020-10-07 | misc: Purge unused pg includes | Neale Ranns | 1 | -1/+0 |
2020-09-04 | ip: enhance vtep4_check of tunnel by vector way | Zhiyong Yang | 1 | -12/+30 |
2020-08-31 | flow: code refactor | Chenmin Sun | 1 | -1/+1 |
2020-06-16 | gtpu: support separate rx-decap and encap-tx teid values | John Lo | 6 | -76/+232 |
2020-05-09 | gtpu: fix coverity issue | Chenmin Sun | 1 | -2/+2 |
2020-05-05 | gtpu: RX offload for IPv6 payload supporting | Chenmin Sun | 3 | -8/+38 |
2020-05-03 | tests: vpp_interface remove deprecated packed properties | Paul Vinciguerra | 1 | -6/+5 |
2020-04-10 | geneve: Fix the byte swapping for the VNI | Neale Ranns | 1 | -2/+3 |
2020-04-08 | udp: cleanup input node | Florin Coras | 1 | -2/+2 |
2020-03-21 | gtpu: encap-vrf-id in show gtpu tunnels command | Nick Zavaritsky | 1 | -2/+9 |
2020-03-03 | geneve gtpu vxlan vxlan-gpe: VRF-aware bypass node | Nick Zavaritsky | 3 | -90/+30 |
2020-02-18 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-02-17 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-02-17 | gtpu: offload RX flow | Chenmin Sun | 6 | -2/+785 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -2/+2 |
2020-01-06 | lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoe | Hongjun Ni | 1 | -0/+10 |
2019-12-20 | vxlan: reuse inner packet flow hash for tunnel outer header load balance | Shawn Ji | 1 | -0/+9 |
2019-12-19 | gtpu: Track the dst FIB entry instead of RR sourcing that | Miklos Tirpak | 1 | -9/+9 |
2019-12-17 | vxlan geneve gtpu: fix short help | Paul Vinciguerra | 1 | -1/+1 |
2019-12-14 | tests: changes for scapy 2.4.3 migration | snaramre | 1 | -1/+2 |
2019-12-09 | gtpu: use explicit types in api | Ole Troan | 6 | -78/+83 |
2019-11-13 | gtpu: check packet has enough data for gtpu header | Benoît Ganne | 2 | -106/+60 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 1 | -1/+1 |
2019-10-23 | gtpu: msg id fix in send_gtpu_tunnel_details api | Miklos Tirpak | 1 | -1/+2 |
2019-09-27 | gtpu: remove api boilerplate | Ole Troan | 6 | -232/+11 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 1 | -0/+393 |
2019-07-22 | gtpu: fix missing trace issue | Zhiyong Yang | 1 | -0/+16 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -20/+2 |
2019-06-18 | fib: fib api updates | Neale Ranns | 1 | -7/+5 |
2019-05-22 | gtpu: don't register udp ports unless a tunnel is created | Jakub Grajciar | 1 | -5/+11 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-03-01 | gtpu: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 5 | -50/+34 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -3/+3 |
2018-10-23 | c11 safe string handling support | Dave Barach | 4 | -8/+8 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets | Neale Ranns | 1 | -2/+2 |
2018-09-24 | Trivial: Clean up some typos. | 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/+26 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -3/+3 |
2018-07-19 | Fix IPv6 csum calculation in GTP-U encapsulation | Andreas Schultz | 1 | -24/+25 |