aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-07-31ip: Ensure reassembly runs before IPSec decrypt.Neale Ranns2-2/+6
2019-07-31fib: Add some path-list flags to its keyNeale Ranns2-1/+11
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns3-3/+5
2019-07-31ipsec: Typo in flag nameNeale Ranns1-1/+1
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha032-4/+2
2019-07-30tap: fix segv when host-if-name is not givenMohsin Kazmi1-8/+10
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha032-2/+4
2019-07-29session: fix vpp to app msg generationFlorin Coras2-66/+28
2019-07-28fib: add invalid source type and fix debug logBenoƮt Ganne3-19/+22
2019-07-28pg: add GSO supportMohsin Kazmi6-11/+109
2019-07-28sr: ipv6 segment routing header (srh) updateAhmed Abdelsalam4-1581/+18
2019-07-28sr: fix srv6 end.t behaviorAhmed Abdelsalam1-1/+2
2019-07-27session: define connection id lengthFlorin Coras2-7/+15
2019-07-26session: separate ctrl, new and old eventsFlorin Coras3-89/+88
2019-07-26tcp: count resets sentFlorin Coras2-0/+7
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras11-182/+210
2019-07-26dhcp ip: DSCP settings for transmitted DHCP packetsNeale Ranns12-18/+117
2019-07-26dhcp: send unicast and broadcast packets via the IP adjacencyNeale Ranns3-39/+53
2019-07-25misc: remove unnecessary cast in classifyZhiyong Yang2-24/+14
2019-07-25session: add transport deleted stateFlorin Coras4-11/+14