Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -0/+114 |
2019-08-21 | libmemif: introduce 'memif_per_thread_' namespace | Jakub Grajciar | 9 | -113/+1314 |
2019-08-21 | dpdk: bump DPDK version to 19.08 | Damjan Marion | 4 | -10/+6 |
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 | 4 | -96/+642 |
2019-08-20 | vlib: create unix runtime directory | Ole Troan | 2 | -8/+29 |
2019-08-20 | tests: support worker threads | Klement Sekera | 1 | -1/+4 |
2019-08-20 | fix pcap_write function | Jack Xu | 6 | -4/+13 |
2019-08-20 | api: Cleanup APIs interface.api | Jakub Grajciar | 27 | -392/+500 |
2019-08-20 | tcp: forward conn resets through tcp-output | Florin Coras | 1 | -32/+20 |
2019-08-20 | tests: Revert "Tests: Example duplicate code refactoring." | Klement Sekera | 1 | -243/+277 |
2019-08-20 | vppapigen: remove python2 support | Paul Vinciguerra | 1 | -28/+30 |
2019-08-19 | dns: handle multiple replies for single requests | Dave Barach | 4 | -59/+126 |
2019-08-19 | hsa: move udp_echo to vpp_echo | Nathan Skrzypczak | 3 | -1262/+183 |
2019-08-19 | hsa: move tcp_echo to vpp_echo | Nathan Skrzypczak | 3 | -1420/+144 |
2019-08-19 | quic: fix rx_callback refactoring | Nathan Skrzypczak | 1 | -1/+1 |
2019-08-19 | vppapigen map: raise ValueError when fieldname is python keyword | Paul Vinciguerra | 3 | -6/+10 |
2019-08-19 | dpdk: fix ipsec coverity warning | Matthew Smith | 1 | -2/+4 |
2019-08-19 | vlib: fix vlib_buffer_main_init_numa_node memory leak. | Guanghua Zhang | 1 | -3/+8 |
2019-08-19 | build: fix vpp compilation failure on ThunderX2 and Amp | Jianlin Lv | 1 | -1/+1 |
2019-08-19 | vppinfra: Update "show cpu" output for AArch64 chips | Nitin Saxena | 1 | -15/+18 |
2019-08-19 | ip: leverage existing vlib_buffer_advance | Zhiyong Yang | 1 | -6/+3 |
2019-08-19 | nsh: rewrite nsh_output_inline | Zhiyong Yang | 1 | -32/+30 |
2019-08-19 | rdma: add support for MAC changes | Benoît Ganne | 2 | -1/+35 |
2019-08-19 | dpdk: add TSO support in dpdk plugin. | Chenmin Sun | 3 | -1/+44 |
2019-08-19 | dpdk: QAT devices update, add c4xxx and xeon d15xx | Jim Thompson | 1 | -1/+2 |
2019-08-19 | devices: skip checksum calculation if guest supports checksum offload | Steven Luong | 1 | -3/+7 |
2019-08-19 | rdma: add support for input feature arcs | Benoît Ganne | 1 | -29/+35 |
2019-08-19 | session: add explicit reset api | Florin Coras | 6 | -6/+72 |
2019-08-19 | tcp: set cc_algo on connection alloc | Florin Coras | 3 | -6/+19 |
2019-08-19 | tcp: allow cc algos to set pacing rate | Florin Coras | 2 | -8/+15 |
2019-08-17 | gso: fix l3 and l4 header offset in case of tagged interface | Mohsin Kazmi | 2 | -0/+28 |
2019-08-17 | gso: fix the segmentation to use current_data offset | Mohsin Kazmi | 1 | -15/+16 |
2019-08-17 | bonding lacp: deleting virtual interface which was enslaved may cause crash | Steven Luong | 5 | -46/+66 |
2019-08-16 | acl: fix stats-segment counters validation on acl update | Andrew Yourtchenko | 3 | -26/+82 |
2019-08-16 | devices: vhost-user crashes displaying show trace for deleted interface | Steven Luong | 1 | -6/+10 |
2019-08-16 | hsa: Refactor quic_echo to allow other protocols | Nathan Skrzypczak | 10 | -2324/+2886 |