Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-09-25 | interface: Remove residual dpdk bonding code | Steven Luong | 5 | -18/+4 |
2019-09-25 | tcp: fix byte tracker samples flush | Florin Coras | 2 | -0/+14 |
2019-09-25 | ipsec: Add 'detail' option to 'sh ipsec sa' | Neale Ranns | 1 | -4/+8 |
2019-09-25 | ip: reassembly: remove unnecessary code | Klement Sekera | 2 | -6/+0 |
2019-09-25 | ip: fix merge issue | Klement Sekera | 1 | -2/+0 |
2019-09-25 | ip: reassembly: send packet out on correct worker | Klement Sekera | 2 | -92/+287 |
2019-09-25 | vlib: fix null pointer crash on strncmp | Steven Luong | 1 | -2/+2 |
2019-09-25 | lb: fix memcpy error issue | Yulong Pei | 1 | -7/+3 |
2019-09-24 | sr: fix sr_set_encap_source reply | Vratko Polak | 1 | -1/+1 |
2019-09-24 | hsa: move udp_echo to vpp_echo | Nathan Skrzypczak | 3 | -1262/+183 |
2019-09-24 | misc: missing ntohl for bond_slave's custom dump | Steven Luong | 1 | -2/+2 |
2019-09-24 | avf: fix init when num_rx_queues > num_tx_queues | Damjan Marion | 1 | -4/+4 |
2019-09-24 | tcp: add option for always on event logging | Florin Coras | 8 | -185/+371 |