Age | Commit message (Expand) | Author | Files | Lines |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 11 | -121/+111 |
2022-01-07 | dpdk: fix rx and tx descriptor config |  Florin Coras | 1 | -0/+6 |
2022-01-06 | dpdk: cleanup MTU handling |  Damjan Marion | 3 | -99/+31 |
2022-01-06 | dpdk: port type from speed_capa bitmap on Cisco VIC |  Damjan Marion | 1 | -35/+1 |
2022-01-06 | tap: add num_tx_queues API |  Nathan Skrzypczak | 1 | -0/+1 |
2022-01-05 | dpdk: remove unused defines |  Damjan Marion | 1 | -7/+0 |
2022-01-05 | dpdk: no need to copy default tx conf |  Damjan Marion | 3 | -6/+2 |
2022-01-05 | dpdk: improve checksum computation |  Florin Coras | 2 | -3/+26 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 8 | -34/+26 |
2022-01-05 | dpdk: move port config to single struct |  Damjan Marion | 6 | -220/+206 |
2022-01-05 | dpdk: remove unused flag |  Damjan Marion | 6 | -132/+91 |
2022-01-05 | srv6-mobile: Update GTP4/6.D function |  Tetsuya Murakami | 9 | -1194/+1539 |
2022-01-05 | dpdk: keep buffer flags per-device |  Damjan Marion | 4 | -15/+7 |
2022-01-05 | dpdk: remove unused logging class |  Damjan Marion | 2 | -2/+0 |
2022-01-05 | dpdk: remove vlan-strip offload code |  Filip Varga | 2 | -58/+0 |
2022-01-05 | crypto: encrypt/decrypt queues sw_scheduler |  Jakub Wysocki | 4 | -236/+292 |
2022-01-05 | dpdk: remove "convenience" vars |  Damjan Marion | 8 | -39/+29 |
2022-01-05 | wireguard: fix 'wireguard add peer' cli behavior |  Miroslav Miklus | 1 | -6/+6 |
2022-01-04 | nsim: cli improvements |  Florin Coras | 2 | -14/+56 |
2022-01-04 | nat: remove nat44-ed relation between SM and addr |  Filip Varga | 6 | -555/+436 |
2022-01-04 | nat: nat44-ed pool address allocation improvement |  Filip Varga | 4 | -58/+289 |
2022-01-03 | vrrp: fix support for VRs in different FIBs |  Matthew Smith | 1 | -15/+13 |
2021-12-31 | misc: Remove the unused GBP fields from the buffer meta-data |  Neale Ranns | 1 | -2/+0 |
2021-12-31 | vlib: remove external thread management support |  Damjan Marion | 6 | -179/+13 |
2021-12-30 | svm: merge want deq and leq threshold notifications |  Florin Coras | 1 | -8/+5 |
2021-12-29 | http_static: Fix timeout on large files |  Michal Kalderon | 1 | -3/+19 |
2021-12-22 | memif: refactor descriptor handling in the input node |  Damjan Marion | 3 | -184/+446 |
2021-12-21 | hsi: host stack intercept plugin |  Florin Coras | 5 | -0/+453 |
2021-12-20 | vrrp:fix vrrp vr delete case memory leak |  jinsh | 1 | -0/+1 |
2021-12-16 | af_xdp: mark API as stable |  Benoît Ganne | 1 | -6/+1 |
2021-12-14 | crypto-native: fix build error on Arm using clang-13 |  Jieqiang Wang | 1 | -2/+2 |
2021-12-14 | api: verify message size on receipt |  Klement Sekera | 2 | -2/+11 |
2021-12-09 | dpdk: disable l4 csum offload for vmxnet3 |  Florin Coras | 1 | -1/+4 |
2021-12-08 | memif: fix the memory leak when memif cli getting wrong parameters inputs |  Han Wu | 1 | -4/+12 |
2021-12-03 | interface: add multi tx-queues support for new tx infra |  Mohsin Kazmi | 1 | -2/+2 |
2021-12-03 | api: refactor to use REPLY_MSG_ID_BASE #define |  Klement Sekera | 10 | -50/+41 |
2021-12-03 | fib: Fix the display (or lack of) for fib node types in dependent children lists |  Neale Ranns | 9 | -9/+11 |
2021-12-02 | tests: add segment manager tests |  Filip Tehlar | 1 | -29/+25 |
2021-12-02 | perfmon: compile dispatch wrapper once for each number of counters |  Damjan Marion | 3 | -35/+27 |
2021-12-02 | perfmon: refactor perf metric support |  Ray Kinsella | 4 | -189/+80 |
2021-11-30 | dpdk: cryptodev AES-CTR+SHA1 support added |  PiotrX Kleski | 1 | -1/+4 |
2021-11-30 | dpdk-cryptodev: scalable session count |  Dastin Wilski | 2 | -96/+143 |
2021-11-26 | api: add helper macros for native endian |  Mohsin Kazmi | 4 | -30/+6 |
2021-11-25 | dpdk: prefetch becomes prefetchw |  Ray Kinsella | 1 | -4/+4 |
2021-11-23 | misc: deprecate gbp and its dependents |  Neale Ranns | 49 | -13942/+0 |
2021-11-23 | vxlan: multiarch optimization of vxlan |  Ray Kinsella | 2 | -4/+0 |
2021-11-23 | dpdk: enable vmxnet3 l4 checksum offload |  Florin Coras | 1 | -0/+6 |
2021-11-23 | ip: unlock_fib on if delete |  Nathan Skrzypczak | 1 | -26/+17 |
2021-11-22 | wireguard: add local variable in handshake process |  Gabriel Oginski | 1 | -2/+4 |
2021-11-22 | gso: implement gso segementation copy with checksum |  Mohsin Kazmi | 1 | -3/+1 |