Age | Commit message (Expand) | Author | Files | Lines |
2017-12-01 | acl-plugin: fix coverity 177970-177973,178891, and incorrect reset of dot1q/d... | Andrew Yourtchenko | 1 | -13/+33 |
2017-11-30 | NAT44: identity NAT (VPP-1073) | Matus Fabian | 3 | -7/+301 |
2017-11-30 | Fix variable mismatch | Juraj Sloboda | 1 | -1/+1 |
2017-11-29 | NAT: Remove old SNAT API (VPP-1070) | Matus Fabian | 3 | -2114/+221 |
2017-11-28 | net/virtio: support modern device id | Gabriel Ganne | 1 | -1/+3 |
2017-11-27 | dpdk: fix issue when tx offload stops working after MTU change | Damjan Marion | 2 | -19/+4 |
2017-11-27 | dpdk: fix trajectory compilation | Florin Coras | 1 | -1/+1 |
2017-11-27 | vlib: make vlib_buffer_alloc inline function | Damjan Marion | 1 | -73/+11 |
2017-11-24 | dpdk: enable tx checksum offloads as default, add disable knob | Damjan Marion | 2 | -2/+11 |
2017-11-24 | dpdk: avoid false sharing of dpdk_buffer_per_thread_data | Damjan Marion | 1 | -0/+1 |
2017-11-23 | memif: fix input node multiversion constructor | Damjan Marion | 1 | -6/+6 |
2017-11-23 | memif: try harder to transmit packets | Damjan Marion | 1 | -13/+8 |
2017-11-23 | dpdk: prefetch both cachelines during buffer free | Damjan Marion | 1 | -1/+1 |
2017-11-23 | memif: multiversioning | Damjan Marion | 3 | -19/+82 |
2017-11-22 | dpdk: fix potential crash in buffer free function | Damjan Marion | 1 | -18/+49 |
2017-11-21 | stn-plugin: do not assume all punted packets start with L3 header. | Andrew Yourtchenko | 1 | -0/+12 |
2017-11-21 | dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t | Damjan Marion | 4 | -62/+62 |
2017-11-20 | dpdk: add support for DPDK 17.11 | Damjan Marion | 11 | -179/+46 |
2017-11-17 | Replace tap interface using general interface | Hongjun Ni | 5 | -52/+50 |
2017-11-17 | acl-plugin: use ip.save_rewrite_length to calculate IP header offset on L3 eg... | Andrew Yourtchenko | 1 | -3/+11 |
2017-11-16 | acl-plugin: also print human-friendly format of 5tuple in packet trace | Andrew Yourtchenko | 1 | -0/+22 |
2017-11-16 | dpdk: add additional data to TX trace | Damjan Marion | 3 | -2/+9 |
2017-11-16 | dpdk/ipsec: use physmem when creating pools | Sergio Gonzalez Monroy | 3 | -84/+116 |
2017-11-15 | memif: fix uninitialized pointer read coverity error | Steven | 1 | -0/+2 |
2017-11-14 | Fix typos in configure.ac and dpdk/buffer.c | Damjan Marion | 1 | -8/+8 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions | Damjan Marion | 5 | -60/+131 |
2017-11-13 | NAT: Buufer overflow for memcpy() | Ole Troan | 1 | -3/+2 |
2017-11-11 | ACL: Add coding-style-patch-verification and indent. | Jon Loeliger | 1 | -965/+1260 |
2017-11-11 | ACLs: Use better error return codes than "-1" everywhere. | Jon Loeliger | 1 | -14/+14 |
2017-11-11 | dpdk: optimize buffer alloc/free | Damjan Marion | 1 | -49/+118 |
2017-11-11 | Handle CPU flags from autotools project | Damjan Marion | 1 | -1/+1 |
2017-11-09 | memif: use clib_socket_t for socket connections | Damjan Marion | 4 | -210/+122 |
2017-11-09 | Port restricted NAT44 (VPP-1048) | Matus Fabian | 2 | -8/+149 |
2017-11-08 | memif: do not mask head and tail pointers | Damjan Marion | 3 | -68/+40 |
2017-11-08 | ACL plugin support tagged subinterfaces | Pavel Kotucek | 2 | -40/+311 |
2017-11-08 | NAT64 to use IPv4 address from interface (VPP-1051) | Matus Fabian | 5 | -0/+217 |
2017-11-07 | SNAT: IP fragmentation (VPP-890) | Matus Fabian | 13 | -33/+2999 |
2017-11-07 | NAT: DS-Lite (VPP-1040) | Matus Fabian | 13 | -24/+1636 |
2017-11-03 | NAT64: Input feature arc on virtual interface via interface RX DPO. | Ole Troan | 1 | -2/+44 |
2017-11-03 | Set up P2P flag to gtpu interface | Hongjun Ni | 1 | -0/+1 |
2017-11-01 | nat plugin - fix test logic | Gabriel Ganne | 1 | -1/+1 |
2017-11-01 | dpdk/ipsec: align memory | Sergio Gonzalez Monroy | 2 | -5/+7 |
2017-11-01 | dpdk/ipsec: fix digest physical address | Sergio Gonzalez Monroy | 3 | -7/+7 |
2017-10-31 | lb plugin tests - wipe flowtable after each unit test | Gabriel Ganne | 1 | -0/+38 |
2017-10-30 | Minor copyedit fixes to ACL Hash doc. | Jon Loeliger | 1 | -7/+6 |
2017-10-27 | acl-plugin: increase the amount of memory for classifier tables used by MACIP... | Andrew Yourtchenko | 1 | -1/+1 |
2017-10-26 | NAT: delete session API/CLI (VPP-1041) | Matus Fabian | 4 | -0/+172 |
2017-10-26 | acl-plugin: refactor the "show acl-plugin" CLI, use vlib_cli_output() vs. for... | Andrew Yourtchenko | 1 | -181/+194 |
2017-10-25 | vlib: add support for multiple buffer pools | Damjan Marion | 6 | -15/+37 |
2017-10-25 | One armed NAT (VPP-1035) | Matus Fabian | 8 | -33/+289 |