aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-11ip: only set rx_sw_if_index when connection found to avoid following crash li...Xiaoming Jiang1-5/+5
2022-08-11mpls: Use the .api for the definition of error/info countersNeale Ranns8-64/+111
2022-08-11ip: Use .api declared error countersNeale Ranns20-424/+678
2022-08-11ipsec: Use .api declared error countersNeale Ranns6-179/+336
2022-08-11arp: Use the new style error count declarationNeale Ranns4-133/+229
2022-08-11linux-cp: FIB lookup for P2MP tunnel interfacesMatthew Smith1-4/+22
2022-08-11tunnel: Fix API encoding of tunnel flagsNeale Ranns1-2/+7
2022-08-10ikev2: do not accept rekey until old SA is deletedAtzm Watanabe2-14/+36
2022-08-10bfd: Express node stats using the .api fileNeale Ranns2-59/+77
2022-08-10bfd: More descriptive error codes during packet receive handlingNeale Ranns3-59/+74
2022-08-09wireguard: add peers roaming supportAlexander Chernavin7-49/+187
2022-08-09wireguard: add handshake rate limiting supportAlexander Chernavin6-7/+178
2022-08-09ip-neighbor: ARP and ND stats per-interface.Neale Ranns13-53/+303
2022-08-09vnet: install reass headersMohammed Hawari1-0/+2