summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-09-02ip: ip6_preflen_to_mask incorrect result for prefix len > 64Andrew Yourtchenko1-0/+1
2019-09-02gso: fix segmentation when gso_size greater than vlib buffer sizeMohsin Kazmi1-1/+4
2019-08-23dns: cherry-pick 21444, 21468 from masterDave Barach9-4460/+0
2019-08-20devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-20tcp: default to debug disabledFlorin Coras1-1/+1
2019-08-20dns: handle multiple replies for single requestsDave Barach3-59/+121
2019-08-19dhcp: resolver process node index in main_tDave Barach4-5/+3
2019-08-19gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi2-0/+28
2019-08-18gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-17gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi2-2/+0
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo5-15/+1
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras5-133/+195
2019-08-13session: fix enqueue notification on 32bit systemsFlorin Coras1-3/+10
2019-08-13fib: add adj_midchain.h to the list of files to install in the include pathAlberto Compagno1-0/+1
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-12api: vppapitrace JSON/API trace converterOle Troan1-1/+1
2019-08-09tls: mark as no lookup transportFlorin Coras2-1/+3
2019-08-09udp: fix rx event generationFlorin Coras1-6/+20
2019-08-09session: allow closed transports to sendFlorin Coras1-4/+16
2019-08-09tls: handle transport resetFlorin Coras1-1/+6
2019-08-09tls: fix close with dataFlorin Coras2-1/+20
2019-08-09tcp: fix zero rwnd sent checkFlorin Coras1-1/+1
2019-08-09tcp: cleanup timersFlorin Coras4-142/+98
2019-08-08udp: fix connections moveAloys Augustin2-1/+32
2019-08-07interface: fix checksum flagsFlorin Coras1-0/+3
2019-08-07fib tests: IP multicast over GRENeale Ranns1-0/+1
2019-08-06udp: fix session migrate when not neededNathan Skrzypczak1-15/+21
2019-08-06ethernet: change to mark the CFI bit in the L2 header.Prashant Maheshwari1-3/+3
2019-08-05session: cache align transport base classFlorin Coras4-19/+20
2019-08-05vxlan: fix VXLANoIP6 checksum offload setupJohn Lo2-7/+6
2019-08-03ip: fix ip6/udp checksum for pkts using buffer chainingJohn Lo2-4/+15
2019-08-02devices: add null check after map_guest_mem callsSteven Luong1-2/+16
2019-08-02tcp: add more connection statsFlorin Coras4-6/+81
2019-08-02ethernet: fix ARP feature arc definitionDave Barach1-2/+9
2019-08-02ipsec: FIx feature orderingNeale Ranns2-4/+2
2019-08-02virtio: add the display information in virtio cliChenmin Sun2-2/+2
2019-08-01interface: fix pcap tx/rx trace cli handlingJohn Lo2-10/+5
2019-08-01session: session pool migration notificationFlorin Coras6-0/+43
2019-08-01ipsec: Redo the anit-replay check post decryptNeale Ranns2-0/+36
2019-08-01docs: Small fixes and orderingNathan Skrzypczak1-11/+10
2019-08-01vppinfra: refactor clib_rwlock_t to use single condition variablejaszha031-1/+0
2019-08-01ethernet: Fix node ordering on ARP feautre ARCNeale Ranns1-2/+13
2019-08-01tcp: honor snd_wnd in fast rxtFlorin Coras1-1/+4
2019-08-01qos: Uninitialised variable (coverity)Neale Ranns1-0/+3
2019-07-31api: add prefix matcher typedefPaul Vinciguerra1-0/+11
2019-07-31devices interface tests: vhosst GSO supportSteven Luong8-23/+296
2019-07-31qos: Store functionNeale Ranns6-6/+663
2019-07-31pg: clarify the text of error messageAndrew Yourtchenko1-1/+1
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha038-36/+26