Age | Commit message (Expand) | Author | Files | Lines |
2017-12-16 | Use crc32 wrapper (VPP-1086) | Gabriel Ganne | 1 | -6/+6 |
2017-12-16 | dpdk: unset ETH_TXQ_FLAGS_NOXSUMS only for selected PMDs | Damjan Marion | 1 | -5/+8 |
2017-12-14 | pci: auto-detect right vfio/uio driver | Damjan Marion | 1 | -1/+1 |
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-13 | NAT64: multi-thread support (VPP-891) | Matus Fabian | 15 | -505/+1263 |
2017-12-13 | NAT: DS-Lite AFTR tunnel endpoint address respond to ICMPv6 echo request (VPP... | Matus Fabian | 1 | -3/+8 |
2017-12-11 | acl-plugin: unapply/reapply the classifier-based inacls when performing macip... | Andrew Yourtchenko | 1 | -1/+29 |
2017-12-11 | call unformat_free in some flow, remove unnecessary calls | Swarup Nayak | 1 | -8/+0 |
2017-12-09 | vlib: PCI rework to support VFIO | Damjan Marion | 3 | -60/+74 |
2017-12-06 | Restructure some files in LB to src/vnet to reuse | Hongjun Ni | 4 | -111/+1 |
2017-12-05 | dpdk/ipsec: multiple fixes | Sergio Gonzalez Monroy | 5 | -105/+126 |
2017-12-05 | dpdk:remove duplicate code | Eyal Bari | 1 | -11/+8 |
2017-12-04 | dpdk: remove unused "use_rss" flag | Eyal Bari | 2 | -7/+0 |
2017-12-04 | dpdk: remove duplicate function | Eyal Bari | 1 | -32/+1 |
2017-12-04 | dpdk: remove unused cached eth input node | Eyal Bari | 2 | -10/+0 |
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 |