aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-02-28session: consolidate port alloc logicFlorin Coras4-52/+36
2023-02-28tcp: add dispatch errors to countersFlorin Coras1-9/+10
2023-02-25tcp: fix error countersFilip Tehlar4-44/+43
2023-02-20session: track app session closesFlorin Coras2-2/+9
2023-02-16session: ignore zero length dgramsFlorin Coras1-1/+9
2023-02-10sr: support define src ipv6 per encap policyTakeru Hayasaka5-48/+313
2023-02-08session: accept lcl ip updates on cl sessionsFlorin Coras1-0/+2
2023-02-08ip6-nd: support dump/details for IPv6 RAAlexander Chernavin5-98/+470
2023-02-08ipsec: fix AES CBC IV generation (CVE-2022-46397)Benoît Ganne3-29/+65
2023-02-06ipsec: fix async crypto linked keys memory leakBenoît Ganne1-1/+6
2023-02-03session: fix out of bounds event memcpyFlorin Coras1-3/+1
2023-02-02ip: fix ip ACL tracesBenoît Ganne1-6/+9
2023-02-02policer: API policer selection by indexMaxime Peim8-257/+801
2023-02-02fib: keep AddressSanitizer happyBenoît Ganne1-3/+2
2023-02-01memif: improve error reportingDamjan Marion1-0/+2
2023-01-25api: pcap capture api updateMaxime Peim5-4/+115
2023-01-23vppapigen: enable codegen for stream message typesStanislav Zaikin1-18/+14
2023-01-19vxlan: convert vxlan to a pluginSteven Luong11-4194/+0
2023-01-19ip: add the missing offload checkMohsin Kazmi1-2/+2
2023-01-16ipsec: fix transpose local ip range position with remote ip range in fast pat...Piotr Bronowski2-13/+13
2023-01-11virtio: add option to bind interface to uio driverBenoît Ganne3-2/+32
2023-01-11sr: remove stale runs_afterNathan Skrzypczak1-1/+0
2023-01-10sr: fix compilation errorsGuillaume Solignac2-7/+9
2023-01-10udp: avoid listener cleanups with active opensFlorin Coras2-0/+15
2023-01-10session: avoid trying to send incomplete dgramFlorin Coras1-2/+3
2023-01-10udp: initialize gso_size on dgram enqueueFlorin Coras1-0/+1
2023-01-06session: avoid dgram dequeues with no transportFlorin Coras1-0/+5
2023-01-06bfd: fix ip address cli parsingBenoît Ganne1-51/+58
2022-12-23hsa: fix echo client workers initializationBenoît Ganne1-3/+3
2022-12-21af_packet: move to pluginMohsin Kazmi10-3546/+0
2022-12-20udp: fix tx handling of non-connected sessionsFlorin Coras2-27/+31
2022-12-16bfd: fix bfd udp error enum incompatibilityDmitry Valter2-4/+55
2022-12-16ipsec: new api for sa ips and ports updatesArthur de Kerhor5-0/+186
2022-12-15interface: fix format_vnet_interface_output_traceluoyaozu1-3/+2
2022-12-14vcl: enable gso for 'sendmsg' in LDP mode.Dou Chao3-8/+17
2022-12-09nat: fixed return values of enable/disable callFilip Varga1-1/+3
2022-12-07tcp: avoid retransmit head with no dataFlorin Coras1-1/+1
2022-12-07classify: increase metadata from 16- to 32-bitsBenoît Ganne2-9/+11
2022-12-02session: move connects to first workerFlorin Coras10-92/+70
2022-12-02vnet: fix trace flag copying in icmp4Klement Sekera1-1/+1
2022-12-02vhost: convert vhost device driver to a pluginSteven Luong8-6677/+0
2022-11-29udp: refactor port allocation and sharingFlorin Coras4-72/+28
2022-11-29session: transport endpt cleanup on owner threadFlorin Coras4-16/+83
2022-11-29ipsec: use correct reply messageVratko Polak2-1/+2
2022-11-28ipsec: remove redundant policy array in fast path spdPiotr Bronowski3-90/+178
2022-11-28udp: preallocate ports sparse vec mapFlorin Coras1-2/+80
2022-11-25interface: remove the pending interrupt from deleting interfaceMohsin Kazmi2-5/+16
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