aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2022-11-24sr: srv6 path tracing apiJulian Klaiber4-0/+160
2022-11-23gso: add gso documentationMohsin Kazmi1-0/+154
2022-11-22policer: adding documentationMaxime Peim2-4/+231
2022-11-21ipsec: improve ipsec policy adding performanceXiaoming Jiang1-19/+15
2022-11-18ipsec: Failure at the start of the batch should not invalidate the rest of th...Neale Ranns1-1/+1
2022-11-15session: add transport main structureFlorin Coras1-39/+37
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-10http: support client connectFilip Tehlar1-0/+2
2022-11-09ip: fix unformat_ip_address forcing version to IP4 for some IP6 addressesAndrew Yourtchenko1-9/+10
2022-11-08policer: improvement show policer cli.Huawei LI1-3/+3
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-04classify: fix crash when update nonexistent classify table.Huawei LI1-1/+3
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-31tls: use safe pool reallocsFlorin Coras2-51/+7
2022-10-26session: add session event log for session stateSteven Luong5-35/+68
2022-10-25virtio: use current_data as l2_hdr_offsetMohsin Kazmi1-4/+2
2022-10-25devices: fix the l2 hdr offset in af_packet transmit sideMohsin Kazmi1-4/+2
2022-10-25udp: use new wrk context for connectionsFlorin Coras2-18/+19
2022-10-25udp: postpone cleanup of udp connectionsFlorin Coras2-2/+48
2022-10-24crypto: fix dead nn foreachDmitry Valter1-5/+5
2022-10-24gso: remove vxlan header include file dependencySteven Luong1-2/+3
2022-10-21devices: add support for af-packet v2Mohsin Kazmi7-186/+645
2022-10-20udp: support for disabling tx csumFlorin Coras5-4/+62
2022-10-20session: add session debug cliSteven Luong4-54/+176
2022-10-20virtio: fix the missing unlockMohsin Kazmi1-1/+2
2022-10-19udp: explicit udp output nodeFlorin Coras5-12/+283
2022-10-18session: pass sep.opaque to listen sessionMohammed Hawari1-0/+1
2022-10-17virtio: fix the tx side hdr offsetMohsin Kazmi1-11/+10
2022-10-17devices: fix the header offsets in af_packetMohsin Kazmi1-8/+18
2022-10-17gso: fix the metadata for gro packetsMohsin Kazmi1-0/+2
2022-10-17ip: fix the pseudo header checksumMohsin Kazmi1-4/+2
2022-10-16ip-neighbor: delete redundant help information in cli.Huawei LI1-12/+17
2022-10-13l2: coverity complains dead codesSteven Luong1-14/+11
2022-10-13session: make session code compile with SESSION_DEBUG enableSteven Luong2-2/+15
2022-10-12ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_nextDamjan Marion1-155/+144
2022-10-12ip: simpler and faster ip4_full_reass_drop_allDamjan Marion1-41/+19
2022-10-12misc: fix issues reported by clang-15Damjan Marion8-19/+7
2022-10-11l2: Add bridge_domain_add_del_v2 to l2 apiLaszlo Kiraly5-5/+136
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI5-16/+18
2022-10-07tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all filesSteven Luong1-0/+1
2022-10-07tcp: build image with TCP_DEBUG_ALWAYS via makeSteven Luong1-0/+4
2022-10-07fib: add fib_entry_get_path_list_for_sourceDamjan Marion2-0/+22
2022-10-06gso: set the header offsets in gro hdr fixupMohsin Kazmi1-0/+3
2022-10-06gso: fix the checksum for odd number of data bytesMohsin Kazmi1-0/+1
2022-10-05fib: only invoke adj delegate create callback on mcast adj createPeter Morrow1-2/+2
2022-10-05ip: reassembly - custom context instead of VRFMohammed Hawari2-40/+137
2022-10-05ip: reassembly - custom context of ipv6Mohammed Hawari2-26/+129