aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-07dhcp: fix dhcpv6 client and dhcpv6 prefix delegationDave Barach3-37/+19
2020-08-07session: fix session_main_get_worker_if_validNathan Skrzypczak1-1/+1
2020-08-07session: fix transport proto unformatFlorin Coras2-7/+45
2020-08-07session: Fix out of order mqNathan Skrzypczak1-1/+2
2020-08-07session: session enable in multiworkerNathan Skrzypczak2-1/+18
2020-08-07session: fix app attach on errorNathan Skrzypczak1-3/+2
2020-08-07dhcp: fix proxy dhcpv6 size checkBenoƮt Ganne1-2/+3
2020-08-07ip: fix tracing of packet flagsKlement Sekera1-1/+1
2020-08-07papi: fix default handlingOle Troan2-36/+51
2020-08-07quic: Hotfix crypto context on migrateNathan Skrzypczak1-0/+17
2020-08-07quic: remove redundant function callsDave Wallace1-2/+0
2020-08-07quic: disable failing testFlorin Coras1-0/+1
2020-08-07quic: Add PICOTLS_INCLUDE_DIR var to CMakeLists.Mathias Raoul1-0/+6
2020-08-07misc: bond_create is broken for custom dump printSteven Luong1-2/+2
2020-08-07memif: 14 bytes extra overhead issue fixed.Mrityunjay Kumar1-2/+2
2020-08-07memif: fix zero-copy arg overwriteJakub Grajciar1-3/+0
2020-08-07gbp: More reliable unit-testsNeale Ranns1-16/+16
2020-08-06interface: add pcap trace data preallocationDave Barach2-5/+49
2020-07-21stats: memory leak in stat_validate_counter_vectorSteven Luong1-2/+10
2020-07-03interface: shmemioerror while getting name_filter argAleksander Djuric2-4/+7
2020-06-12fib: IPv6 lookup data structure MP safe when prefixes change (VPP-1881)Neale Ranns4-15/+84
2020-06-12ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2020-06-11api: fix vl_api_clnt_node process stack overflowChenmin Sun1-0/+1
2020-06-11vppinfra: refactor mpcap.hDave Barach3-89/+118
2020-05-29bonding: fix the gso flagsMohsin Kazmi1-4/+10
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-04-30ipsec: Add/Del SA not MP safeNeale Ranns1-7/+0
2020-04-30l2: l2_patch_main should not be staticVratko Polak1-1/+5
2020-04-29vlib: add ASSERT to vlib_time_now(...)Dave Barach3-2/+10
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach7-276/+441
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-10misc: check return values from vlib_buffer_copy(...)Dave Barach8-4/+30
2020-04-05virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-01api: ipsec: add missing IS_INBOUND flagChristian Hopps2-0/+6
2020-04-01misc: fix ip6_neighbor_cmdDave Barach1-10/+0
2020-03-30vppinfra: fix typo in dlmalloc.cDave Barach1-1/+1
2020-03-30vppinfra: correct fixed pool header size calculationDave Barach1-3/+1
2020-03-29papi: fix socket sendall callsVratko Polak1-4/+6
2020-03-27vppinfra: manual cherrypick timebase fixesDave Barach3-56/+150
2020-03-27virtio: fix link up/down flagMohsin Kazmi1-3/+9
2020-03-27virtio: fix the out of order descriptors in txMohsin Kazmi4-8/+103
2020-03-10rdma: fix bug related to ring bufferElias Rudberg1-2/+2
2020-03-09mpls: adjust mpls-frag size to account for mpls headerJohn Lo1-1/+1
2020-03-04tap: misc fixesMohsin Kazmi4-49/+64
2020-02-29dpdk: TSO does not work for Cisco VICSteven Luong1-0/+11
2020-02-27avf: Handle chain buffer in TX properlySteven Luong2-7/+140
2020-02-18mactime: remove unnecessary function declarationNeale Ranns1-2/+0
2020-02-18papi: harden socket handlingVratko Polak1-18/+24
2020-02-18papi: introduce read_blockingVratko Polak1-3/+29