Age | Commit message (Expand) | Author | Files | Lines |
2018-05-31 | fix missing void pointer explicit type cast | Zhiyong Yang | 1 | -1/+1 |
2018-05-31 | VPP-1299: Reset uid/gid on shared memory segment if client starts first. | Ole Troan | 1 | -0/+4 |
2018-05-31 | Add src/vlib/config.h.in template | Damjan Marion | 3 | -6/+29 |
2018-05-30 | Fix clang compilation on aarch64: value size does not match register size. | Sirshak Das | 1 | -1/+1 |
2018-05-30 | vppinfra: explicitely state for signed types that they are signed | Damjan Marion | 9 | -20/+20 |
2018-05-30 | dpdk: rename port_id to *_instance_num | Damjan Marion | 4 | -9/+10 |
2018-05-30 | Fix clang compilation on aarch64: sizeof operator error. | Sirshak Das | 1 | -1/+1 |
2018-05-30 | IPv6 for-us/receive multicast routes fix | Neale Ranns | 1 | -0/+4 |
2018-05-30 | session: fix v6 unbinds that use uri api | Florin Coras | 1 | -2/+6 |
2018-05-30 | session: fix session table retrieval | Florin Coras | 1 | -2/+2 |
2018-05-30 | bonding: fix packet trace in bond-input | Damjan Marion | 1 | -5/+1 |
2018-05-29 | Revert "dpdk: set dmamap iova address value according to eal_iova_mode" | Damjan Marion | 1 | -4/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 19 | -284/+160 |
2018-05-29 | af_packet: Add support for dump interfaces | Mohsin Kazmi | 6 | -1/+158 |
2018-05-29 | dpdk: Add PMD type for Cavium LiquidIO II CN23XX | chuhong yao | 3 | -1/+13 |
2018-05-29 | Fixed vlib_buffer_clone with stale chained buffers | Yoann Desmouceaux | 1 | -2/+7 |
2018-05-29 | dpdk: mempool priv intialization must be done before releasing buffers to pool | Sachin Saxena | 1 | -8/+7 |
2018-05-29 | ipsec: fix IKEv2 crash when rsa cert is used for authentication | Radu Nicolau | 1 | -0/+1 |
2018-05-28 | NAT44: code cleanup and refactor (VPP-1285) | Matus Fabian | 17 | -463/+631 |
2018-05-28 | Change optimizaton level from tree-vectorize to O3 | Damjan Marion | 1 | -1/+1 |
2018-05-28 | add missing lb_put_writer_lock() to lb_vip_add() invalid args cases | Andrey "Zed" Zaikin | 1 | -2/+7 |
2018-05-28 | Fix flowhash size computation for very large hash tables | Pierre Pfister | 1 | -1/+1 |
2018-05-28 | acl-plugin: move to per-frame buffer pointer calculations and enqueue to next... | Andrew Yourtchenko | 1 | -208/+191 |
2018-05-28 | dpdk: set dmamap iova address value according to eal_iova_mode | Sachin Saxena | 1 | -1/+4 |
2018-05-28 | af-packet: Add support for logging | Mohsin Kazmi | 3 | -38/+52 |
2018-05-28 | itf: Fix admin up down for AF_PACKET and vhost-user | Mohsin Kazmi | 3 | -12/+50 |
2018-05-28 | Fix IP neighbor/arp pool full and static entry handling | John Lo | 2 | -166/+169 |
2018-05-27 | proxy_arp: remove unused is_add | Marek Gradzki | 1 | -2/+1 |
2018-05-27 | ip4-input node rework | Damjan Marion | 3 | -125/+339 |
2018-05-27 | bond-input performance optimization | Damjan Marion | 2 | -291/+264 |
2018-05-27 | acl-plugin: use clib_bihash_search_inline_2_40_8 rather than clib_bihash_sear... | Andrew Yourtchenko | 2 | -5/+3 |
2018-05-27 | VPP-1294: add missing feature arc constraint | Dave Barach | 6 | -52/+116 |
2018-05-26 | Fix interface-rx-dpo-l2 node to setup l2_len in vnet buffer | John Lo | 1 | -4/+16 |
2018-05-26 | dpdk: enable RX for no-multi-seg | Zhiyong Yang | 1 | -0/+5 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 8 | -146/+248 |
2018-05-26 | acl-plugin: create forward and return sessions in lieu of making a special pe... | Andrew Yourtchenko | 5 | -121/+156 |
2018-05-25 | Add interface rx pcap tracing | Dave Barach | 5 | -81/+167 |
2018-05-25 | Fix possible null pointer dereference | Juraj Sloboda | 1 | -3/+14 |
2018-05-25 | tcp: handle acks in close wait | Florin Coras | 2 | -1/+2 |
2018-05-25 | memif: Add support for logging | Jakub Grajciar | 3 | -56/+90 |
2018-05-25 | bond: performance harvesting | Steven | 9 | -161/+263 |
2018-05-25 | ARP proxy dumps | Neale Ranns | 14 | -48/+287 |
2018-05-25 | Vectorized bihash_{48,40,24,16}_8 key compare | Damjan Marion | 6 | -24/+83 |
2018-05-25 | VPP-1277: IPIP - Copy TOS/TC from inner packet to outer. | Ole Troan | 5 | -18/+109 |
2018-05-24 | VPP-1286: close the fd after mmap-ing svm segments | Dave Barach | 1 | -0/+2 |
2018-05-24 | Rewrite of l2-output node | Damjan Marion | 2 | -332/+311 |
2018-05-23 | VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. | Ole Troan | 3 | -20/+32 |
2018-05-23 | VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. | Ole Troan | 3 | -33/+44 |
2018-05-23 | VPPAPIGEN: Add union and enum support and IP4/IP6 address type. | Ole Troan | 4 | -85/+160 |
2018-05-23 | dpdk:flow add vxlan flow support | Eyal Bari | 1 | -12/+77 |