aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-06ipsec: fix AES CBC IV generation (CVE-2022-46397)stable/2001Benoît Ganne2-5/+28
2020-07-29fib: IPv6 lookup data structure MP safe when prefixes change (VPP-1881)Neale Ranns4-15/+84
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-05-20bonding: fix the gso flagsMohsin Kazmi1-4/+10
2020-05-20gso: fix the gso segmentationMohsin Kazmi3-29/+39
2020-05-15interface: fix interface rx mode config APIJakub Grajciar1-2/+4
2020-05-07ipsec: Add/Del SA not MP safeNeale Ranns1-7/+0
2020-05-07vlib: add ASSERT to vlib_time_now(...)Dave Barach3-2/+10
2020-05-01bonding: Add GSO supportSteven Luong2-2/+21
2020-04-29virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-20build: building applications outside of vpp is missing header filesIJsbrand Wijnands1-0/+3
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach2-55/+51
2020-04-13ping: fix buffer allocator error handlingDave Barach1-0/+2
2020-04-13l2: handle complete clone fail in l2_floodDave Barach2-4/+10
2020-04-13misc: check return values from vlib_buffer_copy(...)Dave Barach8-4/+30
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns4-69/+48
2020-03-30vppinfra: fix typo in dlmalloc.cDave Barach1-1/+1
2020-03-30dhcp: update secondary radv_info structuresDave Barach3-27/+122
2020-03-30vppinfra: correct fixed pool header size calculationDave Barach1-3/+1
2020-03-30ip-neighbor: fix ip6_ra_cmdDave Barach1-10/+0
2020-03-27tap: fix the host mac addressMohsin Kazmi3-20/+11
2020-03-27tap: fix host mtu configuration settingMohsin Kazmi1-12/+13
2020-03-27tap: fix the default parameter for num_rx_queuesMohsin Kazmi3-40/+53
2020-03-27tap: fix the numa/queue for buffersMohsin Kazmi1-1/+1
2020-03-27virtio: fix link up/down flagMohsin Kazmi1-3/+9
2020-03-27virtio: fix the out of order descriptors in txMohsin Kazmi4-8/+102
2020-03-25classify: fix pcap filter set initFlorin Coras1-4/+2
2020-03-25ip: Adding IP tables is no MP safeNeale Ranns1-2/+0
2020-03-17nat: in2out/out2in handoff node index bugfixElias Rudberg1-2/+2
2020-03-16vppapigen: fix options representationOle Troan1-1/+1
2020-03-11rdma: fix bug related to ring bufferElias Rudberg1-2/+2
2020-03-10dpdk: TSO does not work for Cisco VICSteven Luong1-0/+11
2020-03-10avf: Handle chain buffer in TX properlySteven Luong2-7/+140
2020-03-10ip6: fix l4 checksum with hop-by-hop headerMatthew Smith1-13/+23
2020-02-19fib: adjacency midchain teardown (VPP-1841)Neale Ranns3-5/+40
2020-02-18fib: fib path realloc during midchain stackNeale Ranns1-9/+13
2020-02-14fib: Fix some more realloc errorsNeale Ranns5-55/+34
2020-02-13classify: fix "show classify filter" debug CLIDave Barach1-3/+1
2020-02-12classify: pcap / packet trace debug CLI bugsDave Barach2-1/+5
2020-02-05ipsec: set l2_len for GRE-TEB tunnel decapJohn Lo1-0/+2
2020-02-05vppinfra: fix typo in tw_timer_template.cDave Barach1-1/+1
2020-02-05virtio: vhost gso is broken in some topologySteven Luong1-2/+8
2020-02-03fib: refresh adj pointer after fib_walk_sync due to possible reallocSteven Luong2-0/+13
2020-01-29devices: vhost: fix data offset on inputBenoît Ganne1-11/+1
2020-01-28session tcp: fix packet tracingFlorin Coras5-13/+15
2020-01-27fib: Reload the adj after possible realloc (VPP-1822)Neale Ranns1-0/+1
2020-01-27nsim: enable output scheduling on main threadDave Wallace2-2/+29
2020-01-27srv6-mobile: Update the documentSatoru Matsushima10-351/+248
2020-01-25session: fix node runtime in pre-input queue handlerFlorin Coras1-0/+1
2020-01-24api: mark api_trace_command_fn thread-safeDave Barach1-1/+20