aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-08-20fix pcap_write functionJack Xu3-1/+8
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar5-188/+256
2019-08-20tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-08-19dns: handle multiple replies for single requestsDave Barach3-59/+121
2019-08-19ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-19session: add explicit reset apiFlorin Coras6-6/+72
2019-08-19tcp: set cc_algo on connection allocFlorin Coras3-6/+19
2019-08-19tcp: allow cc algos to set pacing rateFlorin Coras2-8/+15
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi2-0/+28
2019-08-17gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong3-26/+39
2019-08-16devices: vhost-user crashes displaying show trace for deleted interfaceSteven Luong1-6/+10
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-16gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi2-2/+0
2019-08-16ipsec: fix missed IPSEC_INTEG_ALG_MD5_96Dmitry Vakhrushev1-0/+5
2019-08-15dhcp: resolver process node index in main_tDave Barach4-5/+3
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo5-15/+1
2019-08-14tcp: extend protocol configurationFlorin 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-12ip: allow addrs from the same prefix on intfMatthew Smith4-101/+396
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-09session: allow closed transports to sendFlorin Coras1-4/+16
2019-08-09tls: mark as no lookup transportFlorin Coras2-1/+3
2019-08-09tls: handle transport resetFlorin Coras1-1/+6
2019-08-08api: vppapitrace JSON/API trace converterOle Troan1-1/+1
2019-08-08udp: fix rx event generationFlorin Coras1-6/+20
2019-08-08tcp: cleanup timersFlorin Coras4-142/+98
2019-08-08tls: fix close with dataFlorin Coras2-1/+20
2019-08-08tcp: fix zero rwnd sent checkFlorin Coras1-1/+1
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