aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-11-10tcp: fix test for trailing bytesFlorin Coras1-1/+1
2020-11-10sr: Show IPv6 address used as SRv6 Encaps sourceAhmed Abdelsalam2-0/+28
2020-11-10classify: fix classify filter trace del cli processingJon Loeliger1-35/+49
2020-11-10ip6-nd: fix memory leaksDave Barach1-11/+23
2020-11-09session: remove support for shm bapi attachmentFlorin Coras4-55/+30
2020-11-09session: delegate fifo ooo lookup init to transportsFlorin Coras4-4/+12
2020-11-09session: default to using memfd mq segmentsFlorin Coras1-0/+1
2020-11-09vlib: fix trace number accountingBenoît Ganne10-87/+108
2020-11-09tap: add function to set speedAlexander Chernavin2-1/+83
2020-11-09ipsec: fix unformat typesBenoît Ganne1-2/+2
2020-11-06ipsec: add support for tx-table-id in cli + exampleBenoît Ganne2-3/+17
2020-11-05tcp: avoid consuming trailing bytesFlorin Coras1-0/+4
2020-11-05tap: allow change of carrier state on hostMatthew Smith4-0/+45
2020-11-05virtio: misc optimizationsDamjan Marion1-35/+41
2020-11-05ip: fix doxygen doc for address add/del commandBenoît Ganne1-2/+2
2020-11-05virtio: move retry logic to outer functionDamjan Marion1-8/+9
2020-11-05feature: reset interface feature arc on interface deletionBenoît Ganne5-27/+65
2020-11-04session: fix ct server session thread indexFlorin Coras1-1/+2
2020-11-03session: reduce max session node frame sizeFlorin Coras2-4/+5
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns13-45/+428
2020-10-29session: fix ct cleanup before full establishementFlorin Coras1-1/+6
2020-10-29vcl session: minimize ct io eventsFlorin Coras1-8/+11
2020-10-29tap: fix the segvMohsin Kazmi1-2/+5
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns42-686/+922
2020-10-28virtio: fix the buffer array indexMohsin Kazmi1-1/+1
2020-10-27session: per worker state for ct sessionsFlorin Coras4-87/+131
2020-10-26virtio: improve the compile timeMohsin Kazmi1-36/+32
2020-10-26virtio: reduce the compile time for device.cMohsin Kazmi1-15/+19
2020-10-26tls: separate init from enableFlorin Coras1-29/+50
2020-10-26session: fix feature disableFlorin Coras3-2/+22
2020-10-26session: fix ct local listener session indexFlorin Coras1-0/+1
2020-10-26tcp: byte tracker fixRyujiro Shibuya1-1/+5
2020-10-26fib: API to extract any resolving interface rather than the one from theNeale Ranns3-1/+23
2020-10-24ipsec: remove pending nodeFan Zhang3-104/+127
2020-10-23tcp: remove snd_una_maxFlorin Coras7-22/+15
2020-10-23tcp: remove force retransmit timer updateFlorin Coras2-17/+8
2020-10-23tcp: remove delack time configFlorin Coras2-4/+0
2020-10-22virtio: checksum error reported for ip6 traffic with GSO enableSteven Luong2-11/+1
2020-10-22tcp: no send space in timer recoveryFlorin Coras1-1/+4
2020-10-22tap: fix the api for use of vec_lenMohsin Kazmi1-3/+8
2020-10-21tcp: updating time constans as timer tick changedRyujiro Shibuya2-15/+17
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-25/+19
2020-10-21ipsec: support for multipoint on ipsec interfacesNeale Ranns5-7/+64
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns6-6/+40
2020-10-21virtio: run process to send interrupts to input nodesMohsin Kazmi4-17/+112
2020-10-21ipsec: Add to the SA info directly in the bihashNeale Ranns5-81/+83
2020-10-21gso: remove dependency on tcp proto implementationFlorin Coras3-2/+2
2020-10-21virtio: improve input node performanceDamjan Marion1-13/+26
2020-10-21virtio: move lock and kick to outer functionDamjan Marion1-31/+28
2020-10-21misc: minimize dependencies on udp.hFlorin Coras31-279/+363