aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-21tls: enable cert key pair setting for connectjiangxiaoming1-0/+1
2020-10-20ipsec: Stack the adj from the destination in the SA's TX tableNeale Ranns1-1/+1
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns13-151/+185
2020-10-19hsa: cleanup sock server testFlorin Coras1-1/+1
2020-10-19ipsec: Layout and prefetching of SA structNeale Ranns3-26/+44
2020-10-19virtio: fix compilation timeDamjan Marion1-30/+31
2020-10-19gso: add checksum validation in groMohsin Kazmi2-1/+23
2020-10-17tap: replaces strlen to vec_lenMohsin Kazmi1-4/+4
2020-10-16ipsec: fix instance, and cli del for new ipsec interfaceEric Kinzie2-4/+4
2020-10-15ethernet: fix Ethernet DMAC checksIvan Shvedunov1-7/+12
2020-10-14mpls: no per-MPLS-tunnel tx nodeNeale Ranns3-98/+161
2020-10-13tcp: fix bt acked_sacked on recoveryFlorin Coras1-2/+3