aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-02-03ipsec: fix AES CBC IV generation (CVE-2022-46397)Benoît Ganne3-29/+65
2022-08-14ipfix-export: Fix frame leak in flow_report_process_send()Jon Loeliger1-1/+9
2022-06-29session: fix connected udp acceptsFlorin Coras1-0/+1
2022-06-28session quic: allow custom config of rx mqs seg sizeFlorin Coras1-2/+5
2022-06-03session: fix double free in CLIFilip Tehlar1-7/+2
2022-05-25docs: update spelling word list and fix typosDave Wallace1-5/+5
2022-05-24devices: add af-packet v3 apiMohsin Kazmi2-0/+114
2022-05-24flow: support generic flow and RSS action in vapiTing Xu4-3/+232
2022-05-23ip: reassembly - fixing stepping index in a better wayVijayabhaskar Katamreddy1-8/+8
2022-05-23ip: reassembly - adding custom reassembly nodeVijayabhaskar Katamreddy1-13/+75
2022-05-20virtio: use the internal hdr offsets of buffer metadata for offloadsMohsin Kazmi2-39/+23
2022-05-19api: refactor api data storageDamjan Marion8-25/+31
2022-05-19 ip: reassembly - pacing reassembly timeoutsVijayabhaskar Katamreddy1-4/+29
2022-05-19ip: reassembly - increasing the nbuckets for reassVijayabhaskar Katamreddy2-47/+84
2022-05-18ip: reassembly - increasing the nbuckets for reassVijayabhaskar Katamreddy2-2/+6
2022-05-17interface: fix overflow of link speed.Anton Nikolaev1-1/+1
2022-05-16ip: format table ids with %uNathan Skrzypczak1-2/+2
2022-05-16vlib: exec cli line-by-line processing and script updatesDamjan Marion1-5/+5
2022-05-14session: revert "fix session cli maybe parse wrong args if executed in files"Damjan Marion1-38/+27
2022-05-13vlib: process startup config exec scripts line by lineDamjan Marion1-1/+1
2022-05-13ip: reassembly - Fixing buffer leaks, corruptionVijayabhaskar Katamreddy1-50/+126
2022-05-10ip: reassembly: add documentationKlement Sekera1-0/+221
2022-05-10ip: fix buffer leaks in reassemblyKlement Sekera2-29/+32
2022-05-09vhost: memory leak upon deleting vhost-user interfaceSteven Luong1-3/+1
2022-05-08devices: fix crash on invalid interfaceGabriel Ganne1-2/+5
2022-05-06session: fix session cli maybe parse wrong args if executed in filesXiaoming Jiang1-29/+28
2022-05-05policer: output interface policerStanislav Zaikin5-24/+140
2022-05-05udp: remove buggy assert in udp encapBenoît Ganne1-2/+0
2022-05-04tls: free app session if connect notify refusedFlorin Coras1-2/+2
2022-05-04vhost: use_custom_mac set in create_vhost_user_if_v2Fahad Naeem1-0/+1
2022-05-03ipsec: support per next-header next-nodesBenoît Ganne3-36/+100
2022-05-02vapi: support api clients within vpp processOle Troan1-12/+16
2022-04-28session: fix coverity warningFlorin Coras1-1/+1
2022-04-26linux-cp: sync addr and neigh only for lcp interfacesStanislav Zaikin4-4/+8
2022-04-26flow: enable RSS queue group action for 5G enhancementTing Xu2-1/+22
2022-04-26session: export session counts to stats segmentFlorin Coras1-0/+40
2022-04-26stats: string vector and node collector improvementsDamjan Marion1-26/+12
2022-04-22session: fix ctrl evt rpc elt pool reallocFlorin Coras1-5/+10
2022-04-21session svm: fix mq producer wait on q and ringFlorin Coras2-7/+5
2022-04-19devices: remove redundant access in af-packet inputMohsin Kazmi1-5/+5
2022-04-18session: add support for listen proxiesFlorin Coras2-5/+27
2022-04-14ipsec: perf improvement of ipsec4_input_node using flow cacheZachary Leaf8-54/+311
2022-04-12ip: fix arc start in ip46-local for local mfib entriesAlexander Chernavin2-25/+25
2022-04-12tcp: limit persist segment size if window availableFlorin Coras1-1/+3
2022-04-11teib: use nexthop table idBenoît Ganne1-3/+0
2022-04-11interface: fix the offloadsMohsin Kazmi1-0/+2
2022-04-11tls: fix connected notifications with no app wrkFlorin Coras1-5/+9
2022-04-11devices: refactor fanout supportMohsin Kazmi3-27/+37
2022-04-08devices: fix the offset for af-packetMohsin Kazmi1-14/+7
2022-04-07tls http: run config fns after init onesFlorin Coras1-1/+1