Age | Commit message (Expand) | Author | Files | Lines |
2017-12-15 | apps: refactor uri and update build infra |  Florin Coras | 7 | -446/+15 |
2017-12-15 | Fix icmp/udp/tcp punt/drop paths |  Vijayabhaskar Katamreddy | 14 | -63/+79 |
2017-12-15 | VCL-LDPRELOAD: Fix Coverity Warning CID 178776 |  Dave Wallace | 3 | -98/+68 |
2017-12-15 | implement clib_smp_pause() for arm and aarch64 platform |  Kevin Wang | 2 | -1/+4 |
2017-12-15 | fib: fix show fib path-list and path |  Florin Coras | 2 | -4/+4 |
2017-12-15 | ESP_AH_test_automation_scripts rev1 |  “mystarrocks” | 1 | -7/+0 |
2017-12-14 | Fix display of single-event event-logs |  Dave Barach | 2 | -1/+8 |
2017-12-14 | VPP-1100 Fix loop in "set punt tcp/udp command" |  Swarup Nayak | 1 | -5/+17 |
2017-12-14 | pci: auto-detect right vfio/uio driver |  Damjan Marion | 3 | -3/+58 |
2017-12-14 | vom: acl: Extend constructor for l3 rule |  Mohsin Kazmi | 2 | -9/+23 |
2017-12-14 | vom: acl-list: Add comparison operator - for UT |  Mohsin Kazmi | 1 | -0/+12 |
2017-12-14 | vppinfra: add AVX512 variant of clib_memcpy |  Damjan Marion | 5 | -130/+359 |
2017-12-14 | tap_v2: include host-side parameters in the dump binary API |  Milan Lenco | 9 | -10/+152 |
2017-12-14 | VPP-1032: clean up coverity warnings. |  Dave Barach | 2 | -5/+12 |
2017-12-14 | Enable AWS ENA PMD |  Matthew Smith | 3 | -1/+13 |
2017-12-14 | NAT64: fix coverity (VPP-1032) |  Matus Fabian | 2 | -0/+4 |
2017-12-14 | BIER disposition default route |  Neale Ranns | 3 | -8/+20 |
2017-12-14 | session: cleanup attach flags |  Florin Coras | 16 | -83/+83 |
2017-12-13 | IP bi-direction multicast - same cable check on egress |  Neale Ranns | 2 | -1/+17 |
2017-12-13 | make "test-all" target pass again |  Gabriel Ganne | 3 | -2/+11 |
2017-12-13 | BIER: API documentation fixes. |  Neale Ranns | 1 | -10/+5 |
2017-12-13 | physmem: fix bug in detection of cross page boundary allocations |  Damjan Marion | 1 | -2/+2 |
2017-12-13 | Separate heap for IPv4 mtries |  Neale Ranns | 7 | -44/+73 |
2017-12-13 | GRE: fix single loop decap and add test |  Neale Ranns | 1 | -1/+1 |
2017-12-13 | NAT64: multi-thread support (VPP-891) |  Matus Fabian | 17 | -505/+1349 |
2017-12-13 | NAT: DS-Lite AFTR tunnel endpoint address respond to ICMPv6 echo request (VPP... |  Matus Fabian | 1 | -3/+8 |
2017-12-13 | Fix parameter mismatch in map-t code |  Juraj Sloboda | 1 | -1/+1 |
2017-12-13 | VOM: a couple of print fixes |  Neale Ranns | 2 | -2/+3 |
2017-12-13 | VPP-1099 Fix create vxlan-gpe tunnel local 10::1 remote 20::1 vni 11 (for ipv6) |  Swarup Nayak | 1 | -0/+1 |
2017-12-13 | VPP-275 Coding standards cleanup - vnet/vnet/vxlan-gpe |  sharath reddy | 5 | -1268/+1437 |
2017-12-13 | VPP-1032: fix coverity warnings |  Dave Barach | 1 | -1/+2 |
2017-12-12 | tcp/session: add make tests |  Florin Coras | 1 | -11/+28 |
2017-12-12 | session: fix proxy removal |  Florin Coras | 1 | -20/+68 |
2017-12-12 | Stats for Multicast FIB |  Neale Ranns | 6 | -11/+461 |
2017-12-12 | Add chi-squared test statistic calculator to random.c |  Dave Barach | 3 | -1/+108 |
2017-12-12 | VPP-1092 Correcting ip punt delete flow, when recv if index valid but doesnt ... |  Swarup Nayak | 2 | -4/+10 |
2017-12-11 | session: generalize handling of network transports |  Florin Coras | 15 | -201/+263 |
2017-12-11 | acl-plugin: unapply/reapply the classifier-based inacls when performing macip... |  Andrew Yourtchenko | 1 | -1/+29 |
2017-12-11 | ONE-33 "one statistics flush" throws assert when one counter not added |  Swarup Nayak | 1 | -0/+3 |
2017-12-11 | VPP-273 Coding standards cleanup - vnet/vnet/unix |  sharath reddy | 8 | -794/+947 |
2017-12-11 | call unformat_free in some flow, remove unnecessary calls |  Swarup Nayak | 3 | -15/+17 |
2017-12-11 | vcl: fix session preallocation |  Florin Coras | 1 | -0/+2 |
2017-12-10 | vlib: fix issues in the new pci code reported by coverity |  Damjan Marion | 1 | -6/+12 |
2017-12-10 | BIER coverity Fix |  Neale Ranns | 1 | -6/+8 |
2017-12-10 | tap_v2: fix issues reported by coverity |  Damjan Marion | 1 | -3/+3 |
2017-12-10 | improve vapi json parser error handling |  Klement Sekera | 1 | -1/+19 |
2017-12-10 | update builtin UDP server to new vnet_session API |  Andreas Schultz | 1 | -3/+25 |
2017-12-10 | make sure the very first fragment triggers an rx_callback |  Andreas Schultz | 1 | -0/+1 |
2017-12-10 | VPP-1077 Add meaningful error info, when executing command with enable/disabl... |  Swarup Nayak | 4 | -19/+31 |
2017-12-09 | BIER in non-MPLS netowrks |  Neale Ranns | 35 | -519/+1019 |