summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-04-15pg: set vnet buffer flags in pg streamsDave Barach5-1/+40
2020-04-15session: detach session from app on cleanupFlorin Coras1-1/+6
2020-04-15urpf: Allow locally generated packets on TXNeale Ranns1-4/+0
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-14session: avoid all session cleanup on unlistenFlorin Coras1-9/+7
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns10-616/+118
2020-04-14ipsec: validate number of input sasMatthew Smith2-1/+9
2020-04-13session: remove ho with fifos supportFlorin Coras4-29/+5
2020-04-13session: cleanup debug codeFlorin Coras6-319/+363
2020-04-13session: adding debug eventsSrikanth Akula4-0/+231
2020-04-11fib: fix accessing empty dpo pool elementsShivaShankarK2-2/+8
2020-04-10udp: remove connected udp transport protoFlorin Coras4-67/+1
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 Ranns3-67/+45
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-09session: update fifo slice on session migrationFlorin Coras3-10/+71
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-09mpls: fix typo in error pathDave Barach1-10/+9
2020-04-09misc: fix error handling in punt_replicateDave Barach1-0/+1
2020-04-08udp: cleanup input nodeFlorin Coras6-175/+243
2020-04-08misc: check return values from vlib_buffer_copy(...)Dave Barach1-0/+3
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-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 Barach1-2/+8
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 Coras4-3/+45
2020-04-07sr: fix byte-order in steering APIIgnas Bacius1-2/+2
2020-04-07sr: Support uSID function.Tetsuya Murakami3-12/+813
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras1-9/+7
2020-04-06session udp: shared local endpointsFlorin Coras8-40/+124
2020-04-06bonding: Add GSO supportSteven Luong2-2/+21
2020-04-06ip: reassembly: don't set error if no errorKlement Sekera4-8/+12
2020-04-04session tls: support tls deschedulingFlorin Coras7-33/+58
2020-04-04session tls: improve app transports tx schedulingFlorin Coras4-18/+37
2020-04-04misc: sprintf be goneDave Barach1-3/+4
2020-04-03session: improve error reportingFlorin Coras18-117/+156
2020-04-03session: init port_proto_type asapFlorin Coras1-7/+11
2020-04-03session udp: fix transport flags and migrationFlorin Coras4-2/+9
2020-04-03session: remove obsolete apisFlorin Coras2-797/+36
2020-04-02tcp: explicit use of timer wheel in timer apisFlorin Coras6-171/+190