aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-10-17fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-10-16misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps3-5/+13
2019-10-15ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
2019-10-14devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-10-14ip: MFIB CLI fix for parsing path flagsNeale Ranns2-3/+4
2019-10-11lisp: fix dangling references to bihash tablesDave Barach1-6/+26
2019-10-11session: fix use-after-freeBenoît Ganne4-4/+5
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A6-122/+194
2019-10-07ipsec: fix use-after-freeBenoît Ganne1-3/+7
2019-10-07bonding: fix non-null-terminated C-stringBenoît Ganne1-2/+8
2019-10-05bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-10-04session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-10-04ipsec: support 4o6 and 6o4 for tunnel protectNeale Ranns2-25/+31
2019-10-04misc: add vnet classify filter set supportDave Barach8-51/+228
2019-10-03session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-10-03session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-10-03ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8
2019-10-03classify: use vector code even when data is not alignedDamjan Marion2-203/+145
2019-10-03ip: respect buffer boundary when searching for ipv6 headersKlement Sekera5-59/+118
2019-10-03session: fix unbind coverity warningFlorin Coras1-0/+7
2019-10-03ipsec: add insecure option for format of SAChristian E. Hopps3-3/+9
2019-10-03udp: do not send received packets to error-dropAloys Augustin1-192/+173
2019-10-03session: fix cleanup in closing statesFlorin Coras2-3/+3
2019-10-03fib: fix some typos in fib/mtrieLijian.Zhang19-34/+34
2019-10-03ip: refactor reassemblyKlement Sekera10-829/+872
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion10-0/+10
2019-10-03classify: remove includes from classifier header fileDamjan Marion7-10/+7
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2
2019-10-02session: validate connection in session lookup delFlorin Coras1-1/+1
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras9-278/+337
2019-10-02ip: fix memory leak in ip_dump handlerMatthew Smith1-0/+2
2019-10-01session: avoid transport cleanup if previously deletedFlorin Coras1-2/+3
2019-09-30session: move ctrl messages from bapi to mqFlorin Coras9-106/+675
2019-09-30tcp: fix unformat cwnd multiplierFlorin Coras1-16/+18
2019-09-30fib: do not dump no-longer valid adjacenciesBenoît Ganne4-3/+23
2019-09-30session: fix msg freeing on errorNathan Skrzypczak2-13/+7
2019-09-30tcp: refactor congestion event handlingFlorin Coras1-40/+36
2019-09-30session: builtin app rx notifications regardless of stateFlorin Coras1-3/+5
2019-09-30tcp: compute snd time for rate sampleFlorin Coras2-6/+11
2019-09-30session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-30http_static: add dynamic GET / POST method hooksDave Barach1-3/+40
2019-09-30session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-30session: fix session filter rangeFlorin Coras1-1/+1
2019-09-30stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-2/+31
2019-09-30session: improve cliFlorin Coras6-145/+345
2019-09-29tcp: use rate sample rtt in recovery if possibleFlorin Coras1-6/+14
2019-09-29tcp: cleanup scoreboard after recoveryFlorin Coras1-0/+7
2019-09-29tcp: handle sack renegingFlorin Coras3-92/+126
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang6-3/+89
2019-09-29tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11