aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-04-24nat: make usage of vnet_buffer2 transparentKlement Sekera1-0/+6
2020-04-24ip: reassembly: improve type safetyKlement Sekera4-30/+24
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns5-15/+20
2020-04-24virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-24ipsec: add input node bypass/discard functionalityShivaShankarK3-164/+263
2020-04-23session: fix session_table_get_or_allocAndreas Schultz1-8/+11
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns13-295/+626
2020-04-23ip-neighbor: Replace feature for the ip-neighbor data-baseNeale Ranns6-15/+145
2020-04-22tcp: avoid bt sample access after possible pool reallocFlorin Coras1-6/+6
2020-04-22ip: fix format functions for u8 address_familyNeale Ranns1-1/+1
2020-04-22lisp: switch to new timer wheel codeFlorin Coras3-15/+11
2020-04-22tcp: fix use-after-freeBenoît Ganne1-1/+5
2020-04-22session: multiple dgrams per dispatchFlorin Coras1-7/+50
2020-04-22gre: Optimise encap node for tunnel typesNeale Ranns3-9/+45
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi9-167/+682
2020-04-22ethernet: leverage vlib_buffer_get_currentZhiyong Yang1-4/+4
2020-04-22ethernet: put vlib_get_buffers togetherZhiyong Yang1-11/+6
2020-04-21vppinfra: bihash improvementsDave Barach1-6/+7
2020-04-20sr: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2020-04-20session: fix use-after-free in input nodeBenoît Ganne1-1/+2
2020-04-20session: avoid rx notifications on accepting sessionsFlorin Coras1-0/+5
2020-04-19session: fix half-open cleanupFlorin Coras1-3/+3
2020-04-17lisp: fix use-after-freeBenoît Ganne1-8/+8
2020-04-17tcp: cubic as default cc algorithmFlorin Coras1-1/+1
2020-04-17virtio: fix to use chained descriptors when missing indirect descriptorMohsin Kazmi2-7/+79
2020-04-17session tcp: track half open in app wrkFlorin Coras10-20/+164
2020-04-17tap: add initial support for tunMohsin Kazmi9-47/+190
2020-04-16fib: fix use-after-freeBenoît Ganne1-10/+11
2020-04-16ipsec: fix use-after-freeBenoît Ganne1-1/+1
2020-04-16bier: fix vector size confusing ASanBenoît Ganne1-1/+2
2020-04-16udp: fix buffer traceAndreas Schultz1-3/+2
2020-04-15pg: set vnet buffer flags in pg streamsDave Barach5-1/+40
2020-04-15session: detach session from app on cleanupFlorin Coras1-1/+6
2020-04-15urpf: Allow locally generated packets on TXNeale Ranns1-4/+0
2020-04-15tcp: allow local port sharing if 5-tuple availableFlorin Coras1-1/+14
2020-04-15misc: refactor calc_checksumsDave Barach5-81/+64
2020-04-14session: avoid all session cleanup on unlistenFlorin Coras1-9/+7
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns10-616/+118
2020-04-14ipsec: validate number of input sasMatthew Smith2-1/+9
2020-04-13session: remove ho with fifos supportFlorin Coras4-29/+5
2020-04-13session: cleanup debug codeFlorin Coras6-319/+363
2020-04-13session: adding debug eventsSrikanth Akula4-0/+231
2020-04-11fib: fix accessing empty dpo pool elementsShivaShankarK2-2/+8
2020-04-10udp: remove connected udp transport protoFlorin Coras4-67/+1
2020-04-10udp: fix local node no port error counterFlorin Coras1-9/+6
2020-04-10virtio: fix gso and csum offload errors handlingMohsin Kazmi1-45/+82
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns3-67/+45
2020-04-10fib: fix adjacency cli command issueShivaShankarK1-3/+1
2020-04-09session: fix leak on accept fifo alloc failureFlorin Coras2-6/+15
2020-04-09tcp: avoid regrabing error node in input and outputFlorin Coras2-23/+16