aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-07devices: add cli support for checksum and gso disableMohsin Kazmi5-20/+29
2022-04-06devices: add cli support to disable qdisc bypassMohsin Kazmi5-12/+39
2022-04-06interface: unregister node counters on interface deleteDamjan Marion1-0/+2
2022-04-05tap: fix the coverity warningMohsin Kazmi1-1/+1
2022-04-05devices: remove redundant code af-packetMohsin Kazmi2-23/+3
2022-04-05devices: fix the received blocks countersMohsin Kazmi1-5/+4
2022-04-05devices: fix the coverity warnings for af-packet v3Mohsin Kazmi1-9/+14
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion26-43/+45
2022-04-04udp: use pool safe reallocsFlorin Coras3-81/+8
2022-04-04tcp: use safe realloc poolFlorin Coras1-3/+3
2022-04-04interface api: restore order of context valueVratko Polak1-1/+2
2022-04-04session: use session layer rpc for evts sent to mainFlorin Coras1-5/+9
2022-04-04devices: add multi-queue support for af-packetMohsin Kazmi6-270/+571
2022-04-04interface: read only one line in show hardwareVratko Polak1-9/+16
2022-04-01session: leverage new pool functions in safe reallocFlorin Coras3-54/+50
2022-03-31vlib: add support for workers syncFlorin Coras1-38/+2
2022-03-31session: fix coverity warningFlorin Coras1-0/+4
2022-03-31crypto: drop the frame if there is no handlerDastin Wilski1-0/+6
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan2-0/+8
2022-03-30ip: Reference count the enabling the punt featureNeale Ranns2-4/+14
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara6-64/+137
2022-03-29vnet: set frame overhead at interface registrationMatthew Smith1-2/+2
2022-03-28ip: add barrier sync, ip4_ply_pool expand caseVladislav Grishenko1-2/+14
2022-03-26session: simplify safe pool reallocFlorin Coras1-62/+42