Age | Commit message (Expand) | Author | Files | Lines |
2022-09-09 | vlib: don't leak node frames on refork |  Dmitry Valter | 1 | -0/+103 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect |  Matthew Smith | 2 | -0/+160 |
2022-08-18 | ikev2: accept key exchange on CREATE_CHILD_SA |  Atzm Watanabe | 1 | -9/+53 |
2022-08-17 | wireguard: fix fib entry tracking |  Alexander Chernavin | 1 | -0/+83 |
2022-08-16 | tests: move "venv" to "build-root" directory from "test" directory |  Saima Yunus | 5 | -10/+8 |
2022-08-11 | ip: Use .api declared error counters |  Neale Ranns | 5 | -25/+11 |
2022-08-11 | ipsec: Use .api declared error counters |  Neale Ranns | 2 | -24/+12 |
2022-08-11 | arp: Use the new style error count declaration |  Neale Ranns | 1 | -3/+1 |
2022-08-10 | ikev2: do not accept rekey until old SA is deleted |  Atzm Watanabe | 1 | -9/+39 |
2022-08-09 | wireguard: add peers roaming support |  Alexander Chernavin | 1 | -19/+247 |
2022-08-09 | wireguard: add handshake rate limiting support |  Alexander Chernavin | 1 | -0/+168 |
2022-08-09 | ip-neighbor: ARP and ND stats per-interface. |  Neale Ranns | 2 | -0/+88 |
2022-08-08 | wireguard: add dos mitigation support |  Alexander Chernavin | 1 | -4/+187 |
2022-08-08 | ikev2: fix rekeying with multiple notify payloads |  Atzm Watanabe | 1 | -1/+8 |
2022-08-05 | tests: fix node variant selection |  Benoît Ganne | 1 | -1/+1 |
2022-08-04 | tests: run a test inside a QEMU VM |  Naveen Joy | 6 | -0/+809 |
2022-08-03 | wireguard: add processing of received cookie messages |  Alexander Chernavin | 3 | -5/+199 |
2022-07-15 | tests: add fast path ipv6 python tests for outbound policy matching |  Piotr Bronowski | 2 | -6/+857 |
2022-06-29 | ipsec: add fast path python tests |  Fan Zhang | 2 | -0/+782 |
2022-06-28 | session quic: allow custom config of rx mqs seg size |  Florin Coras | 1 | -1/+1 |
2022-06-28 | ipsec: change wildcard value for any protocol of spd policy |  Piotr Bronowski | 5 | -21/+21 |
2022-06-10 | vcl: fix iperf3 server crash issue when it runs over vpp host stack. |  Liangxing Wang | 1 | -0/+11 |
2022-06-05 | wireguard: fix crash by not sending arp via wg interface |  Alexander Chernavin | 1 | -8/+54 |
2022-05-24 | tests: fix ipsec sdp cases with parrallel job |  Tianyu Li | 2 | -10/+10 |
2022-05-24 | tests: fix default failed dir setting |  Klement Sekera | 2 | -8/+7 |
2022-05-16 | flowprobe: add api messages to obtain current state |  Alexander Chernavin | 1 | -1/+92 |
2022-05-13 | tests: fix pnat tests formatting |  Alexander Chernavin | 1 | -51/+53 |
2022-05-13 | flowprobe: add support for reporting on inbound packets |  Alexander Chernavin | 1 | -36/+148 |
2022-05-12 | pnat: add support to wildcard IP Protocol field if not specified |  Fahad Naeem | 1 | -0/+99 |
2022-05-11 | tests: fix checkstyle-python |  Klement Sekera | 1 | -1/+1 |
2022-05-10 | tests: replace pycodestyle with black |  Klement Sekera | 195 | -27443/+36387 |
2022-05-05 | policer: output interface policer |  Stanislav Zaikin | 3 | -22/+55 |
2022-05-05 | udp: remove buggy assert in udp encap |  Benoît Ganne | 1 | -2/+38 |
2022-05-04 | vhost: use_custom_mac set in create_vhost_user_if_v2 |  Fahad Naeem | 1 | -0/+28 |
2022-05-03 | tests: handle removed interface |  Klement Sekera | 3 | -22/+29 |
2022-05-02 | vapi: support api clients within vpp process |  Ole Troan | 1 | -0/+20 |
2022-04-29 | tests: fix handling failed test case |  Klement Sekera | 1 | -1/+2 |
2022-04-29 | tests: fix assert_nothing_captured |  Klement Sekera | 4 | -33/+33 |
2022-04-21 | nat: tweak rfc7857 tcp connection tracking |  Ole Troan | 1 | -24/+20 |
2022-04-14 | ipsec: perf improvement of ipsec4_input_node using flow cache |  Zachary Leaf | 3 | -6/+700 |
2022-04-12 | ip: fix arc start in ip46-local for local mfib entries |  Alexander Chernavin | 1 | -2/+22 |
2022-04-01 | vrrp: add stats support and update API |  Emanuele Di Pascale | 1 | -0/+120 |
2022-04-01 | nat: nat44-ed cleanup & fixes |  Filip Varga | 3 | -23/+19 |
2022-03-30 | udp: fix inner packet checksum calculation in udp-encap |  Mauro Sardara | 1 | -4/+9 |
2022-03-27 | tests: fix core file message |  Dmitry Valter | 3 | -5/+7 |
2022-03-24 | ip: The check for 'same packet' must include the FIB index |  Neale Ranns | 2 | -0/+182 |
2022-03-24 | ip6-nd: stop sending RA by default |  Alexander Chernavin | 1 | -2/+5 |
2022-03-24 | mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentation |  Neale Ranns | 2 | -3/+8 |
2022-03-22 | tests: add http tps test |  Filip Tehlar | 1 | -0/+42 |
2022-03-22 | tests: fix DEBUG=attach functionality |  Klement Sekera | 2 | -6/+10 |