aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-04-21vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask)Damjan Marion1-1/+1
2021-04-20tcp: req app deq notification on fifo fullFlorin Coras3-1/+33
2021-04-20crypto: support async handlers for 3des and md5Alexander Chernavin2-3/+12
2021-04-20ipsec: remove WITH_LIBSSL macrosDamjan Marion2-125/+3
2021-04-19ip: fix offload flags handlingAloys Augustin2-3/+5
2021-04-19interface: interface-output end node reworkDamjan Marion4-61/+77
2021-04-18ip: remove dead code from ip_csumDamjan Marion1-1/+0
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne3-135/+136
2021-04-15tcp: support for rate sample attr flagFlorin Coras2-1/+23
2021-04-14session: fix next node add on transport registrationFlorin Coras1-7/+2
2021-04-14misc: clang-12 supportDamjan Marion1-6/+2
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras11-26/+262
2021-04-14flow: The type of vni in VxLAN flow should be u32Chenmin Sun3-10/+8
2021-04-09dpdk: selection of cryptodev engine data-pathFan Zhang2-2/+4
2021-04-08devices: af_packet - use netlink to get/set mtuAloys Augustin3-23/+100
2021-04-07session: fix coverity warningFlorin Coras2-6/+6
2021-04-07crypto: fix ops flags in crypto sw schedulerBenoît Ganne1-0/+2
2021-04-06session: basic support for interrupt modeFlorin Coras4-4/+176
2021-04-05tcp: time infra improvementsFlorin Coras11-35/+68
2021-04-05vhost: Crash upon disconnectSteven Luong1-1/+1
2021-04-05ip6-nd: Solicitation reply only if target is our link-localNeale Ranns1-4/+9
2021-04-02ip-neighbor: suppress unsolicited clib_warning when sending garpSteven Luong2-5/+19
2021-04-01session: always clean rx mqs on app detachFlorin Coras1-4/+3
2021-04-01ip: extend show cmd of ip reassembly configurationAnton Nikolaev4-0/+16
2021-04-01fib: Move the adjacency midchain nodes into a separate fileNeale Ranns5-233/+251
2021-03-30session: interrupt mode for session node on main threadFlorin Coras1-15/+20
2021-03-30interface: fix coverityDamjan Marion1-2/+2
2021-03-29svm session vcl: per app rx message queuesFlorin Coras8-101/+496
2021-03-29tls: fix app_worker_connect_notify param erroryedg1-1/+1
2021-03-29tests: move vxlan tests to src/vnet/vxlan/testsDave Wallace6-0/+1464
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion4-126/+119
2021-03-26vlib: introduce vlib_get_elog_main()Damjan Marion2-4/+5
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion12-25/+28
2021-03-25svm: add producer wait functionFlorin Coras1-1/+1
2021-03-25stats: python vpp_stats rewrite to access stat segment directlyOle Troan1-5/+4
2021-03-24interface: do subif or feature arc work in interface-output only if neededDamjan Marion1-42/+61
2021-03-24virtio: improve compilation timeDamjan Marion1-64/+57
2021-03-23interface: simplify and optimize interface-output nodeDamjan Marion1-204/+121
2021-03-23vlib: add node adaptive mode flagFlorin Coras1-1/+12
2021-03-23interface: reduce duplicate code in the interface-output nodeDamjan Marion1-42/+41
2021-03-21gre: Multipoint GRE fixesNeale Ranns4-7/+86
2021-03-20tests: add support for worker awarenessKlement Sekera1-1/+1
2021-03-19vxlan: add tunnel cache to graph nodeJunfeng Wang5-27/+27
2021-03-19policer: Add CLI for all equivalent API functionsNeale Ranns1-6/+162
2021-03-19interface: add capabilities flagsMohsin Kazmi13-65/+121
2021-03-17session: fix populating chained buffersIvan Shvedunov1-3/+5
2021-03-16fib: Allow the creation of new source on the APINeale Ranns10-32/+486
2021-03-15ipsec: allow inbound non-tunnel SA through CLIMohammed Hawari1-6/+0
2021-03-15misc: finish removing deprecated cop APIDave Barach1-22/+0
2021-03-15tests: use socket transport instead of shared memoryOle Troan3-16/+79