aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-02-08ipsec: fix AES CBC IV generation (CVE-2022-46397)Benoît Ganne3-29/+65
2023-02-03session: fix out of bounds event memcpyFlorin Coras1-3/+1
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
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