aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-12session: fix node runtime in pre-input queue handlerFlorin Coras1-0/+1
2020-08-12vcl: always report EPOLLHUP/EPOLLRDHUP on closeFlorin Coras1-4/+0
2020-08-12nsim: enable output scheduling on main threadDave Wallace2-2/+29
2020-08-12classify: fix pcap filter set initFlorin Coras1-4/+2
2020-08-12lb: fix that lb_add_del_vip and lb_add_del_as api doesn't work correctlyYulong Pei4-12/+18
2020-08-12sr: some fixes for SRv6 CLI/APIAhmed Abdelsalam2-4/+19
2020-08-12tcp: fix rxt delivered without sacksFlorin Coras1-1/+1
2020-08-12vcl: add rx event on epoll ctl if neededFlorin Coras2-2/+18
2020-08-12udp: fix ipv6 listen port registrationFlorin Coras1-1/+1
2020-08-12vppinfra: fixing compilation issues in 32-bitVijayabhaskar Katamreddy1-2/+3
2020-08-12build: Add missing version.h dependency in vnetChris Luke1-1/+1
2020-08-12tcp: fix tcp check tx offload issueSimon Zhang1-2/+6
2020-08-12tls: enable async node on demandYu Ping1-3/+1
2020-08-12ip6: during icmp to icmp6 translation truncate error messagesAlexander Chernavin1-2/+2
2020-08-12tcp: handle ack advancement with no holes and renegingFlorin Coras2-2/+36
2020-08-12dpdk: enforce max tx retriesBenoît Ganne1-0/+1
2020-08-12ct6: dst,src copy typoNeale Ranns1-1/+1
2020-08-12tls: enable TLS OpenSSL plugin works in 3.0.0Yu Ping1-0/+5
2020-08-12ip: avoid fib lookup for consecutive pkts having same source IPNitin Saxena1-5/+5
2020-08-12fib: leverage well-optimized clib_memcpyZhiyong Yang3-6/+6
2020-08-12session: remove io event dispatch dbg msgFlorin Coras1-4/+1
2020-08-12tcp: fix persist assertFlorin Coras1-4/+1
2020-08-12tcp: fix scoreboard assertFlorin Coras1-1/+1
2020-08-12tcp: fix last sacked with no holesFlorin Coras2-0/+46
2020-08-12vppinfra: retry socket connect on EAGAINFlorin Coras1-4/+6
2020-08-12svm: fix eventfd signal write error checkFlorin Coras1-2/+2
2020-08-12vlib: fix coverity warning / real bugDave Barach1-1/+1
2020-08-12tls: Make tls CPS test run for a quite long timeYu Ping1-3/+7
2020-08-12tcp: fix duplicate sack whith renegingFlorin Coras2-17/+108
2020-08-12tcp: fix rate samples for old acksFlorin Coras1-2/+24
2020-08-12svm: broadcast on raw dequeues and full ringsFlorin Coras3-7/+28
2020-08-12vcl: hold errno when calling LDBGhanlin1-1/+5
2020-08-12vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUThanlin1-0/+20
2020-08-12tcp: accept sack reneging as a cc eventFlorin Coras1-4/+4
2020-08-12interface: Prevent bad inner-dot1q any exact-match configurationJon Loeliger2-3/+13
2020-08-12build: use cmake build typesDamjan Marion1-8/+33
2020-08-12gtpu: Track the dst FIB entry instead of RR sourcing thatMiklos Tirpak1-9/+9
2020-08-12misc: don't os_exit(1) causing core on SIGINTChristian E. Hopps1-1/+5
2020-08-12pg: don't leak open files in packet-generatorChristian E. Hopps2-0/+4
2020-08-12vpp: fix .short_help for "ip virtual"Paul Vinciguerra1-1/+1
2020-08-12vxlan geneve gtpu: fix short helpPaul Vinciguerra5-5/+5
2020-08-12ip: cleanup punt socket cli helpPaul Vinciguerra1-11/+20
2020-08-12feature: add descriptive cli command output for 'set interface feature'Paul Vinciguerra1-7/+23
2020-08-12feature: add [verbose] to show features helpPaul Vinciguerra1-1/+1
2020-08-12vlib: fix startup-config-process stack overflowGordonNoonan1-0/+1
2020-08-12vlib: fix an issue with show pciVratko Polak1-1/+1
2020-08-12build: Allow to override build date with SOURCE_DATE_EPOCHBernhard M. Wiedemann1-3/+8
2020-08-12vlib: fix vector-as-C-string overflowBenoît Ganne2-3/+3
2020-08-12classify: forbid invalid match configBenoît Ganne1-0/+3
2020-08-12vppinfra: fix cpu flag string overflowBenoît Ganne1-7/+5