aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-08-18fib: Fix interpose source reactivateNeale Ranns1-0/+14
2020-08-18l2: L2/L3 mode swicth cleanup and l2-patch fixJohn Lo4-31/+16
2020-08-18misc: fix typo in set-ipfix-exporter CLI short_helpIgnas Bacius1-1/+1
2020-08-18sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo1-16/+10
2020-08-18tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-08-18ethernet: fix coverity warningDave Barach1-1/+1
2020-08-18misc: fix coverity warningsDave Barach1-1/+1
2020-08-13ip: reassembly: fix one possible use-after-freeGao Feng2-10/+11
2020-08-13devices: allow link state down with netlinkMatthew Smith1-1/+1
2020-08-13session: fix session_table_get_or_allocAndreas Schultz1-8/+11
2020-08-13tcp: avoid bt sample access after possible pool reallocFlorin Coras1-6/+6
2020-08-13tcp: fix use-after-freeBenoît Ganne1-1/+5
2020-08-13sr: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2020-08-13session: fix use-after-free in input nodeBenoît Ganne1-1/+2
2020-08-13session: avoid rx notifications on accepting sessionsFlorin Coras1-0/+5
2020-08-13lisp: fix use-after-freeBenoît Ganne1-8/+8
2020-08-13fib: fix use-after-freeBenoît Ganne1-10/+11
2020-08-13bier: fix vector size confusing ASanBenoît Ganne1-1/+2
2020-08-13session: detach session from app on cleanupFlorin Coras1-1/+6
2020-08-13fib: fix accessing empty dpo pool elementsShivaShankarK2-2/+8
2020-08-13udp: fix local node no port error counterFlorin Coras1-9/+6
2020-08-13fib: fix adjacency cli command issueShivaShankarK1-3/+1
2020-08-13misc: fix error handling in punt_replicateDave Barach1-0/+1
2020-08-13misc: sprintf be goneDave Barach3-23/+34
2020-08-13session: fix fifos displayAloys Augustin1-5/+2
2020-08-13udp: validate input data lengthFlorin Coras1-4/+7
2020-08-13ipsec: use id in ipsec_tunnel_protect_detailsMatthew Smith1-4/+6
2020-08-13session: fix coverity warningDave Barach1-1/+1
2020-08-13ip: Adding IP tables is no MP safeNeale Ranns1-2/+0
2020-08-13virtio: vhost gso checksum error when both indirect and mrg_rxbuf are offSteven Luong1-20/+19
2020-08-13ip: provide extern declaration for ip punt nodesJawahar Santosh Gundapaneni2-0/+2
2020-08-13tcp: count dupacks with no sacksFlorin Coras2-1/+3
2020-08-13ethernet: Copy only 6 bytes of mac address into a u64Jon Loeliger1-3/+3
2020-08-13udp: fix UDP socket byte order in lookupAndreas Schultz1-1/+2
2020-08-13fib: path flag FIB_API_PATH_TYPE_INTERFACE_RX not copied to clientIJsbrand Wijnands1-0/+4
2020-08-13vat: add ip api types parser definitionsJakub Grajciar1-2/+18
2020-08-12tcp: remove useless predictionSimon Zhang1-3/+1
2020-08-12fib: Uninitialised pad in the prefix (coverity warning)Neale Ranns1-0/+2
2020-08-12ipip: Unintialized return variable (coverity warning)Neale Ranns1-0/+1
2020-08-12ip: Unintialized variables in prefx setup (coverity warning)Neale Ranns2-0/+2
2020-08-12tcp: fix coverity warning in btFlorin Coras1-1/+1
2020-08-12lisp: fix coverity warningsFlorin Coras1-0/+1
2020-08-12fib: adjacency midchain teardown (VPP-1841)Neale Ranns3-5/+40
2020-08-12misc: fix coverity warningsDave Barach9-15/+18
2020-08-12tls: remove session lookup operation in TLSYu Ping1-2/+0
2020-08-12session: avoid scanning new io list under loadFlorin Coras2-21/+51
2020-08-12ip: fix ip-local errorsFlorin Coras3-3/+4
2020-08-12tcp: fix input error countersFlorin Coras1-17/+30
2020-08-12ipsec: fix AES-GCM block sizeDamjan Marion1-3/+6
2020-08-12ip6: fix l4 checksum with hop-by-hop headerMatthew Smith1-13/+23