Age | Commit message (Expand) | Author | Files | Lines |
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 | 8 | -7/+449 |
2019-09-25 | interface: use the correct condition for checking if the pcap fd is open |  Andrew Yourtchenko | 3 | -3/+3 |
2019-09-25 | interface: fix pcap_write function |  Andrew Yourtchenko | 2 | -1/+6 |
2019-09-25 | ipsec: Fix NULL encryption algorithm |  Neale Ranns | 2 | -1/+9 |
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 | 1 | -0/+1 |
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-24 | sr: fix sr_set_encap_source reply |  Vratko Polak | 1 | -1/+1 |
2019-09-24 | tcp: add option for always on event logging |  Florin Coras | 7 | -184/+370 |
2019-09-21 | tcp: forward conn resets through tcp-output |  Florin Coras | 1 | -32/+20 |
2019-09-21 | ip: leverage existing vlib_buffer_advance |  Zhiyong Yang | 1 | -6/+3 |
2019-09-20 | session: add explicit reset api |  Florin Coras | 6 | -6/+72 |
2019-09-20 | tcp: set cc_algo on connection alloc |  Florin Coras | 3 | -6/+19 |
2019-09-20 | tcp: allow cc algos to set pacing rate |  Florin Coras | 2 | -8/+15 |
2019-09-20 | bonding lacp: deleting virtual interface which was enslaved may cause crash |  Steven Luong | 3 | -26/+39 |
2019-09-20 | devices: vhost-user crashes displaying show trace for deleted interface |  Steven Luong | 1 | -6/+10 |
2019-09-19 | misc: fix pcap rx/tx status command |  Dave Barach | 1 | -1/+1 |
2019-09-19 | ipsec: fix missed IPSEC_INTEG_ALG_MD5_96 |  Dmitry Vakhrushev | 1 | -0/+5 |
2019-09-18 | ip: allow addrs from the same prefix on intf |  Matthew Smith | 4 | -101/+396 |
2019-09-12 | api: split vl_api_prefix into two |  Ole Troan | 3 | -4/+20 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI |  Dave Barach | 2 | -167/+161 |
2019-09-09 | api: enforce vla is last and fixed string type |  Ole Troan | 4 | -17/+18 |
2019-09-07 | ip: fix udp/tcp checksum corner cases |  Dave Barach | 2 | -5/+31 |
2019-09-05 | tap: revert clean-up when linux will delete the tap interface |  Mohsin Kazmi | 2 | -43/+0 |
2019-09-04 | ethernet: fix dmac check avx2 loop condition |  Matthew Smith | 1 | -1/+1 |
2019-09-03 | tap: interface rx counter not increment correct |  Steven Luong | 1 | -1/+1 |
2019-09-02 | ip: ip6_preflen_to_mask incorrect result for prefix len > 64 |  Andrew Yourtchenko | 1 | -0/+1 |
2019-09-02 | gso: fix segmentation when gso_size greater than vlib buffer size |  Mohsin Kazmi | 1 | -1/+4 |
2019-08-23 | dns: cherry-pick 21444, 21468 from master |  Dave Barach | 9 | -4460/+0 |
2019-08-20 | devices: skip checksum calculation if guest supports checksum offload |  Steven Luong | 1 | -3/+7 |
2019-08-20 | tcp: default to debug disabled |  Florin Coras | 1 | -1/+1 |
2019-08-20 | dns: handle multiple replies for single requests |  Dave Barach | 3 | -59/+121 |
2019-08-19 | dhcp: resolver process node index in main_t |  Dave Barach | 4 | -5/+3 |
2019-08-19 | gso: fix l3 and l4 header offset in case of tagged interface |  Mohsin Kazmi | 2 | -0/+28 |
2019-08-18 | gso: fix the segmentation to use current_data offset |  Mohsin Kazmi | 1 | -15/+16 |
2019-08-17 | gso: remove the ip checksum flag in case of ipv6 |  Mohsin Kazmi | 2 | -2/+0 |
2019-08-16 | tcp: fix cc algo name parsing |  Florin Coras | 1 | -1/+1 |
2019-08-15 | vlib: copy trace_handle in vlib_buffer_copy/clone() functions |  John Lo | 5 | -15/+1 |
2019-08-14 | tcp: extend protocol configurationv19.08-rc2 |  Florin Coras | 5 | -133/+195 |
2019-08-13 | session: fix enqueue notification on 32bit systems |  Florin Coras | 1 | -3/+10 |
2019-08-13 | fib: add adj_midchain.h to the list of files to install in the include path |  Alberto Compagno | 1 | -0/+1 |
2019-08-12 | tcp: handle fin+rst+syn in closing state |  Florin Coras | 1 | -0/+2 |
2019-08-12 | api: vppapitrace JSON/API trace converter |  Ole Troan | 1 | -1/+1 |
2019-08-09 | tls: mark as no lookup transport |  Florin Coras | 2 | -1/+3 |
2019-08-09 | udp: fix rx event generation |  Florin Coras | 1 | -6/+20 |
2019-08-09 | session: allow closed transports to send |  Florin Coras | 1 | -4/+16 |