Age | Commit message (Expand) | Author | Files | Lines |
2019-08-30 | vcl: initialize ctrl_mq in workers |  Florin Coras | 2 | -1/+5 |
2019-08-30 | vcl: allow non-blocking connects |  Florin Coras | 4 | -17/+38 |
2019-08-30 | tcp: track zero rwnd errors |  Florin Coras | 2 | -1/+9 |
2019-08-30 | session : make sure session layer is enabled when cli operate the sessions. |  Guanghua Zhang | 1 | -0/+4 |
2019-08-29 | stats: null-terminate default socket name |  Benoît Ganne | 1 | -2/+2 |
2019-08-29 | lacp: continuing input packet trace from device driver |  Steven Luong | 1 | -5/+2 |
2019-08-29 | ip: remove unused function parameter |  Simon Zhang | 9 | -24/+15 |
2019-08-29 | lb: fix memcpy error issue |  Yulong Pei | 1 | -7/+3 |
2019-08-29 | svm: fix fifo hdr freelist allocation |  Florin Coras | 3 | -1/+7 |
2019-08-28 | bier: API cleanup |  Jakub Grajciar | 1 | -7/+7 |
2019-08-28 | hsa: clean up vpp_echo json output |  Dave Wallace | 1 | -11/+13 |
2019-08-28 | quic: enable stable quic tests |  Dave Wallace | 1 | -5/+0 |
2019-08-28 | lacp: mark is_mp_safe for show and dump binary API |  Steven Luong | 2 | -0/+5 |
2019-08-28 | acl: perform a sanity check of ACL rules before creating ACL |  Andrew Yourtchenko | 1 | -0/+81 |
2019-08-28 | session: fix unbind coverity warning |  Florin Coras | 1 | -0/+7 |
2019-08-28 | quic: Fix listener vpp_session_handle |  Nathan Skrzypczak | 1 | -0/+1 |
2019-08-27 | rdma: fix pending packets check on tx |  Benoît Ganne | 1 | -1/+1 |
2019-08-27 | ipsec: Add 'detail' option to 'sh ipsec sa' |  Neale Ranns | 1 | -4/+8 |
2019-08-27 | interface: Remove residual dpdk bonding code |  Steven Luong | 5 | -18/+4 |
2019-08-27 | session: move ctrl messages from bapi to mq |  Florin Coras | 14 | -273/+808 |
2019-08-27 | api: revert use string type for strings in memclnt.api |  Ole Troan | 10 | -93/+104 |
2019-08-27 | ipsec: Fix NULL encryption algorithm |  Neale Ranns | 2 | -1/+9 |
2019-08-27 | ip: reassembly: remove unnecessary code |  Klement Sekera | 2 | -6/+0 |
2019-08-27 | api: use string type for strings in memclnt.api |  Ole Troan | 10 | -104/+93 |
2019-08-26 | gso: fix segmentation when gso_size greater than vlib buffer size |  Mohsin Kazmi | 1 | -1/+4 |
2019-08-26 | ip: ip6_preflen_to_mask incorrect result for prefix len > 64 |  Andrew Yourtchenko | 1 | -0/+1 |
2019-08-26 | rdma: use rings for buffers management |  Benoît Ganne | 5 | -203/+243 |
2019-08-23 | tcp: fix byte tracker samples flush |  Florin Coras | 2 | -0/+14 |
2019-08-23 | vppapitrace: add text output |  Ole Troan | 1 | -8/+65 |
2019-08-22 | dns: fix trivial multi-thread deadlock |  Dave Barach | 3 | -12/+17 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test |  Dave Wallace | 33 | -0/+30164 |
2019-08-22 | dns: make the dns name resolver a plugin |  Dave Barach | 16 | -393/+767 |
2019-08-22 | avf: properly set irq queue masks |  Damjan Marion | 1 | -1/+2 |
2019-08-22 | nat: handoff traffic matching for dynamic NAT |  Filip Varga | 9 | -222/+493 |
2019-08-22 | ip: fix merge issue |  Klement Sekera | 1 | -2/+0 |
2019-08-22 | vlib: fix null pointer crash on strncmp |  Steven Luong | 1 | -2/+2 |
2019-08-22 | hsa: fix http response |  Benoît Ganne | 1 | -1/+1 |
2019-08-22 | sr: fix sr_set_encap_source reply |  Vratko Polak | 1 | -1/+1 |
2019-08-21 | vcl: fix ldp_set_app_name overflow |  Benoît Ganne | 1 | -5/+2 |
2019-08-21 | tcp: add option for always on event logging |  Florin Coras | 8 | -185/+371 |
2019-08-21 | avf: print queue id in packet trace |  Damjan Marion | 3 | -4/+6 |
2019-08-21 | dns: add basic functional "make test" case |  Dave Barach | 1 | -0/+4 |
2019-08-21 | dpdk: bump DPDK version to 19.08 |  Damjan Marion | 3 | -7/+4 |
2019-08-21 | avf: fix init when num_rx_queues > num_tx_queues |  Damjan Marion | 1 | -4/+4 |
2019-08-21 | tcp: default to debug disabled |  Florin Coras | 1 | -1/+1 |
2019-08-21 | misc: missing ntohl for bond_slave's custom dump |  Steven Luong | 1 | -2/+2 |
2019-08-20 | tls: Add C API for TLS openssl to set engine |  Ping Yu | 9 | -10/+436 |
2019-08-20 | vppapigen: remove support for legacy typedefs |  Paul Vinciguerra | 27 | -120/+53 |
2019-08-20 | ip: reassembly: send packet out on correct worker |  Klement Sekera | 2 | -92/+287 |
2019-08-20 | vlib: create unix runtime directory |  Ole Troan | 2 | -8/+29 |