aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-14ip: extend punt CLI for exception packetsMohammed Hawari5-21/+101
2021-03-12interface: fix extra locking on fib/mfib tableDmitry Vakrhushev1-23/+17
2021-03-11session tls: deq notifications for custom txFlorin Coras2-0/+5
2021-03-11vlib: refactor node function variantsDamjan Marion2-23/+16
2021-03-11misc: remove cop API support (part 1)Dave Barach4-247/+1
2021-03-10session: check if fifo exists in cl bound notificationFlorin Coras1-1/+2
2021-03-10interface: fix interface-output and interface-tx multiarch selectionDamjan Marion3-38/+46
2021-03-09nat: fix dst nat thread issuesKlement Sekera1-2/+5
2021-03-08tcp: account for option alignment in initial snd_mssFlorin Coras1-2/+3
2021-03-07dispatch-trace: move dispatch trace pcap code to pluginDamjan Marion3-0/+41
2021-03-05fib: format function for adjacency flagsNeale Ranns2-0/+18
2021-03-05interface: move vnet_pcap_t to vnetDamjan Marion4-12/+33
2021-03-05l2: coverity woe in l2_rw_mod_entrySteven Luong1-3/+0
2021-03-05ipsec: Support async mode per-SANeale Ranns11-205/+232
2021-03-05ipsec: Submit fuller async framesNeale Ranns4-178/+146
2021-03-04crypto: add support for aes-ctr+sha-1 chainsBenoît Ganne1-16/+19
2021-03-04bonding: coverity woe in bond_dev_class fuctionSteven Luong1-5/+14
2021-03-03udp: allocate rx lock only for non-connectedFlorin Coras1-3/+7
2021-03-02classify: fix crash if no pcap filter has been configuredBenoît Ganne1-1/+2