Age | Commit message (Expand) | Author | Files | Lines |
2022-08-29 | nat: fix coverity 249202 |  Benoît Ganne | 1 | -2/+2 |
2022-08-26 | linux-cp: fix coverity 216937 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-26 | nsh: fix coverity 249201 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-25 | vlib: introduce DMA infrastructure |  Marvin Liu | 6 | -0/+890 |
2022-08-25 | wireguard: fix ipv6 payload_length computation |  Aloys Augustin | 1 | -4/+3 |
2022-08-23 | linux-cp: handle AF_BRIDGE neighbors |  Matthew Smith | 1 | -2/+8 |
2022-08-23 | lisp: address the issues raised by coverity 249165 |  Andrew Yourtchenko | 1 | -4/+12 |
2022-08-23 | rdma: fix coverity 249197 |  Benoît Ganne | 1 | -2/+2 |
2022-08-19 | nat: simplify per-protocol code by using an array |  Jon Loeliger | 4 | -243/+158 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect |  Matthew Smith | 2 | -2/+6 |
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 |