aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-10stats: name and error index client memory leakOle Troan3-27/+77
2020-08-09vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS actionSimon Zhang1-2/+4
2020-08-07vrrp: change init of vrrp key in VR lookupMatthew Smith1-5/+7
2020-08-06memif: wrong interface counter is incrementedSteven Luong1-2/+2
2020-08-06vppinfra: harmonize function namesDave Barach3-16/+16
2020-08-06misc: harmonize namesDave Barach39-256/+269
2020-08-05interface: add pcap trace data preallocationDave Barach2-4/+48
2020-08-04vcl: fix epoll timeoutFlorin Coras1-1/+1
2020-08-03tcp: improve timestamp rtt accuracyFlorin Coras6-43/+38
2020-08-03unittest: add clib_count_equal_u8/16/32/64 testsBenoît Ganne1-4/+100
2020-08-03vppinfra: fix clib_count_equal_u8/16/32/64 overflowBenoît Ganne1-47/+30
2020-07-31nsim: limit tx burst size and refactor input nodeFlorin Coras2-64/+30
2020-07-31nsim: basic reorder supportFlorin Coras6-388/+417
2020-07-31ip-neighbor: Allow to replace dynamic entryVladimir Isaev1-11/+13
2020-07-30tcp: process syn in fin-wait-2Florin Coras1-0/+1
2020-07-29feature: add vnet_feature_is_enabledDave Barach2-1/+60
2020-07-29hsa: fix handling active connection failures in the proxyIvan Shvedunov1-9/+16
2020-07-29tcp: fix skipping RSTs in SYN_SENT stateIvan Shvedunov1-0/+1
2020-07-29ipsec: fix cli uninitialized parametersBenoît Ganne1-15/+37
2020-07-29tcp: process syn in close-waitFlorin Coras1-0/+1
2020-07-28bonding: toggle bond admin state may cause hw link state to downSteven Luong1-1/+1
2020-07-28ip: svr: improve performance for non-fragmentsKlement Sekera1-0/+206
2020-07-28ip: fix punt cli to only consumes a line of inputBenoît Ganne1-4/+25
2020-07-28http_static: fix session cleanupFlorin Coras1-41/+30
2020-07-28hsa: fix http server session cleanupFlorin Coras1-36/+31
2020-07-28lisp: fix cli locator-set name null terminationFlorin Coras2-8/+4
2020-07-28lisp: fix lisp/one enable/disableFlorin Coras2-85/+67
2020-07-28sr: fix prefix_len type parsingBenoît Ganne1-1/+1
2020-07-28bonding lacp: replace slave string with memberSteven Luong24-1104/+1388
2020-07-28ikev2: fix session re-initiate after SA expiresFilip Tehlar2-1/+3
2020-07-28nat: limit resource consumption when out of portsKlement Sekera1-2/+7
2020-07-27tcp: fix tcp_connection_cleanup() with uninitialized elogIvan Shvedunov1-3/+7
2020-07-24lacp: fix vector overflowBenoît Ganne1-2/+2
2020-07-24interface: fix show/clear hardware-interfaces string overflowBenoît Ganne1-5/+19
2020-07-24pci: fix non NULL-terminated vector used as C string overflowBenoît Ganne1-4/+5
2020-07-24session: cleanup lookup table for rejected sessionFlorin Coras1-1/+4
2020-07-24tcp: fix synack elog crashFlorin Coras1-2/+3
2020-07-24ikev2: add SA dump APIjan_cavojsky5-6/+907
2020-07-24geneve: support geneve interface acting as a bviOle Troan4-32/+118
2020-07-23dpdk: device_id sorted order for cryptodevVladimir Ratnikov1-0/+16
2020-07-23feature: fix feature config data initialization overflowBenoît Ganne1-5/+10
2020-07-23acl: correct acl vat help messageLijian.Zhang1-2/+2
2020-07-23hsa: proxy session cleanup fixesFlorin Coras2-95/+188
2020-07-23vppinfra: add *_zero() vector inlinesDamjan Marion1-0/+9
2020-07-23tcp: track pending timersFlorin Coras6-42/+10
2020-07-23nat: fix port number selectionElias Rudberg2-6/+6
2020-07-23ikev2: add global message length checkBenoît Ganne1-96/+89
2020-07-23vppapigen: missing crcs in user-defined typesOle Troan2-3/+403
2020-07-22virtio: add the buffer allocation errorMohsin Kazmi1-7/+13
2020-07-21ipsec: Dedicated IPSec interface typeNeale Ranns8-19/+749