aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-10quic: fix clean stream closeAloys Augustin2-9/+26
2020-04-10udp: fix local node no port error counterFlorin Coras1-9/+6
2020-04-10virtio: fix gso and csum offload errors handlingMohsin Kazmi1-45/+82
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns4-69/+48
2020-04-10fib: fix adjacency cli command issueShivaShankarK1-3/+1
2020-04-09session: fix leak on accept fifo alloc failureFlorin Coras2-6/+15
2020-04-09tcp: avoid regrabing error node in input and outputFlorin Coras2-23/+16
2020-04-09tls: adopt picotls engine to new session scheduling mechanismSimon Zhang1-2/+2
2020-04-09session: update fifo slice on session migrationFlorin Coras5-24/+150
2020-04-09misc: add a nerd knob to skip a sysctl during the .deb installationAndrew Yourtchenko1-1/+5
2020-04-09udp: fix coverity warningFlorin Coras1-1/+1
2020-04-09bfd: always start timers with non-zero tick countsDave Barach1-0/+1
2020-04-09svm: use active fifo count in fifo testFlorin Coras1-12/+8
2020-04-09mpls: fix typo in error pathDave Barach1-10/+9
2020-04-09misc: fix error handling in punt_replicateDave Barach2-2/+8
2020-04-08udp: cleanup input nodeFlorin Coras7-177/+245
2020-04-08ping: fix buffer allocator error handlingDave Barach1-0/+2
2020-04-08misc: check return values from vlib_buffer_copy(...)Dave Barach8-4/+30
2020-04-08gbp: More reliable unit-testsNeale Ranns1-16/+16
2020-04-08nat: use correct data types for memory sizesKlement Sekera8-25/+25
2020-04-08virtio: fix the tcp/udp checksum offloadsMohsin Kazmi2-28/+0
2020-04-08ip: do not clear the locally-originated flagNeale Ranns2-16/+4
2020-04-08acl: fix unresolved symbol for format_fib_prefix in vat pluginNeale Ranns1-8/+8
2020-04-08nat: ED: global session LRU listKlement Sekera6-19/+110
2020-04-08nat: preallocate poolsKlement Sekera1-0/+3
2020-04-08sr: Fix the coverity issueTetsuya Murakami1-15/+5
2020-04-08session: alloc exact number of bufs for multi-seg deqsSimon Zhang2-7/+24
2020-04-07session: add more session errorsFlorin Coras3-21/+33
2020-04-07l2: handle complete clone fail in l2_floodDave Barach2-4/+10
2020-04-07nat: ED: port re-use algorithmKlement Sekera6-45/+196
2020-04-07vat: fix vat strncpy stringop-overflowRay Kinsella1-2/+1
2020-04-07nat: don't drop packet for expired sessionKlement Sekera3-6/+4
2020-04-07udp: move cli to separate fileFlorin Coras5-205/+230
2020-04-07tcp: fix conf mtu parsingFlorin Coras1-3/+3
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras4-37/+37
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras5-4/+45
2020-04-07ikev2: make liveness params configurableFilip Tehlar7-4/+130
2020-04-07sr: fix byte-order in steering APIIgnas Bacius1-2/+2
2020-04-07sr: Support uSID function.Tetsuya Murakami8-573/+816
2020-04-06vat: fix static analysis warningDave Barach1-2/+3
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras4-41/+73
2020-04-06session udp: shared local endpointsFlorin Coras10-42/+128
2020-04-06bonding: Add GSO supportSteven Luong2-2/+21
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra3-5/+8
2020-04-06ikev2: fix wrong index computationFilip Tehlar1-1/+1
2020-04-06ip: reassembly: don't set error if no errorKlement Sekera4-8/+12
2020-04-04misc: strcpy be goneDave Barach8-30/+30
2020-04-04session tls: support tls deschedulingFlorin Coras11-60/+101
2020-04-04session tls: improve app transports tx schedulingFlorin Coras7-35/+54
2020-04-04misc: sprintf be goneDave Barach14-195/+206