aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-12-02vhost: convert vhost device driver to a pluginSteven Luong13-23/+345
2022-12-02avf: support generic flowTing Xu8-52/+638
2022-12-01wireguard: add atomic mutexGabriel Oginski3-2/+19
2022-11-30hsa: session rpc for echo client cli notificationsFlorin Coras1-7/+12
2022-11-30stats: add boot time in stats segmentOle Troan2-1/+5
2022-11-29udp: refactor port allocation and sharingFlorin Coras4-72/+28
2022-11-29session: transport endpt cleanup on owner threadFlorin Coras4-16/+83
2022-11-29wireguard: compute checksum for outer ipv6 headerArtem Glazychev2-2/+41
2022-11-29stats: fix the memory leak in stat_client.cAndrew Yourtchenko1-0/+2
2022-11-29rdma: fix for-loop initialization in scalar pathJieqiang Wang1-20/+35
2022-11-29ipsec: use correct reply messageVratko Polak2-1/+2
2022-11-28vapi: write enumflag types to vapi headersMatthew Smith2-0/+15
2022-11-28ipsec: remove redundant policy array in fast path spdPiotr Bronowski3-90/+178
2022-11-28udp: preallocate ports sparse vec mapFlorin Coras1-2/+80
2022-11-25interface: remove the pending interrupt from deleting interfaceMohsin Kazmi2-5/+16
2022-11-24sr: srv6 path tracing apiJulian Klaiber4-0/+160
2022-11-23gso: add gso documentationMohsin Kazmi1-0/+154
2022-11-23linux-cp: fix FIB_ENTRY_FLAG_ATTACHEDAlexander Skorichenko1-0/+10
2022-11-22policer: adding documentationMaxime Peim2-4/+231
2022-11-22acl: fix set acl-plugin cli unformat free.Huawei LI1-1/+2
2022-11-21ipsec: improve ipsec policy adding performanceXiaoming Jiang1-19/+15
2022-11-18tls: memory leak due to missing call to vnet_crypto_key_delSteven Luong1-1/+6
2022-11-18ipsec: Failure at the start of the batch should not invalidate the rest of th...Neale Ranns2-15/+25
2022-11-15session: add transport main structureFlorin Coras1-39/+37
2022-11-14crypto-ipsecmb: fix plugin crash in VirtualBoxMaros Ondrejicka2-1/+2
2022-11-11http: use safe pool reallocFlorin Coras1-1/+2
2022-11-11srtp: use safe pool reallocsFlorin Coras1-2/+5
2022-11-11session: safe pools for cut-through sessionsFlorin Coras1-1/+2
2022-11-10session: reduce safe pool expand rateFlorin Coras1-2/+1
2022-11-10linux-cp: fix lcp_itf_pair_create()'s memory leakluoyaozu1-0/+3
2022-11-10http: support client connectFilip Tehlar6-53/+981
2022-11-10nat: updating my maintainer email addressFilip Varga1-1/+1
2022-11-09sr: fix added for configuring vlan sub interface as iif interface in End.AD.F...ChinmayaAgarwal1-8/+0
2022-11-09acl: verify that src and dst have sane and same address familyAndrew Yourtchenko1-1/+5
2022-11-09ip: fix unformat_ip_address forcing version to IP4 for some IP6 addressesAndrew Yourtchenko2-18/+20
2022-11-08policer: improvement show policer cli.Huawei LI1-3/+3
2022-11-07prom: fix stats vector leakFlorin Coras1-0/+1
2022-11-07nat: fix per-vrf session bookkeepingJing Peng3-34/+26
2022-11-07nat: fix byte order error.Huawei LI1-6/+4
2022-11-06ip6-nd: set router flag on NA if appropriateMatthew Smith3-1/+19
2022-11-05ip6-nd: initialize radv_info->send_radv to 1Dave Barach1-0/+3
2022-11-05hsa: echo client crash when it fails to connect to remoteSteven Luong1-1/+1
2022-11-04classify: fix crash when update nonexistent classify table.Huawei LI1-1/+3
2022-11-04nat: cleanup of deprecated featuresFilip Varga3-296/+0
2022-11-03tls: crash in mbedtls due to ctx is already freeSteven Luong1-1/+0
2022-11-03misc: fix failing TestNs/TestHttpTps test in hstfMaros Ondrejicka1-1/+6
2022-11-03session: fix tx_fifo clear and incorrect bitmap invalidationDongya Zhang2-5/+12
2022-11-02sr: SRv6 Path Tracing Midpoint behaviourJulian Klaiber4-0/+196
2022-10-31quic: use safe pool reallocFlorin Coras1-1/+2
2022-10-31tls: use safe pool reallocsFlorin Coras5-56/+14