Age | Commit message (Expand) | Author | Files | Lines |
2017-11-30 | af_packet: update tx_frame even when ring exhausted | Florin Coras | 1 | -2/+2 |
2017-11-30 | VCL: add vpp api q length to config file. | Dave Wallace | 2 | -2/+25 |
2017-11-30 | mmap-based fixed-size record double-buffered logger | Dave Barach | 4 | -0/+364 |
2017-11-29 | VCL-LDPRELOAD: Fix connect return value handling. | Dave Wallace | 1 | -20/+15 |
2017-11-29 | VCL: drain the vpp app event queue. | Dave Wallace | 1 | -0/+13 |
2017-11-29 | Add some indent-off to the node declarations in ip4-forward | Neale Ranns | 1 | -19/+42 |
2017-11-29 | session: fix preallocation of local endpoint table | Florin Coras | 7 | -34/+41 |
2017-11-29 | NAT: Remove old SNAT API (VPP-1070) | Matus Fabian | 4 | -2124/+231 |
2017-11-29 | Include allocated table memory in 'sh fib mem' output | Neale Ranns | 17 | -31/+271 |
2017-11-29 | DES-CBC/3DES-CBC support for VPP IPSec Core | “mukeshyadav1984” | 4 | -26/+57 |
2017-11-29 | Configure vat-plugin-path and vat-plugin-name-filter | Dave Barach | 4 | -7/+47 |
2017-11-29 | VOM: logging, populate and stats fixes | Neale Ranns | 22 | -251/+372 |
2017-11-29 | Make whole version string available in core files | Florin Coras | 1 | -1/+3 |
2017-11-28 | VPP-246 Coding standards cleanup - vnet/vnet/classify | khemendra kumar | 10 | -1830/+2045 |
2017-11-28 | VPP-268 Coding standards cleanup - vnet/vnet/plugin | Krishanpal singh | 1 | -0/+8 |
2017-11-28 | Shut down session queue input nodes on exit | Dave Barach | 2 | -0/+21 |
2017-11-28 | tcp: fix retransmissions under buffer shortage | Florin Coras | 7 | -35/+88 |
2017-11-28 | net/virtio: support modern device id | Gabriel Ganne | 2 | -1/+10 |
2017-11-28 | IPSec AH protocol enhancement in VPP native core | “mukeshyadav1984” | 13 | -55/+892 |
2017-11-27 | dpdk: fix issue when tx offload stops working after MTU change | Damjan Marion | 2 | -19/+4 |
2017-11-27 | vcl: fix session handle in accept reply | Florin Coras | 1 | -3/+3 |
2017-11-27 | session: return bound listener for proxy accepts | Florin Coras | 3 | -1/+14 |
2017-11-27 | dpdk: fix trajectory compilation | Florin Coras | 1 | -1/+1 |
2017-11-27 | VPP-253 Coding standards cleanup - vnet/vnet/gre | Swarup Nayak | 6 | -878/+968 |
2017-11-27 | Fix - sh ip fib mtrie sum | Neale Ranns | 2 | -13/+18 |
2017-11-27 | SRv6 improvements to binary API | Pablo Camarillo | 4 | -22/+84 |
2017-11-27 | Address COVERITY warnings | Marco Varlese | 1 | -0/+6 |
2017-11-27 | VOM: favour make_shared | Neale Ranns | 13 | -45/+49 |
2017-11-27 | tcp: fix proxy connection validation | Florin Coras | 1 | -0/+4 |
2017-11-27 | vlib: make vlib_buffer_alloc inline function | Damjan Marion | 6 | -167/+84 |
2017-11-26 | Fix session rule port endianness. | Milan Lenco | 3 | -16/+18 |
2017-11-26 | VPP-252 Coding standards cleanup - vnet/vnet/flow | Swarup Nayak | 6 | -563/+663 |
2017-11-26 | FIB: optimise for src memory allocations | Neale Ranns | 5 | -121/+264 |
2017-11-26 | FIB: store the node type not the function pointer. | Neale Ranns | 13 | -31/+11 |
2017-11-25 | VOM: handle null for iterator in dump cmd | Neale Ranns | 1 | -2/+21 |
2017-11-25 | VCL: include vpp context in accept session reply msg. | Dave Wallace | 1 | -17/+41 |
2017-11-25 | VCL: improve debug output | Dave Wallace | 6 | -223/+339 |
2017-11-24 | GENEVE: shift/mask for header | Marco Varlese | 3 | -51/+133 |
2017-11-24 | dpdk: enable tx checksum offloads as default, add disable knob | Damjan Marion | 3 | -2/+15 |
2017-11-24 | VOM: Additions to allow uses to UT applications that use VOM | Neale Ranns | 51 | -295/+676 |
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 | VCL: remove bogus ASSERT(). | Dave Wallace | 1 | -2/+0 |
2017-11-22 | VPP-254 Coding standard cleanup - vnet/vnet/hdlc | Swarup Nayak | 5 | -126/+197 |
2017-11-22 | session: do not check transport for local table binds | Florin Coras | 1 | -9/+9 |
2017-11-22 | dpdk: fix potential crash in buffer free function | Damjan Marion | 1 | -18/+49 |
2017-11-22 | session: more rules unit tests and cli improvements | Florin Coras | 3 | -17/+142 |