Age | Commit message (Expand) | Author | Files | Lines |
2023-10-25 | marvell: fix compilation issues |  Damjan Marion | 3 | -9/+4 |
2023-10-25 | fib: only update glean for interface if necessary |  Matthew Smith | 3 | -17/+93 |
2023-10-25 | tests: Added STN plugin test to improve coverage. |  adrianvillin | 1 | -0/+63 |
2023-10-25 | tests: Added a simple Snort plugin test to increase coverage. |  adrianvillin | 1 | -0/+53 |
2023-10-24 | dpdk: fix variable type in pattern parsing |  Ting Xu | 1 | -0/+63 |
2023-10-24 | crypto: fix algo selection |  Dmitry Valter | 1 | -1/+4 |
2023-10-18 | flowprobe: fix sending L4 fields in L2 template and flows |  Alexander Chernavin | 3 | -10/+53 |
2023-10-18 | memif: contention between memif_disconnect and memif RX/TX threads |  Steven Luong | 1 | -0/+11 |
2023-10-17 | buffers: introduce vlib_buffer_template_t |  Damjan Marion | 4 | -79/+91 |
2023-10-16 | tcp: initialize connection index on rst w packet |  Florin Coras | 1 | -0/+1 |
2023-10-16 | tcp: allow fins in syns in syn-rcvd |  Florin Coras | 1 | -7/+11 |
2023-10-16 | tcp: handle syn-ack in fin-wait-2 in rcv process |  Florin Coras | 1 | -0/+2 |
2023-10-16 | ip-neighbor: do not use sas to determine NS source address |  Ole Troan | 4 | -5/+6 |
2023-10-16 | flowprobe: fix corrupted packets sent after feature disabling |  Alexander Chernavin | 4 | -2/+92 |
2023-10-16 | nat: add ipfix rate-limiter for nat44-ed, nat44-ei and nat64 |  Vladislav Grishenko | 6 | -20/+83 |
2023-10-16 | npt66: icmp6 alg to handle icmp6 error messages |  Ole Troan | 2 | -20/+133 |
2023-10-16 | ip-neighbor: add ip neighbor flush |  Ole Troan | 1 | -2/+11 |
2023-10-14 | feature: remove unused code |  Damjan Marion | 13 | -162/+29 |
2023-10-13 | linux-cp: check if lcp_itf_pair exists before creating tap |  Stanislav Zaikin | 1 | -0/+9 |
2023-10-13 | ethernet: run callbacks for subifs too when mac changes |  Alexander Chernavin | 2 | -4/+113 |
2023-10-13 | vlib: properly replicate nexts when sibling node is created on runtime |  Damjan Marion | 1 | -32/+33 |
2023-10-13 | vlib: allow unpriviledged vlib_pci_get_device_info() |  Damjan Marion | 2 | -3/+4 |
2023-10-13 | npt66: add show command and rx/tx counters |  Ole Troan | 3 | -6/+68 |
2023-10-12 | session: fix duplicate rx events |  Florin Coras | 1 | -10/+0 |
2023-10-12 | flowprobe: fix sending L2 flows using L2_IP6 template |  Alexander Chernavin | 2 | -13/+81 |
2023-10-12 | dpdk: add Mellanox BlueField NICs |  Alexander Kozyrev | 1 | -0/+12 |
2023-10-12 | session: ignore connecting half_open session in session_tx_fifo_dequeue_internal |  Steven Luong | 1 | -1/+3 |
2023-10-11 | tls: Fix SSL_CTX leak on every client session |  Brian Morris | 2 | -11/+12 |
2023-10-11 | session: ignore app rx ntf if transport closed |  Florin Coras | 1 | -1/+1 |
2023-10-11 | session: fix tx deq ntf assert for cl |  Florin Coras | 1 | -1/+1 |
2023-10-10 | lb: fix intermittent per-port-vip idx lookup failure |  Dave Wallace | 1 | -0/+1 |
2023-10-10 | session: maintain old state on premature close |  Florin Coras | 1 | -7/+14 |
2023-10-09 | vppinfra: fix coverity issue CID 323952 |  Dave Wallace | 1 | -1/+1 |
2023-10-09 | buffers: buffer allocation improvements |  Damjan Marion | 2 | -38/+47 |
2023-10-08 | tls: propagate reads to app irrespective of state |  Florin Coras | 2 | -3/+2 |
2023-10-08 | tls: report error if connected cannot be initialized |  Florin Coras | 1 | -4/+6 |
2023-10-08 | tls: no read after app close |  Florin Coras | 1 | -1/+1 |
2023-10-07 | session: propagate delayed rx evts after connect/accept |  Florin Coras | 1 | -5/+20 |
2023-10-07 | session: handle accept and connect errors |  Florin Coras | 2 | -6/+29 |
2023-10-06 | cnat: add flow hash config to cnat translation |  hedi bouattour | 5 | -9/+119 |
2023-10-05 | vpp-swan: fix config to run containers |  Gabriel Oginski | 1 | -2/+2 |
2023-10-04 | vppinfra: fix string termination in clib_file_get_resolved_basename |  Damjan Marion | 1 | -0/+2 |
2023-10-03 | session: make port range configurable |  Nathan Skrzypczak | 3 | -1/+16 |
2023-10-03 | build: add ability to disable some plugins from packaging and tests |  Andrew Yourtchenko | 11 | -2/+65 |
2023-10-03 | vppinfra: add foreach_int macro |  Damjan Marion | 2 | -0/+7 |
2023-10-03 | vppinfra: splat and gather vector inlines |  Damjan Marion | 2 | -0/+24 |
2023-10-03 | nat: nat66 cli bug fix |  Filip Varga | 1 | -5/+5 |
2023-10-03 | stats: added optional CLI arg "port" to specify non-default port |  Fahad Khan | 1 | -6/+8 |
2023-10-02 | tls: limit openssl engine max read burst |  Florin Coras | 2 | -4/+6 |
2023-10-02 | tls: fix formatting of half open connections |  Florin Coras | 1 | -0/+1 |