Age | Commit message (Expand) | Author | Files | Lines |
2024-07-12 | fib: improve ipv6 fib scaling |  Benoît Ganne | 4 | -406/+203 |
2024-07-12 | fib: make mfib optional |  Benoît Ganne | 6 | -19/+131 |
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 | 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 | 7 | -16/+33 |
2024-07-08 | session: handle multiple attempts to mark mq congested |  Florin Coras | 1 | -2/+5 |
2024-07-02 | session: session disable crash if not enable |  Steven Luong | 1 | -1/+2 |
2024-06-28 | session: memory leaks on various transports when session disable and enable |  Steven Luong | 2 | -3/+13 |
2024-06-25 | dev: move bus code to bus/ |  Damjan Marion | 3 | -2/+12 |
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-24 | ip: mark IP_ADDRESS_DUMP as mp-safe |  Vladislav Grishenko | 1 | -0/+2 |
2024-06-20 | ip6: fix ip6-michain trace function |  Maxime Peim | 1 | -1/+1 |
2024-06-19 | fib: fix ip drop path crashes |  Dmitry Valter | 1 | -0/+4 |
2024-06-17 | vnet: move format_vl_api_address_union() from vpp to vnet |  Benoît Ganne | 2 | -0/+16 |
2024-06-14 | tcp: make syn-rcvd timeout configurable |  Florin Coras | 4 | -1/+9 |
2024-06-13 | vnet: export header files to build the plugins |  Dau Do | 1 | -0/+2 |
2024-06-12 | session: fix ho cleanup on forced reset |  Florin Coras | 1 | -1/+2 |
2024-06-12 | session: fix ho cleanup on active and passive close |  Florin Coras | 1 | -2/+4 |
2024-06-12 | ipsec: move ah packet processing in the inline function ipsec_ah_packet_process |  vinay tripathi | 1 | -138/+157 |
2024-06-12 | ipsec: Add option to configure the hand-off worker queue size |  Dau Do | 6 | -26/+34 |
2024-06-11 | dev: add port and queue counter clear operation |  Monendra Singh Kushwaha | 2 | -5/+18 |
2024-06-10 | vlib: fix gdb_show_traces() |  Benoît Ganne | 1 | -32/+32 |
2024-06-10 | dev: fix counter_start in counter clear routine |  Monendra Singh Kushwaha | 1 | -1/+1 |
2024-06-04 | ipsec: fix missing udp port check |  Fan Zhang | 1 | -8/+7 |
2024-06-03 | ip: add support for drop route through vpp CLI |  Mohsin Kazmi | 2 | -1/+7 |
2024-06-03 | fib: set the value of the sw_if_index for DROP route |  Mohsin Kazmi | 1 | -0/+1 |
2024-05-28 | urpf: export to use it externally |  Maxime Peim | 1 | -0/+1 |
2024-05-24 | udp: fix csum computation when offload disabled |  Florin Coras | 2 | -7/+32 |
2024-05-24 | ip6: fix icmp throttling error index |  Maxime Peim | 1 | -1/+1 |
2024-05-23 | virtio: Add RX queue full statisitics |  Steven Luong | 2 | -0/+11 |
2024-05-21 | session: remove ipv6 lookup threading assert |  Brian Morris | 1 | -1/+0 |
2024-05-15 | ip-neighbor: show age instead of time in cli |  Maxime Peim | 2 | -23/+24 |
2024-05-14 | sr: move srmpls to a plugin |  Scott Hutton | 10 | -2798/+0 |
2024-05-13 | dev: fix mac address dump in trace output |  Alok Mishra | 1 | -1/+1 |
2024-05-08 | ethernet: check destination mac for L3 in ethernet-input node |  Steven Luong | 1 | -4/+32 |
2024-05-03 | interface: fix check in set_interface_name api |  Stanislav Zaikin | 1 | -7/+6 |
2024-05-02 | gso: use the header offsets from buffer metadata |  Mohsin Kazmi | 3 | -143/+142 |
2024-04-24 | misc: fix int/enum mismatch errors reported by gcc-14 |  Damjan Marion | 3 | -4/+5 |
2024-04-23 | ipsec: fix CLI for create ipsec itf |  Gabriel Oginski | 1 | -3/+6 |
2024-04-19 | ipip: specify af for a tunnel ip addresses |  Anton Nikolaev | 1 | -11/+12 |
2024-04-18 | sr: use correct reply to sr_policy_add_v2 |  Vratko Polak | 1 | -1/+1 |
2024-04-17 | session: force session cleanups on app detach |  Florin Coras | 1 | -6/+23 |
2024-04-15 | ip: fix comments for icmp4 |  lijinhui | 1 | -1/+1 |
2024-04-11 | tcp: check for header truncation |  Benoît Ganne | 1 | -1/+3 |
2024-04-10 | session: add api to detach session from app |  Florin Coras | 3 | -4/+17 |
2024-04-09 | fib: fix off-by-one error in rewrite length check |  Benoît Ganne | 1 | -2/+2 |
2024-04-09 | mpls: fix default mpls lb hash config |  Vladislav Grishenko | 3 | -121/+125 |