Age | Commit message (Expand) | Author | Files | Lines |
2018-03-20 | Fix Allow ARP packets for dot1q interface with MACIP enabled | Steve Shin | 1 | -50/+169 |
2018-03-19 | VCL: Fix Coverity CID183003 | Dave Wallace | 1 | -1/+1 |
2018-03-19 | Use x(void) not x() in new interface stats code | Neale Ranns | 2 | -5/+5 |
2018-03-19 | session: fix coverity warnings | Florin Coras | 2 | -1/+12 |
2018-03-19 | Coverity found bugs in recent MPLS changes | Neale Ranns | 3 | -17/+8 |
2018-03-19 | QoS code coverity found errors | Neale Ranns | 1 | -2/+2 |
2018-03-19 | FIB code coverity found defect | Neale Ranns | 1 | -1/+1 |
2018-03-19 | VCL: Fix Coverity CID183009 | Dave Wallace | 1 | -1/+1 |
2018-03-19 | Interface Unicast, Multicast and Broadcast stats on the API | Neale Ranns | 4 | -6/+162 |
2018-03-19 | IGMP plugin | Jakub Grajciar | 20 | -2/+3190 |
2018-03-19 | QoS: publish qos.api.h file | Matus Fabian | 1 | -0/+3 |
2018-03-19 | IPIP: Fix coverity error. | Ole Troan | 1 | -0/+3 |
2018-03-19 | Scapy upgrade to 2.4.0.rc5 | Neale Ranns | 11 | -10/+211 |
2018-03-19 | FIX: Fixed ip6_fib_dump api function response. | Dmitry Vakhrushev | 3 | -1/+9 |
2018-03-18 | Remove unnumbered configuration on interface delete | Neale Ranns | 8 | -100/+101 |
2018-03-16 | cli: make q work again | Florin Coras | 1 | -0/+8 |
2018-03-16 | QoS recording and marking | Neale Ranns | 24 | -18/+2046 |
2018-03-16 | Fix a long-latent bi=0 bug in vlib_buffer_add_data | Dave Barach | 3 | -4/+4 |
2018-03-16 | IPv6 ND Router discovery control plane (VPP-1095) | Juraj Sloboda | 9 | -8/+1236 |
2018-03-16 | stats: allow configuring poller delay | Klement Sekera | 4 | -19/+126 |
2018-03-16 | IPSec: fix IPv6 policy deleting | Matus Fabian | 1 | -1/+1 |
2018-03-16 | remove spurious print statements from DVR tests | Neale Ranns | 1 | -2/+0 |
2018-03-16 | Fix sample-plugin build on ubuntu 18.04 | Damjan Marion | 1 | -1/+0 |
2018-03-16 | IPv6 ND Router discovery data plane (VPP-1095) | Juraj Sloboda | 8 | -9/+747 |
2018-03-16 | session: allow local host binds | Florin Coras | 1 | -4/+4 |
2018-03-15 | remove bootstrap from top-level Makefile | Damjan Marion | 3 | -63/+17 |
2018-03-15 | Update session local address is_ip4 on bind when not global | Keith Burns (alagalah) | 1 | -0/+1 |
2018-03-15 | make test: Add VCL iperf3 tests | Dave Wallace | 1 | -36/+102 |
2018-03-15 | tls: add openssl engine | Florin Coras | 14 | -190/+1027 |
2018-03-15 | IPIP: Linter on test_*.py | Ole Troan | 3 | -137/+78 |
2018-03-15 | Add a helper function to fetch vlib node index for already stacked dpos | Vijayabhaskar Katamreddy | 2 | -0/+40 |
2018-03-15 | use system provided ccache links | Damjan Marion | 7 | -42/+11 |
2018-03-14 | IPIP: Also publish the ipip.api.h file. | Jon Loeliger | 1 | -0/+1 |
2018-03-14 | fix 'make build' | Damjan Marion | 1 | -1/+1 |
2018-03-14 | make test: early core detection, code cleanup | Klement Sekera | 3 | -10/+31 |
2018-03-14 | Clean up vpp build bootstrap step | Dave Barach | 8 | -71/+55 |
2018-03-14 | VPP-1197: SELinux: 'create tap' (vhost-net backend TAP) fails when | Billy McFall | 1 | -0/+2 |
2018-03-14 | vlib: internal buffer manager rework | Damjan Marion | 8 | -284/+190 |
2018-03-14 | Prevent calling rte_eth_xstats_get not initialized dev | Szymon Sliwa | 1 | -0/+2 |
2018-03-14 | IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. | Ole Troan | 23 | -1142/+2491 |
2018-03-14 | socket_test.sh: Don't hard code debug image with gdb. | Dave Wallace | 1 | -3/+0 |
2018-03-14 | make test: handle multiple failures in one case | Klement Sekera | 1 | -1/+4 |
2018-03-14 | VCL: Handle epoll HUP events in sock_test_server | Dave Wallace | 1 | -1/+10 |
2018-03-14 | srv6-plugins: fixing documentation | Francois Clad | 4 | -201/+254 |
2018-03-14 | srv6: minor CLI modifications | Francois Clad | 4 | -15/+14 |
2018-03-14 | Improve l2_macs_events API to provide MAC move information | John Lo | 6 | -12/+31 |
2018-03-14 | VOM: acl: Add support for acl ethertype unbind and dump | Mohsin Kazmi | 4 | -1/+187 |
2018-03-14 | At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin... | Chaoyu Jin | 1 | -12/+12 |
2018-03-13 | VCL: Fix race condition in event thread function | Dave Wallace | 1 | -11/+17 |
2018-03-13 | SCTP: data retransmission & snd_space fix | Marco Varlese | 3 | -4/+88 |