aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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-11linux-cp: FIB lookup for P2MP tunnel interfacesMatthew Smith1-4/+22
2022-08-10ikev2: do not accept rekey until old SA is deletedAtzm Watanabe2-14/+36
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 Ranns1-2/+6
2022-08-08wireguard: add dos mitigation supportAlexander Chernavin10-64/+224
2022-08-08ikev2: fix rekeying with multiple notify payloadsAtzm Watanabe1-5/+8
2022-08-04dpdk: enable interrupt support for vmxnet3BenoƮt Ganne1-0/+1
2022-08-04arping: validate am->interfaces before check addressGaoChX1-1/+2
2022-08-03wireguard: add processing of received cookie messagesAlexander Chernavin11-81/+308
2022-07-21linux-cp: fix endianess for autoendian methodsStanislav Zaikin1-9/+9
2022-07-19linux-cp: change namespace to netnsStanislav Zaikin2-33/+28
2022-07-19linux-cp: API downgrade due to namespace keywordMatthew Smith1-0/+5
2022-07-18dpdk: fix mlx5 dpdk init with no-multi-segTianyu Li1-1/+2
2022-07-12quic: fix coverity warningFlorin Coras1-1/+2
2022-07-12perfmon: add Arm event bundlesZachary Leaf9-0/+874
2022-07-12perfmon: enable perfmon plugin for ArmZachary Leaf11-35/+654
2022-07-12perfmon: make less arch dependentZachary Leaf8-101/+161
2022-07-11wireguard: fix coverity warningsArtem Glazychev1-8/+8
2022-07-08dpdk: add ID for 4xxx QAT VFMatthew Smith1-3/+5
2022-07-06misc: pass NULL instead of 0 for pointer in variadic functionsAndreas Schultz1-1/+1
2022-06-30vrrp: while delete vr can't delete multi virtual address.GaoChX1-1/+4
2022-06-29hsa: reduce number of preallocated vcl test server sessionsFlorin Coras2-1/+2
2022-06-29tests: add ipsec flow performance unit testPiotr Bronowski1-0/+309
2022-06-17quic:fix crash rx_fifo full or growfanxb1-0/+16
2022-06-10hsa: allow first segments larger than 4g for proxyFlorin Coras2-14/+5
2022-06-08wireguard: increment interface RX countersMatthew Smith1-0/+15
2022-06-05wireguard: fix crash by not sending arp via wg interfaceAlexander Chernavin2-1/+9
2022-06-03hsa: dealloc proxy fifos on right threadFlorin Coras2-1/+46
2022-06-03hsa: refactor proxy session lookup and cleanupFlorin Coras2-103/+52
2022-05-31nat: disable nat44-ei-in2out-output ttl checkAlexander Skorichenko1-3/+3
2022-05-23dpdk: fix update link stateAlexander Skorichenko1-18/+13
2022-05-23linux-cp: fix display of link_speedAnton Nikolaev1-1/+2
2022-05-19api: refactor api data storageDamjan Marion6-7/+8
2022-05-19ikev2: fix tunnel directionStanislav Zaikin1-4/+4
2022-05-17interface: fix overflow of link speed.Anton Nikolaev3-7/+12
2022-05-16acl: memory leak in acl_fa_session_cleaner_processSteven Luong1-0/+1
2022-05-16flowprobe: add api messages to obtain current stateAlexander Chernavin3-6/+383
2022-05-16vlib: exec cli line-by-line processing and script updatesDamjan Marion4-78/+78
2022-05-13dpdk: fix overflow in mtu arithmeticMohammed Hawari2-2/+2
2022-05-13flowprobe: add support for reporting on inbound packetsAlexander Chernavin7-91/+441
2022-05-12pnat: add support to wildcard IP Protocol field if not specifiedFahad Naeem4-4/+39
2022-05-11dpdk: clear the RTE_MEMPOOL_F_NON_IOMohammed Hawari1-0/+3
2022-05-10tests: replace pycodestyle with blackKlement Sekera18-709/+1061
2022-05-10nat: improve icmp type detection performanceKlement Sekera1-12/+10
2022-05-05rdma: two small improvements for rdma interfaceJieqiang Wang2-5/+5
2022-05-02vapi: support api clients within vpp processOle Troan2-1/+104