Age | Commit message (Expand) | Author | Files | Lines |
2018-06-27 | jvpp: add support for unions (VPP-1322) | Marek Gradzki | 6 | -50/+277 |
2018-06-27 | vppinfra: add vector horizontal add and byte swap (SSE4.2 & AVX2) | Damjan Marion | 2 | -0/+31 |
2018-06-27 | acl-plugin: tm: avoid hash calculation dependency on a memory store operation | Andrew Yourtchenko | 1 | -1/+9 |
2018-06-27 | acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks | Andrew Yourtchenko | 3 | -5/+625 |
2018-06-26 | tcp/session: tx optimizations | Florin Coras | 4 | -22/+53 |
2018-06-26 | dpdk: display rx/tx burst function name in "show hardware detail" | Damjan Marion | 1 | -0/+20 |
2018-06-26 | Fix load_unaligned undefined and other possible build failures | Sirshak Das | 1 | -26/+40 |
2018-06-26 | Fix assert issue in ip_csum_add_even() | Hongjun Ni | 1 | -1/+2 |
2018-06-26 | tcp: avoid doing work in tcp_rcv_sacks for no sacks | Florin Coras | 1 | -2/+3 |
2018-06-26 | NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329) | Matus Fabian | 2 | -0/+30 |
2018-06-26 | Update to latest stable DPDK release (18.02.2) | Marco Varlese | 1 | -3/+3 |
2018-06-26 | node functions cannot be always_inline | Damjan Marion | 7 | -18/+18 |
2018-06-26 | We don't have (yet) 128-bit unaligned load/store on ARM | Damjan Marion | 1 | -2/+2 |
2018-06-26 | add backtrace in unix_signal_handler | Kingwel Xie | 2 | -30/+63 |
2018-06-26 | L3DSR fix ip checksum issue and add test | Hongjun Ni | 2 | -9/+18 |
2018-06-26 | acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge | Andrew Yourtchenko | 6 | -252/+456 |
2018-06-26 | Add negative tests for leaking across different VRFs - ip4/6 | Jan Gelety | 2 | -31/+172 |
2018-06-26 | Fix api trace replay of handler to pass vm parameter | John Lo | 1 | -2/+2 |
2018-06-26 | tcp: cleanup functions | Florin Coras | 4 | -263/+258 |
2018-06-26 | SIMD optimized linear search in clib_bitmap_first_set | Damjan Marion | 1 | -2/+23 |
2018-06-25 | Add checks for bad ARP request packets in arp-termination node | John Lo | 1 | -12/+9 |
2018-06-25 | tw: add light weight timer update function | Florin Coras | 6 | -41/+183 |
2018-06-25 | dpdk: Enhancement to call crypto start api at initialization | Sachin Saxena | 1 | -0/+4 |
2018-06-25 | acl-plugin: remove the noisy debug output | Andrew Yourtchenko | 1 | -1/+1 |
2018-06-25 | MAP: Move MAP-E/T to a plugin. | Ole Troan | 27 | -471/+677 |
2018-06-25 | VCL: Refactor VCL test (part 1) | Dave Wallace | 6 | -338/+2171 |
2018-06-25 | make test: fix RETRIES when setUpClass throws | Klement Sekera | 2 | -2/+25 |
2018-06-25 | make test: fix broken interfaces #2 | Klement Sekera | 5 | -86/+84 |
2018-06-24 | Revert "Revert "make test: fix broken interfaces"" | Klement Sekera | 23 | -86/+61 |
2018-06-24 | Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"" | Klement Sekera | 19 | -769/+814 |
2018-06-23 | Tx feature node, for accounting purposes | Dave Barach | 3 | -136/+204 |
2018-06-22 | Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums" | Ole Troan | 19 | -814/+769 |
2018-06-22 | Revert "make test: fix broken interfaces" | Ole Troan | 23 | -61/+86 |
2018-06-22 | make test: fix broken interfaces | Klement Sekera | 23 | -86/+61 |
2018-06-22 | jvpp: add support for enums (VPP-1153) | Marek Gradzki | 5 | -4/+244 |
2018-06-22 | session: improve session lookup speeds | Florin Coras | 1 | -57/+24 |
2018-06-22 | jvpp: cleanup JNI generation code (VPP-1153) | Marek Gradzki | 3 | -168/+286 |
2018-06-22 | Python API: Add enum and union support. | Ole Troan | 15 | -1521/+680 |
2018-06-22 | Update tapv2 documentation | Ian Wells | 1 | -1/+1 |
2018-06-21 | test:vxlan over ipv6 tests | Eyal Bari | 6 | -6/+213 |
2018-06-21 | VPP-1042: Fix the DPDK no-hugetbl flags | Jessica Tallon | 1 | -5/+8 |
2018-06-21 | configurable per-dispatch-cycle sleep | Dave Barach | 6 | -29/+25 |
2018-06-21 | FastLinQ QL41000 Series PCI vendor and device ids | Igor Mikhailov (imichail) | 1 | -0/+3 |
2018-06-21 | ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums | Klement Sekera | 19 | -769/+814 |
2018-06-21 | Null terminate name string | Dave Barach | 1 | -1/+1 |
2018-06-21 | tcp: move tracing out of established loop | Florin Coras | 2 | -28/+60 |
2018-06-21 | Implement DHCPv6 IA NA client (VPP-1094) | Juraj Sloboda | 17 | -572/+2902 |
2018-06-21 | jvpp: do not fail on type parsing error | Marek Gradzki | 1 | -5/+8 |
2018-06-21 | BIER neighbor stats | Neale Ranns | 10 | -78/+333 |
2018-06-21 | dpdk/ipsec: add support for UDP encap/decap | Radu Nicolau | 2 | -17/+65 |