Age | Commit message (Expand) | Author | Files | Lines |
2022-08-18 | unittest: fix coverity 274736 |  Andrew Yourtchenko | 1 | -0/+1 |
2022-08-18 | wireguard: fix error type for crypto backend |  Benoît Ganne | 1 | -1/+1 |
2022-08-18 | wireguard: fix ipv6 handshake packet |  Benoît Ganne | 1 | -3/+1 |
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 | 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 | 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-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 | linux-cp: FIB lookup for P2MP tunnel interfaces |  Matthew Smith | 1 | -4/+22 |
2022-08-10 | ikev2: do not accept rekey until old SA is deleted |  Atzm Watanabe | 2 | -14/+36 |
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 | 1 | -2/+6 |
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-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-07-21 | linux-cp: fix endianess for autoendian methods |  Stanislav Zaikin | 1 | -9/+9 |
2022-07-19 | linux-cp: change namespace to netns |  Stanislav Zaikin | 2 | -33/+28 |
2022-07-19 | linux-cp: API downgrade due to namespace keyword |  Matthew Smith | 1 | -0/+5 |
2022-07-18 | dpdk: fix mlx5 dpdk init with no-multi-seg |  Tianyu Li | 1 | -1/+2 |
2022-07-12 | quic: fix coverity warning |  Florin Coras | 1 | -1/+2 |
2022-07-12 | perfmon: add Arm event bundles |  Zachary Leaf | 9 | -0/+874 |
2022-07-12 | perfmon: enable perfmon plugin for Arm |  Zachary Leaf | 11 | -35/+654 |
2022-07-12 | perfmon: make less arch dependent |  Zachary Leaf | 8 | -101/+161 |
2022-07-11 | wireguard: fix coverity warnings |  Artem Glazychev | 1 | -8/+8 |
2022-07-08 | dpdk: add ID for 4xxx QAT VF |  Matthew Smith | 1 | -3/+5 |
2022-07-06 | misc: pass NULL instead of 0 for pointer in variadic functions |  Andreas Schultz | 1 | -1/+1 |
2022-06-30 | vrrp: while delete vr can't delete multi virtual address. |  GaoChX | 1 | -1/+4 |
2022-06-29 | hsa: reduce number of preallocated vcl test server sessions |  Florin Coras | 2 | -1/+2 |
2022-06-29 | tests: add ipsec flow performance unit test |  Piotr Bronowski | 1 | -0/+309 |
2022-06-17 | quic:fix crash rx_fifo full or grow |  fanxb | 1 | -0/+16 |
2022-06-10 | hsa: allow first segments larger than 4g for proxy |  Florin Coras | 2 | -14/+5 |
2022-06-08 | wireguard: increment interface RX counters |  Matthew Smith | 1 | -0/+15 |
2022-06-05 | wireguard: fix crash by not sending arp via wg interface |  Alexander Chernavin | 2 | -1/+9 |
2022-06-03 | hsa: dealloc proxy fifos on right thread |  Florin Coras | 2 | -1/+46 |
2022-06-03 | hsa: refactor proxy session lookup and cleanup |  Florin Coras | 2 | -103/+52 |
2022-05-31 | nat: disable nat44-ei-in2out-output ttl check |  Alexander Skorichenko | 1 | -3/+3 |
2022-05-23 | dpdk: fix update link state |  Alexander Skorichenko | 1 | -18/+13 |
2022-05-23 | linux-cp: fix display of link_speed |  Anton Nikolaev | 1 | -1/+2 |
2022-05-19 | api: refactor api data storage |  Damjan Marion | 6 | -7/+8 |
2022-05-19 | ikev2: fix tunnel direction |  Stanislav Zaikin | 1 | -4/+4 |
2022-05-17 | interface: fix overflow of link speed. |  Anton Nikolaev | 3 | -7/+12 |
2022-05-16 | acl: memory leak in acl_fa_session_cleaner_process |  Steven Luong | 1 | -0/+1 |