aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-07-15ipsec: rewind missing from dual loopNeale Ranns1-4/+9
2019-07-15interface: fix issue that pcap rx/tx trace not available when there are worke...Wei CHEN2-8/+10
2019-07-15session: allow transports to generate closed notificationsFlorin Coras6-27/+44
2019-07-14api: add DSCP definitions to ip_types.apiPaul Vinciguerra1-0/+46
2019-07-12quic: fix show session verboseAloys Augustin2-4/+5
2019-07-12tls quic: reduce default segment sizesAloys Augustin1-1/+1
2019-07-12session: add thread index to all formattersAloys Augustin5-2/+9
2019-07-12ipsec: drop outbound ESP when no crypto alg setMatthew Smith4-5/+162
2019-07-12ip: Trace the packet from the punt nodeNeale Ranns1-7/+14
2019-07-12ipsec: Reference count the SAsNeale Ranns9-166/+155
2019-07-12ip ipsec: Remove IPSec SPI-0 punt reasonNeale Ranns5-31/+31
2019-07-12syslog: fix syslog structured data formattingBenoît Ganne1-1/+1
2019-07-11ip: Punt node does not free iovecsNeale Ranns3-11/+22
2019-07-11ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify"Neale Ranns5-27/+26
2019-07-11ipsec: Revert "IPSEC: remove double byte swap of IP addresses"Neale Ranns1-10/+18
2019-07-10tcp: improve rate estimateFlorin Coras2-9/+22
2019-07-10ip: fix show ip neigh vector read overflowBenoît Ganne3-38/+30
2019-07-10misc: fix buffer issue in geneve_inputZhiyong Yang1-10/+8
2019-07-10fib: fib_entry_flags_update takes a vector of pathsNeale Ranns1-5/+1
2019-07-09session: notify app of session and transport cleanupFlorin Coras5-3/+39
2019-07-09udp: UDPC handle open failNathan Skrzypczak1-6/+9
2019-07-09tcp: remove warning for multi-seg scnario.Simon Zhang1-1/+0
2019-07-09fib: fix urpf_itfs vector overflowBenoît Ganne1-45/+16
2019-07-09tcp: track last lost bytes in sack sbFlorin Coras2-3/+10
2019-07-09vppinfra: allocate bihash virtual space on demandDave Barach3-0/+6
2019-07-08map gbp papi: match endianess of f64Paul Vinciguerra1-2/+2
2019-07-08ip: retain local interface address adjacencyMatthew Smith1-6/+24
2019-07-08session: add flag to disable session lookupNathan Skrzypczak5-5/+15
2019-07-08session: target app.fib_index in unbind_uriNathan Skrzypczak1-3/+6
2019-07-05vxlan-gbp: Decap ignores reserved bitsNeale Ranns2-18/+22
2019-07-05ethernet: ARP disabled nodeNeale Ranns1-15/+106
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras21-8539/+56
2019-07-05tcp: timestamp adjustmentVladimir Kropylev3-3/+14
2019-07-05tcp: add cc algo start tx eventFlorin Coras2-0/+16
2019-07-05tcp: add cc algo undo recovery notificationFlorin Coras2-18/+23
2019-07-05tcp: add loss signal to cc algoFlorin Coras5-26/+62
2019-07-03vxlan-gpe: simplify counter codeZhiyong Yang1-22/+10
2019-07-03misc: fix coverity warningsDave Barach1-0/+5
2019-07-03quic: fifo notifications fixAloys Augustin1-0/+1
2019-07-03fib: allow route delete with no paths and multipath=0 to remove theNeale Ranns4-50/+55
2019-07-02gbp: add anonymous l3-out external interfacesBenoît Ganne2-0/+2
2019-07-02fib: Coverity fix to remove dead codeNeale Ranns1-2/+0
2019-07-02lisp: init locator probed field in parserFlorin Coras1-0/+1
2019-07-02ip: check all fib src for a connected dst entryBenoît Ganne1-25/+53
2019-07-01ip: fix ip lookup for armFlorin Coras1-27/+10
2019-06-29pg: format_pg_input_trace - reorder fieldsPaul Vinciguerra1-1/+1
2019-06-29devices: virtio pci leaking spinlockSteven Luong1-0/+1
2019-06-29svm: rename fifo tx notifications to reflect useFlorin Coras2-3/+3
2019-06-28interface: fixes for buliding for 32bit targetsVijayabhaskar Katamreddy1-1/+1
2019-06-28ip: ip-lookup - remove the dead codeNeale Ranns2-65/+27