Age | Commit message (Expand) | Author | Files | Lines |
2022-08-18 | nat: Replace port refcounts with simple bitvectors | Jon Loeliger | 2 | -17/+80 |
2022-08-18 | dns: fix coverity 249189, 249198 | Andrew Yourtchenko | 1 | -2/+2 |
2022-08-18 | nsh: fix coverity 249169 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-18 | ip-neighbor: Declarative .api counters. | Neale Ranns | 4 | -56/+109 |
2022-08-18 | ip: Use .api declarative counters for ICMP. | Neale Ranns | 6 | -85/+247 |
2022-08-18 | ikev2: accept key exchange on CREATE_CHILD_SA | Atzm Watanabe | 2 | -63/+126 |
2022-08-18 | ikev2: fix possible SEGV | Atzm Watanabe | 1 | -3/+3 |
2022-08-17 | svm: fix coverity 249207,249209 | Andrew Yourtchenko | 1 | -2/+2 |
2022-08-17 | vlib: fix coverity 274744 | Andrew Yourtchenko | 1 | -1/+4 |
2022-08-17 | vlib: fix coverity 274750 | Andrew Yourtchenko | 1 | -1/+4 |
2022-08-17 | memif: crash on recceiving a bad descriptor | Steven Luong | 1 | -1/+1 |
2022-08-17 | wireguard: fix fib entry tracking | Alexander Chernavin | 2 | -53/+35 |
2022-08-17 | fib: support "midchain delegate" removal | Alexander Chernavin | 2 | -0/+31 |
2022-08-16 | nat: fix potential out-of-bound worker array index | Jing Peng | 3 | -24/+36 |
2022-08-14 | vrrp: fix SIGABRT crash by ASSERT() when deleting vrrp vr(MASTER state) | luoyaozu | 1 | -0/+1 |
2022-08-12 | http_static: validate session before sending | Florin Coras | 1 | -0/+2 |
2022-08-11 | ip: only set rx_sw_if_index when connection found to avoid following crash li... | Xiaoming Jiang | 1 | -5/+5 |
2022-08-11 | mpls: Use the .api for the definition of error/info counters | Neale Ranns | 8 | -64/+111 |
2022-08-11 | ip: Use .api declared error counters | Neale Ranns | 20 | -424/+678 |
2022-08-11 | ipsec: Use .api declared error counters | Neale Ranns | 6 | -179/+336 |
2022-08-11 | arp: Use the new style error count declaration | Neale Ranns | 4 | -133/+229 |
2022-08-11 | linux-cp: FIB lookup for P2MP tunnel interfaces | Matthew Smith | 1 | -4/+22 |
2022-08-11 | tunnel: Fix API encoding of tunnel flags | Neale Ranns | 1 | -2/+7 |
2022-08-10 | ikev2: do not accept rekey until old SA is deleted | Atzm Watanabe | 2 | -14/+36 |
2022-08-10 | bfd: Express node stats using the .api file | Neale Ranns | 2 | -59/+77 |
2022-08-10 | bfd: More descriptive error codes during packet receive handling | Neale Ranns | 3 | -59/+74 |
2022-08-09 | wireguard: add peers roaming support | Alexander Chernavin | 7 | -49/+187 |
2022-08-09 | wireguard: add handshake rate limiting support | Alexander Chernavin | 6 | -7/+178 |
2022-08-09 | ip-neighbor: ARP and ND stats per-interface. | Neale Ranns | 13 | -53/+303 |
2022-08-09 | vnet: install reass headers | Mohammed Hawari | 1 | -0/+2 |
2022-08-09 | vlib: vlib_validate_buffer_enqueue_with_aux_x1 | Mohammed Hawari | 2 | -0/+71 |
2022-08-09 | interface: fix show_or_clear_hw_interfaces | Mohammed Hawari | 1 | -1/+2 |
2022-08-08 | devices: af_packet, fix tx stall by retrying failed sendto | Mohammed Hawari | 3 | -6/+24 |
2022-08-08 | wireguard: add dos mitigation support | Alexander Chernavin | 10 | -64/+224 |
2022-08-08 | ikev2: fix rekeying with multiple notify payloads | Atzm Watanabe | 1 | -5/+8 |
2022-08-05 | vnet: On rx-mode set, return error for an actual error. | Wayne Morrison | 1 | -1/+6 |
2022-08-05 | vppapigen: make json in parallel | Nathan Skrzypczak | 5 | -100/+140 |
2022-08-04 | dpdk: enable interrupt support for vmxnet3 | Benoît Ganne | 1 | -0/+1 |
2022-08-04 | arping: validate am->interfaces before check address | GaoChX | 1 | -1/+2 |
2022-08-03 | wireguard: add processing of received cookie messages | Alexander Chernavin | 11 | -81/+308 |
2022-08-02 | ipsec: fix coverity warnings found in fast path implementation | Piotr Bronowski | 2 | -14/+15 |
2022-07-29 | ip6-nd: fix ip6 ra cli issue | Takanori Hirano | 1 | -2/+1 |
2022-07-28 | session: fix a crash when using unregistered transport proto | Filip Tehlar | 2 | -1/+6 |
2022-07-28 | ip6-nd: copy mac address to wrong buffer current_data | liangrq | 1 | -0/+2 |
2022-07-26 | vppinfra: fix formatting of format_base10 | Pim van Pelt | 2 | -6/+8 |
2022-07-21 | linux-cp: fix endianess for autoendian methods | Stanislav Zaikin | 1 | -9/+9 |
2022-07-20 | vcl: new vcl api to get detailed session errors | Radha krishna Saragadam | 3 | -0/+42 |
2022-07-19 | linux-cp: change namespace to netns | Stanislav Zaikin | 2 | -33/+28 |
2022-07-19 | stats: add loops per second counter in the stats segment. | Radha krishna Saragadam | 1 | -3/+15 |
2022-07-19 | session: increase retries to grab mq lock | Radha krishna Saragadam | 1 | -1/+1 |