aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-15session: detach session from app on cleanupFlorin Coras1-1/+6
2020-04-15urpf: Allow locally generated packets on TXNeale Ranns2-6/+9
2020-04-15tcp: allow local port sharing if 5-tuple availableFlorin Coras1-1/+14
2020-04-15misc: refactor calc_checksumsDave Barach5-81/+64
2020-04-14vat: fix socket connectionDave Barach2-15/+18
2020-04-14session: avoid all session cleanup on unlistenFlorin Coras1-9/+7
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns19-616/+1653
2020-04-14ipsec: validate number of input sasMatthew Smith2-1/+9
2020-04-13session: remove ho with fifos supportFlorin Coras4-29/+5
2020-04-13buffers: configurable buffer fault injectorDave Barach7-0/+108
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach2-49/+42
2020-04-13session: cleanup debug codeFlorin Coras6-319/+363
2020-04-13session: adding debug eventsSrikanth Akula4-0/+231
2020-04-11tls: make ctx_write function return the length of enqueueSimon Zhang1-1/+1
2020-04-11fib: fix accessing empty dpo pool elementsShivaShankarK2-2/+8
2020-04-10udp: remove connected udp transport protoFlorin Coras7-77/+2
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