aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-03tcp: replace tcp_time_now with tcp_time_now_usSteven Luong2-29/+30
2022-10-03sr: new messages created to return packet statistics in sr localsid detailsChinmayaAgarwal2-0/+98
2022-09-30fib: fix dpo-receive address in ip6-ll fibsVladislav Grishenko1-1/+6
2022-09-30udp: add udp encap source port entropy supportVladislav Grishenko7-36/+154
2022-09-29gso: clear the offload flags from segmented buffersMohsin Kazmi1-0/+1
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion1-18/+36
2022-09-27vnet: fix ip4 version and IHL checkDmitry Valter2-3/+11
2022-09-26api: replace print functions wth formatDamjan Marion2-15/+9
2022-09-23bfd: add tracing support to bfd-processKlement Sekera4-104/+160
2022-09-21ipsec: introduce fast path ipv6 inbound matchingPiotr Bronowski4-55/+197
2022-09-20fib: add cli support for explicit link typeBenoît Ganne1-0/+12
2022-09-20arp: check for manually added proxy-arp entriesBenoît Ganne1-1/+1
2022-09-19igmp: validate ip router alert option lengthVladislav Grishenko1-0/+5
2022-09-19build: install missing headersBenoît Ganne1-1/+6
2022-09-19teib: fix segv during failed deletion of entryMatthew Smith1-2/+1
2022-09-19arp: update error reason when checking for proxy-arpBenoît Ganne1-1/+0
2022-09-16virtio: add support for per queue packet counterMohsin Kazmi5-0/+28
2022-09-15vcl: add hugepage for vcl configure and svmJunfeng Wang4-2/+14
2022-09-15session: support dma optionMarvin Liu3-20/+257
2022-09-15ip-neighbor: fix debug log format outputluoyaozu1-4/+3
2022-09-14ip: show fib index in ip4 reassembly traceDamjan Marion1-28/+25
2022-09-14ipsec: make chacha20-poly1305 available via APIVladimir Ratnikov4-14/+27
2022-09-12ipsec: introduce fast path ipv4 inbound matchingPiotr Bronowski9-164/+628
2022-09-09fib: fix path copy function to deal with provided DPO in exclusive pathDamjan Marion1-0/+6
2022-09-09vlib: don't leak node frames on reforkDmitry Valter2-4/+3
2022-09-09fib: missing headersDamjan Marion1-0/+2
2022-09-05ip: fix punt socket overflowBenoît Ganne1-3/+6
2022-08-31ipsec: fix coverity 249212Andrew Yourtchenko1-2/+2
2022-08-31udp: store mss and sw_if_index to udp_connection_tSteven Luong4-4/+11
2022-08-31gso: zero-initialize gho structVladislav Grishenko2-0/+6