Age | Commit message (Expand) | Author | Files | Lines |
2022-08-30 | dpdk: fix arm iavf rx vector path on 22.03 | Tianyu Li | 1 | -0/+486 |
2022-08-30 | l2: skip arp term for locally originated packets | Stanislav Zaikin | 3 | -0/+6 |
2022-08-30 | tcp: do not overcount ooo bytes | Florin Coras | 1 | -1/+3 |
2022-08-30 | dma_intel: fix the wrong unformat type | Haiyue Wang | 1 | -1/+1 |
2022-08-30 | memif: Process bad descriptors correctly in memif_process_desc | Steven Luong | 1 | -10/+35 |
2022-08-30 | ethernet: fix coverity 214973 | Andrew Yourtchenko | 1 | -15/+14 |
2022-08-30 | vlib: fix coverity 274750, part 2 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-30 | vlib: fix coverity 277203 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-30 | dpdk: bump to 22.07 | Fan Zhang | 1 | -1/+2 |
2022-08-30 | ethernet: refactor the redundant code | Andrew Yourtchenko | 1 | -8/+7 |
2022-08-29 | vlib: use error description when dropping packets | Arthur de Kerhor | 1 | -1/+1 |
2022-08-29 | ethernet: fix mac address increment error | Jieqiang Wang | 1 | -2/+2 |
2022-08-29 | fib: fix coverity 249175 | Andrew Yourtchenko | 1 | -0/+1 |
2022-08-29 | fib: fix coverity 253539 | Andrew Yourtchenko | 1 | -0/+1 |
2022-08-29 | ethernet: fix coverity 218549 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-29 | nat: fix coverity 249202 | Benoît Ganne | 1 | -2/+2 |
2022-08-29 | libmemif: fix the buffer size | Mohsin Kazmi | 1 | -6/+4 |
2022-08-29 | libmemif: add support for custom buffer-size and headroom in icmp example app | Mohsin Kazmi | 3 | -11/+27 |
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 | build: disable gcc warning stringop-overflow for gcc-10 or greater | Dave Wallace | 1 | -0/+4 |
2022-08-25 | vlib: introduce DMA infrastructure | Marvin Liu | 14 | -0/+1349 |
2022-08-25 | wireguard: fix ipv6 payload_length computation | Aloys Augustin | 1 | -4/+3 |
2022-08-24 | vlib: allow longer version string | Matthew Smith | 1 | -2/+2 |
2022-08-24 | ipsec: fix coverity 249204 | Andrew Yourtchenko | 1 | -1/+1 |
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-23 | vppinfra: fix coverity 249217 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-23 | classify: fix coverity 249223 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-19 | nat: simplify per-protocol code by using an array | Jon Loeliger | 4 | -243/+158 |
2022-08-19 | vlib: memory leak in vlib_register_errors on create and delete interface | Steven Luong | 1 | -0/+1 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect | Matthew Smith | 11 | -51/+261 |
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 | vppinfra: correct clib_bitmap_set() return comment | Jon Loeliger | 1 | -1/+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 | 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 | 3 | -72/+179 |
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 | 3 | -53/+118 |
2022-08-17 | fib: support "midchain delegate" removal | Alexander Chernavin | 2 | -0/+31 |