Age | Commit message (Expand) | Author | Files | Lines |
2024-07-24 | http_static: fix coverity warning |  Matus Fabian | 1 | -1/+1 |
2024-07-24 | session: delete and add application namespace do not create the global sessio... |  Steven Luong | 4 | -65/+56 |
2024-07-23 | prom: concurrent connections fix |  Matus Fabian | 1 | -4/+7 |
2024-07-23 | http: state machine fix |  Matus Fabian | 3 | -3/+187 |
2024-07-23 | http: return more than data from server app |  Matus Fabian | 13 | -140/+532 |
2024-07-23 | vppinfra: get_mempolicy instead of move_pages for mem init |  Florin Coras | 1 | -19/+6 |
2024-07-23 | ip: crash in ip4_sas_commonlen |  Steven Luong | 1 | -0/+2 |
2024-07-22 | hs-test: memory leak testing |  Matus Fabian | 1 | -0/+30 |
2024-07-22 | misc: replace index() with strchr() |  Matus Fabian | 4 | -4/+4 |
2024-07-22 | vlib: add "save memory-trace" debug CLI |  Matus Fabian | 1 | -0/+106 |
2024-07-22 | vppinfra: expose raw memory traces |  Matus Fabian | 2 | -15/+34 |
2024-07-19 | session: show session rules does not display ip6 entries |  Steven Luong | 1 | -6/+33 |
2024-07-19 | ipsec: fix integer overflow |  Fan Zhang | 1 | -1/+1 |
2024-07-18 | pg: fix pcap packet type when writing pcap file |  Dave Wallace | 2 | -1/+16 |
2024-07-18 | vppinfra: fix cpu freq init error if cpu support aperfmperf |  Xiaoming Jiang | 2 | -2/+6 |
2024-07-18 | vnet: print Success for API errno 0 instead of UNKNOWN |  Klement Sekera | 1 | -0/+4 |
2024-07-17 | vppinfra: Add macro for targeted prefetching |  Niyaz Murshed | 1 | -0/+24 |
2024-07-17 | session: memory leak on rule tag |  Steven Luong | 1 | -0/+1 |
2024-07-16 | session: memory leaks on rule tag hash tables |  Steven Luong | 1 | -0/+3 |
2024-07-16 | tls: track app owner of transport session |  Florin Coras | 2 | -1/+4 |
2024-07-15 | session: crash in session_rule_add_del if session is not enable |  Steven Luong | 1 | -0/+7 |
2024-07-15 | session: application namespace may reference a deleted vrf table |  Steven Luong | 1 | -5/+68 |
2024-07-15 | octeon: fix link down issue |  Alok Mishra | 1 | -0/+12 |
2024-07-12 | build: Fix crossbuilding definitions |  Renato Botelho do Couto | 1 | -7/+8 |
2024-07-12 | fib: fix covered_inherit_add |  Maxime Peim | 2 | -2/+57 |
2024-07-12 | ip6: fix icmp error on check fail |  Maxime Peim | 1 | -83/+62 |
2024-07-12 | fib: improve ipv6 fib scaling |  Benoît Ganne | 4 | -406/+203 |
2024-07-12 | fib: make mfib optional |  Benoît Ganne | 7 | -20/+133 |
2024-07-12 | fib: log an error when destroying non-empty tables |  Benoît Ganne | 4 | -12/+12 |
2024-07-10 | session: deleting an application namespace cleaning up the wrong application |  Steven Luong | 1 | -1/+1 |
2024-07-09 | vppinfra: fix huge page alloc error on 5.19+ kernel |  Jay Wang | 1 | -0/+14 |
2024-07-09 | tls: refactor vft functionsn to allow for reuse |  Florin Coras | 3 | -140/+152 |
2024-07-08 | session: add api to program rx io evts |  Florin Coras | 2 | -0/+17 |
2024-07-08 | session: improve enable and disable handling |  Florin Coras | 10 | -20/+42 |
2024-07-08 | session: handle multiple attempts to mark mq congested |  Florin Coras | 1 | -2/+5 |
2024-07-03 | acl: cli addition to set macip rules |  Sanjyot Vaidya | 1 | -0/+211 |
2024-07-02 | session: session disable crash if not enable |  Steven Luong | 1 | -1/+2 |
2024-06-29 | unittest: coverity woe |  Steven Luong | 1 | -2/+5 |
2024-06-28 | session: memory leaks on various transports when session disable and enable |  Steven Luong | 4 | -3/+76 |
2024-06-26 | vppinfra: Improve code portability |  Renato Botelho do Couto | 1 | -2/+2 |
2024-06-25 | linux-cp: populate mapping vif-sw_if_index only for default-ns |  Denys Haryachyy | 1 | -2/+6 |
2024-06-25 | dev: move bus code to bus/ |  Damjan Marion | 16 | -15/+17 |
2024-06-25 | session: memory leak in mma rule table |  Steven Luong | 1 | -0/+3 |
2024-06-25 | ipsec: enable ipv6 udp checksum offload |  Jeff Shaw | 1 | -0/+33 |
2024-06-25 | crypto: Add prefetching for src and dst |  Niyaz Murshed | 1 | -0/+11 |
2024-06-24 | build: conditional dependency handling of depfile |  Ole Troan | 1 | -6/+18 |
2024-06-24 | ip: mark IP_ADDRESS_DUMP as mp-safe |  Vladislav Grishenko | 1 | -0/+2 |
2024-06-20 | http_static: fix reply data leak |  Florin Coras | 1 | -0/+2 |
2024-06-20 | ip6: fix ip6-michain trace function |  Maxime Peim | 1 | -1/+1 |
2024-06-19 | dpdk: xstats vecor stuck at 0 elements |  Ole Troan | 1 | -7/+19 |