Age | Commit message (Expand) | Author | Files | Lines |
2022-01-05 | dpdk: improve checksum computation |  Florin Coras | 2 | -3/+26 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 23 | -156/+212 |
2022-01-05 | dpdk: move port config to single struct |  Damjan Marion | 6 | -220/+206 |
2022-01-05 | vppinfra: few bitops inlines |  Damjan Marion | 1 | -0/+26 |
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 | 3 | -62/+0 |
2022-01-05 | crypto: encrypt/decrypt queues sw_scheduler |  Jakub Wysocki | 8 | -270/+391 |
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 |
2022-01-01 | vppinfra: fix bitmap can't get correct next clear index |  jiangxiaoming | 1 | -2/+1 |
2021-12-31 | fib: Refetech the adj after the walk in case the pool realloc'd |  Neale Ranns | 1 | -1/+1 |
2021-12-31 | misc: Remove the unused GBP fields from the buffer meta-data |  Neale Ranns | 3 | -15/+1 |
2021-12-31 | vlib: remove external thread management support |  Damjan Marion | 8 | -232/+19 |
2021-12-30 | svm: merge want deq and leq threshold notifications |  Florin Coras | 2 | -20/+8 |
2021-12-29 | http_static: Fix timeout on large files |  Michal Kalderon | 1 | -3/+19 |
2021-12-29 | svm: Add support for thresh dequeue notification |  Michal Kalderon | 2 | -2/+24 |
2021-12-26 | tcp: set sw_if_index in tcp src-address cli |  Mercury | 1 | -2/+2 |
2021-12-24 | ip: remove archaic vector code from mtrie |  Damjan Marion | 2 | -86/+12 |
2021-12-24 | vlib: introduce vlib frame aux data |  Damjan Marion | 6 | -117/+122 |
2021-12-23 | tcp: fix endpoint lookup failed caused by key uninitialized |  Mercury | 1 | -0/+1 |
2021-12-23 | session svm: track fs and seg manager index in fs |  Florin Coras | 4 | -42/+27 |
2021-12-22 | vppinfra: add format_u64_bitmap function |  Damjan Marion | 2 | -0/+34 |
2021-12-22 | session: fix segment alloc/free worker race |  Florin Coras | 2 | -70/+119 |
2021-12-22 | vppinfra: add bihash 12_4 template |  Damjan Marion | 2 | -0/+85 |
2021-12-22 | vppinfra: fix map_lock issue |  liuyacan | 1 | -2/+2 |
2021-12-22 | memif: refactor descriptor handling in the input node |  Damjan Marion | 3 | -184/+446 |
2021-12-22 | vlib: null terminate elog string |  Damjan Marion | 1 | -1/+1 |
2021-12-21 | hsi: host stack intercept plugin |  Florin Coras | 5 | -0/+453 |
2021-12-21 | tls: don't add listen to lookup table |  Filip Tehlar | 1 | -0/+1 |
2021-12-21 | fib: MPLS EOS chains built for attached prefixes should link to a lookup DPO |  Neale Ranns | 9 | -66/+57 |
2021-12-20 | vrrp:fix vrrp vr delete case memory leak |  jinsh | 1 | -0/+1 |
2021-12-20 | session: ignore rpc in fifo event lookups |  Florin Coras | 1 | -10/+0 |
2021-12-20 | session: improve sh segment-manager cli |  Florin Coras | 2 | -67/+87 |
2021-12-20 | ip: SVR fix race condition |  Klement Sekera | 2 | -2/+14 |
2021-12-19 | fib: Incorrect logic for IPv6 link-local attached export. |  Neale Ranns | 1 | -1/+1 |
2021-12-18 | bfd: fix NULL dereference in bfd_api_verify_common |  Frédéric Perrin | 1 | -1/+1 |
2021-12-17 | vppinfra: missing __clib_export |  benker | 1 | -1/+1 |
2021-12-16 | session: app mq congestion detection |  Florin Coras | 3 | -266/+349 |
2021-12-16 | vppinfra: clang doesn't know about attribute noclone |  Damjan Marion | 1 | -0/+4 |
2021-12-16 | af_xdp: mark API as stable |  Benoît Ganne | 1 | -6/+1 |
2021-12-16 | vppinfra: fix clib_fifo_elt_at_index |  Florin Coras | 1 | -1/+1 |
2021-12-16 | api: Fix reaper functions for socket clients |  Neale Ranns | 1 | -1/+2 |
2021-12-15 | vppinfra: toeplitz hash four in parallel |  Damjan Marion | 6 | -76/+622 |