Age | Commit message (Expand) | Author | Files | Lines |
2019-09-30 | papi: let async calls return context | Vratko Polak | 1 | -1/+6 |
2019-09-30 | ikev2: fix crash during IKE SA Init exchange | Filip Tehlar | 1 | -6/+1 |
2019-09-30 | quic: fix server opening stream immediately | Aloys Augustin | 2 | -4/+19 |
2019-09-30 | build: fix unsupported CMake comparison operation | jialv01 | 1 | -1/+1 |
2019-09-30 | stats: add /if/<n>/<n>/state for lacp interface state | Steven Luong | 4 | -3/+107 |
2019-09-30 | stats: fix per_worker vector rate heap | Ole Troan | 1 | -3/+7 |
2019-09-30 | lb: vpp hang when executing "lb flush" commands with more parameters. | Hongjun Ni | 1 | -0/+6 |
2019-09-30 | build: fix running error with vmxnet3_test_plugin.so | jialv01 | 1 | -10/+4 |
2019-09-30 | session: improve cli | Florin Coras | 7 | -148/+348 |
2019-09-29 | tcp: use rate sample rtt in recovery if possible | Florin Coras | 1 | -6/+14 |
2019-09-29 | tcp: cleanup scoreboard after recovery | Florin Coras | 1 | -0/+7 |
2019-09-29 | tcp: handle sack reneging | Florin Coras | 4 | -135/+203 |
2019-09-29 | tcp: enable gso in tcp hoststack | Simon Zhang | 6 | -3/+89 |
2019-09-29 | tcp: cc algos handle cwnd on congestion signal | Florin Coras | 3 | -12/+11 |
2019-09-29 | tcp: send rwnd update only if wnd is large enough | Florin Coras | 3 | -7/+15 |
2019-09-29 | tcp: force zero window on full rx fifo | Florin Coras | 1 | -1/+4 |
2019-09-29 | tcp: validate connections in output | Florin Coras | 1 | -9/+46 |
2019-09-29 | ethernet: move dmac filtering to inline function | Matthew Smith | 1 | -56/+63 |
2019-09-29 | session: avoid bihash list for session tables | Florin Coras | 1 | -12/+38 |
2019-09-29 | gbp: fix set_mac() in unit tests | Benoît Ganne | 1 | -6/+2 |
2019-09-29 | tcp: fix rx min/max fifo size parsing | Florin Coras | 1 | -13/+14 |
2019-09-29 | tcp: improve mss computation | Florin Coras | 3 | -43/+48 |
2019-09-29 | session : make sure session layer is enabled when cli operate the sessions. | Guanghua Zhang | 1 | -0/+4 |
2019-09-28 | quic: disable quic plugin by default | Aloys Augustin | 2 | -0/+5 |
2019-09-28 | ipsec ip tcp l2: multiarch nodes cannot be declared as static | Damjan Marion | 9 | -15/+16 |
2019-09-28 | session: move svm_fifo_clear_deq_ntf to before calling the app callback | Vladimir Kropylev | 1 | -2/+2 |
2019-09-28 | devices: fix issue of per_interface_next_index | Michael Yu | 1 | -3/+4 |
2019-09-28 | tcp: track zero rwnd errors | Florin Coras | 2 | -1/+9 |
2019-09-27 | ip: remove unused function parameter | Simon Zhang | 9 | -24/+15 |
2019-09-27 | lacp: continuing input packet trace from device driver | Steven Luong | 1 | -5/+2 |
2019-09-27 | svm: fix fifo hdr freelist allocation | Florin Coras | 3 | -1/+7 |
2019-09-27 | hsa: clean up vpp_echo json output | Dave Wallace | 1 | -11/+13 |
2019-09-27 | quic: enable stable quic tests | Dave Wallace | 1 | -5/+0 |
2019-09-27 | avf: reduce default ITR interval | Damjan Marion | 1 | -1/+1 |
2019-09-27 | tap: fix tap interface not working on Arm issue | Lijian.Zhang | 3 | -2/+13 |
2019-09-26 | stats: memory leak with per-node-counters on | Ole Troan | 1 | -0/+3 |
2019-09-26 | vppapitrace: add text output | Ole Troan | 1 | -8/+65 |
2019-09-25 | misc: improve pcap drop trace output | Dave Barach | 1 | -0/+54 |
2019-09-25 | misc: unify pcap rx / tx / drop trace | Dave Barach | 5 | -231/+161 |
2019-09-25 | interface: fix pcap drop trace in case of vlan | Benoît Ganne | 1 | -1/+12 |
2019-09-25 | misc: classifier-based packet trace filter | Dave Barach | 9 | -7/+450 |
2019-09-25 | interface: use the correct condition for checking if the pcap fd is open | Andrew Yourtchenko | 4 | -4/+4 |
2019-09-25 | interface: fix pcap_write function | Andrew Yourtchenko | 3 | -4/+6 |
2019-09-25 | hsa: fix http response | Benoît Ganne | 1 | -1/+1 |
2019-09-25 | ipsec: Fix NULL encryption algorithm | Neale Ranns | 2 | -1/+9 |
2019-09-25 | rdma: fix pending packets check on tx | Benoît Ganne | 1 | -1/+1 |
2019-09-25 | rdma: use rings for buffers management | Benoît Ganne | 5 | -203/+243 |
2019-09-25 | quic: Fix listener vpp_session_handle | Nathan Skrzypczak | 1 | -0/+1 |
2019-09-25 | avf: print queue id in packet trace | Damjan Marion | 3 | -4/+6 |
2019-09-25 | lacp: mark is_mp_safe for show and dump binary API | Steven Luong | 2 | -0/+5 |