aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-06vppinfra: fix typo in tw_timer_template.cDave Barach1-1/+1
2020-02-06vppinfra: preserve total_cpu_time across clock freq adjustmentDave Barach2-4/+17
2020-02-06pmalloc: always lock pagesDamjan Marion1-25/+11
2020-02-06lb: lb_add_del_vip and lb_add_del_as doesn't work.Hongjun Ni2-4/+14
2020-02-06vlib: autogenerate <node> before <last-in-arc> constraintsDave Barach4-1/+25
2020-02-06ikev2: fix memory leak in child SAFilip Tehlar1-16/+15
2020-02-06api: configurable binary api client rx pthread fcnDave Barach2-19/+39
2020-02-06session: extra checks in session validationSrikanth Akula3-15/+29
2020-02-06virtio: feature arc have higher priority than redirectDamjan Marion1-3/+4
2020-02-06tcp: improve lost rxt heuristicFlorin Coras3-34/+55
2020-02-06session: re-set tx fifo event if out of buffersFlorin Coras1-1/+2
2020-02-06lacp: add actor steady state check prior to skip processing lacp pduSteven Luong4-51/+48
2020-01-29fib: refresh adj pointer after fib_walk_sync due to possible reallocSteven Luong2-0/+20
2020-01-29devices: vhost: fix data offset on inputBenoît Ganne1-11/+1
2020-01-29bfd: reset peer discriminator on timeoutKlement Sekera1-0/+13
2020-01-28bonding: Add GSO supportSteven Luong2-2/+21
2020-01-28bonding: process lacp when bond is admin downMatthew Smith1-1/+0
2020-01-28fib: Reload the adj after possible realloc (VPP-1822)Neale Ranns1-0/+1
2020-01-23api: mark api_trace_command_fn thread-safeDave Barach1-1/+20
2020-01-22fib: Adjacency realloc during rewrite update walk (VPP-1822)Neale Ranns1-4/+4
2020-01-20fib: FIB crash removing labelled route (VPP-1818)Neale Ranns1-7/+12
2020-01-08l2: fix MAC learn counter update on adding MAC entryJohn Lo1-1/+1
2020-01-04bonding: drop traffic on backup interface for active-backup modeSteven Luong1-1/+12
2020-01-02gso: fix the number of buffers required for segmentationMohsin Kazmi1-1/+2
2020-01-01fib: Adjacency walk fix for IPv6Neale Ranns1-1/+1
2019-12-21vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji4-0/+31
2019-12-20api: fix dead client scan heap issueNathan Skrzypczak1-0/+4
2019-12-05vxlan: fix vxlan hw offload issueChenmin Sun1-1/+3
2019-12-03tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-12-02ip: IP address and prefix types (moved from LISP)Neale Ranns20-483/+525
2019-12-02classify: debug cli %v not %sDave Barach1-2/+2
2019-12-01vcl: if the ldp user send buf with 0 len, it will assert failed.jiangxiaoming1-1/+1
2019-12-01dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-12-01virtio: fix use-after-freeBenoît Ganne1-1/+1
2019-11-28vlib: pci: fix non-NULL terminated C-stringBenoît Ganne1-2/+2
2019-11-28tcp: close session on retransmit failureFlorin Coras1-0/+1
2019-11-28interface: send proper link/admin status in eventAlexander Chernavin1-4/+5
2019-11-28vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64Carl Smith4-0/+51
2019-11-28vcl: fix nonblocking accept with >1 event in the queueCarl Smith1-3/+3
2019-11-28crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS]Lijian Zhang3-3/+4
2019-11-28svm: improve fifo segment verbose cliFlorin Coras2-9/+37
2019-11-28vcl: fix epoll connected events sidFlorin Coras1-2/+1
2019-11-28tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-28session tcp: refactor pacer timeFlorin Coras10-104/+81
2019-11-28tests: add cli_return_response to vpp_papi_providerDave Barach1-1/+6
2019-11-19ipsec: fix trailing data overflowFilip Tehlar1-23/+21
2019-11-19crypto: do not crash if no crypto engine loadedBenoît Ganne1-1/+1
2019-11-18session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-11-18fib: Copy the prefix before use in case the underlying entry reallocs.Neale Ranns3-6/+19
2019-11-18gtpu: check packet has enough data for gtpu headerBenoît Ganne2-106/+60