aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-10-03dhcp: API cleanupJakub Grajciar6-86/+116
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2
2019-10-02ethernet: dmac filter checks secondary mac addrsMatthew G Smith3-34/+186
2019-10-01session: fix use-after-freeBenoît Ganne4-4/+5
2019-10-01session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-09-30ipsec: fix use-after-freeBenoît Ganne1-3/+7
2019-09-30bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-09-30dhcp: dhcp6_ia_na_client_cp API cleanupJakub Grajciar1-3/+5
2019-09-30ip: svr: fix feature refcountsKlement Sekera2-14/+20
2019-09-30session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-09-30ipsec: add insecure option for format of SAChristian E. Hopps3-3/+9
2019-09-27ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns2-25/+31
2019-09-27session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-09-26misc: add vnet classify filter set supportDave Barach8-51/+228
2019-09-26ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8
2019-09-26ip: add shallow virtual reassembly functionalityKlement Sekera12-94/+2816
2019-09-26classify: use vector code even when data is not alignedDamjan Marion2-203/+145
2019-09-25devices: pipe API cleanupJakub Grajciar1-7/+9
2019-09-25ip: respect buffer boundary when searching for ipv6 headersKlement Sekera5-59/+118
2019-09-25udp: do not send received packets to error-dropAloys Augustin1-192/+173
2019-09-25session: validate connection in session lookup delFlorin Coras1-1/+1
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras9-278/+337
2019-09-25session: fix cleanup in closing statesFlorin Coras2-3/+3
2019-09-25api: split api generated filesOle Troan5-77/+33
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang19-34/+34
2019-09-25ip: refactor reassemblyKlement Sekera10-829/+872
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion10-0/+10
2019-09-24session: avoid transport cleanup if previously deletedFlorin Coras1-2/+3
2019-09-23misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach4-230/+152
2019-09-23tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko3-3/+3
2019-09-23api: add missing format_vl_api_ip[46]_address_with_prefix_tJakub Grajciar1-0/+12
2019-09-23fib: do not dump no-longer valid adjacenciesBenoît Ganne4-3/+23
2019-09-23ip: fix memory leak in ip_dump handlerMatthew Smith1-0/+2
2019-09-20session: fix msg freeing on errorNathan Skrzypczak2-13/+7
2019-09-20tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-20misc: classifier-based packet trace filterDave Barach8-8/+450
2019-09-20classify: remove includes from classifier header fileDamjan Marion7-10/+7
2019-09-20interface: fix pcap drop trace in case of vlanBenoît Ganne1-1/+12
2019-09-19session: builtin app rx notifications regardless of stateFlorin Coras1-3/+5
2019-09-19cop: API cleanupJakub Grajciar1-9/+10
2019-09-19api: split vl_api_prefix into twoOle Troan5-5/+27
2019-09-18tcp: compute snd time for rate sampleFlorin Coras2-6/+11
2019-09-17session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-16tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-16http_static: add dynamic GET / POST method hooksDave Barach1-3/+40
2019-09-16api: autogenerate api trace print/endianOle Troan9-10/+156
2019-09-13session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-12tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7