aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-31devices: add support for polling modeMohsin Kazmi3-6/+45
2022-08-30l2: skip arp term for locally originated packetsStanislav Zaikin3-0/+6
2022-08-30tcp: do not overcount ooo bytesFlorin Coras1-1/+3
2022-08-30dma_intel: fix the wrong unformat typeHaiyue Wang1-1/+1
2022-08-30memif: Process bad descriptors correctly in memif_process_descSteven Luong1-10/+35
2022-08-30ethernet: fix coverity 214973Andrew Yourtchenko1-15/+14
2022-08-30vlib: fix coverity 274750, part 2Andrew Yourtchenko1-1/+1
2022-08-30vlib: fix coverity 277203Andrew Yourtchenko1-1/+1
2022-08-30ethernet: refactor the redundant codeAndrew Yourtchenko1-8/+7
2022-08-29vlib: use error description when dropping packetsArthur de Kerhor1-1/+1
2022-08-29ethernet: fix mac address increment errorJieqiang Wang1-2/+2
2022-08-29fib: fix coverity 249175Andrew Yourtchenko1-0/+1
2022-08-29fib: fix coverity 253539Andrew Yourtchenko1-0/+1
2022-08-29ethernet: fix coverity 218549Andrew Yourtchenko1-1/+1
2022-08-29nat: fix coverity 249202Benoît Ganne1-2/+2
2022-08-26linux-cp: fix coverity 216937Andrew Yourtchenko1-1/+1
2022-08-26nsh: fix coverity 249201Andrew Yourtchenko1-1/+1
2022-08-25build: disable gcc warning stringop-overflow for gcc-10 or greaterDave Wallace1-0/+4
2022-08-25vlib: introduce DMA infrastructureMarvin Liu12-0/+1341
2022-08-25wireguard: fix ipv6 payload_length computationAloys Augustin1-4/+3
2022-08-24vlib: allow longer version stringMatthew Smith1-2/+2
2022-08-24ipsec: fix coverity 249204Andrew Yourtchenko1-1/+1
2022-08-23linux-cp: handle AF_BRIDGE neighborsMatthew Smith1-2/+8
2022-08-23lisp: address the issues raised by coverity 249165Andrew Yourtchenko1-4/+12
2022-08-23rdma: fix coverity 249197Benoît Ganne1-2/+2
2022-08-23vppinfra: fix coverity 249217Andrew Yourtchenko1-1/+1
2022-08-23classify: fix coverity 249223Andrew Yourtchenko1-1/+1
2022-08-19nat: simplify per-protocol code by using an arrayJon Loeliger4-243/+158
2022-08-19vlib: memory leak in vlib_register_errors on create and delete interfaceSteven Luong1-0/+1
2022-08-19ipsec: enable UDP encap for IPv6 ESP tun protectMatthew Smith9-51/+101
2022-08-18unittest: fix coverity 274736Andrew Yourtchenko1-0/+1
2022-08-18wireguard: fix error type for crypto backendBenoît Ganne1-1/+1
2022-08-18wireguard: fix ipv6 handshake packetBenoît Ganne1-3/+1
2022-08-18vppinfra: correct clib_bitmap_set() return commentJon Loeliger1-1/+1
2022-08-18nat: Replace port refcounts with simple bitvectorsJon Loeliger2-17/+80
2022-08-18dns: fix coverity 249189, 249198Andrew Yourtchenko1-2/+2
2022-08-18nsh: fix coverity 249169Andrew Yourtchenko1-1/+1
2022-08-18ip-neighbor: Declarative .api counters.Neale Ranns4-56/+109
2022-08-18ip: Use .api declarative counters for ICMP.Neale Ranns6-85/+247
2022-08-18ikev2: accept key exchange on CREATE_CHILD_SAAtzm Watanabe2-63/+126
2022-08-18ikev2: fix possible SEGVAtzm Watanabe1-3/+3
2022-08-17svm: fix coverity 249207,249209Andrew Yourtchenko1-2/+2
2022-08-17vlib: fix coverity 274744Andrew Yourtchenko1-1/+4
2022-08-17vlib: fix coverity 274750Andrew Yourtchenko1-1/+4
2022-08-17memif: crash on recceiving a bad descriptorSteven Luong1-1/+1
2022-08-17wireguard: fix fib entry trackingAlexander Chernavin2-53/+35
2022-08-17fib: support "midchain delegate" removalAlexander Chernavin2-0/+31
2022-08-16nat: fix potential out-of-bound worker array indexJing Peng3-24/+36
2022-08-14vrrp: fix SIGABRT crash by ASSERT() when deleting vrrp vr(MASTER state)luoyaozu1-0/+1
2022-08-12http_static: validate session before sendingFlorin Coras1-0/+2