Age | Commit message (Expand) | Author | Files | Lines |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) |  Ole Troan | 2 | -7/+65 |
2018-04-13 | GBP V2 |  Neale Ranns | 3 | -185/+934 |
2018-04-13 | Enable check of VRF reset - IPv4 |  Jan Gelety | 3 | -71/+122 |
2018-04-12 | VCL IOEvent external API callback |  Keith Burns (alagalah) | 1 | -8/+6 |
2018-04-10 | test: Fix issues with new version of pycodestyle (VPP-1232) |  Chris Luke | 3 | -3/+5 |
2018-04-09 | jvpp: log error output of Java process on test failure |  Marek Gradzki | 1 | -3/+6 |
2018-04-09 | make test: fix failure on centos |  Klement Sekera | 1 | -1/+1 |
2018-04-03 | Makefile: Alter VPP_PYTHON_PREFIX for preloading deps |  Ed Kern | 1 | -0/+2 |
2018-04-03 | reassembly: bug fixes |  Klement Sekera | 1 | -2/+1 |
2018-03-31 | make test: print a warning in case a core_pattern contains a filter program |  Andrew Yourtchenko | 3 | -0/+19 |
2018-03-29 | ip6: fix ip6-local urpf checking |  Florin Coras | 1 | -5/+3 |
2018-03-29 | tcp: fix fib index buffer tagging |  Florin Coras | 1 | -19/+25 |
2018-03-28 | NAT44: make 1:1NAT for DHCP addressed interface persistent |  Matus Fabian | 1 | -12/+48 |
2018-03-28 | test: fix VppNeighbor.query_vpp_config |  Neale Ranns | 1 | -14/+10 |
2018-03-27 | VOM: bond: Add support for LACP |  Mohsin Kazmi | 1 | -0/+93 |
2018-03-26 | VCL: add IPv6 to socket_test.sh and make test |  Dave Wallace | 2 | -38/+432 |
2018-03-24 | make test: fix DEBUG=gdb/gdbserver options |  Klement Sekera | 1 | -4/+3 |
2018-03-24 | make test: fix ext build on centos |  Klement Sekera | 1 | -1/+1 |
2018-03-24 | make test: use vpp-dev repo for py-lispnetworking |  Klement Sekera | 1 | -1/+1 |
2018-03-24 | make test: enhance core-file information |  Klement Sekera | 2 | -17/+32 |
2018-03-23 | Add client hw address to DHCP offer and ack in test case |  Neale Ranns | 1 | -6/+11 |
2018-03-23 | acl-plugin: improvements in 'show acl-plugin macip acl' CLI |  Andrew Yourtchenko | 1 | -0/+6 |
2018-03-23 | Drop dhcp pkts w/ hardware address mismatches |  Dave Barach | 1 | -0/+1 |
2018-03-23 | acl-plugin: make test: do not use a debug CLI where API can be used |  Andrew Yourtchenko | 1 | -6/+3 |
2018-03-23 | make test: code cleanup |  Klement Sekera | 3 | -57/+38 |
2018-03-23 | acl-plugin: make test: add a test which deletes an interface with applied ACL |  Andrew Yourtchenko | 1 | -0/+39 |
2018-03-23 | acl-plugin: make test: shuffle applied ACLs as part of the tests |  Andrew Yourtchenko | 2 | -1/+85 |
2018-03-23 | IGMP: coverity fixes and remove checks for scapy IGMPv3 |  Neale Ranns | 1 | -16/+1 |
2018-03-22 | NAT44: interface output feature and dst NAT (VPP-1200) |  Matus Fabian | 1 | -0/+59 |
2018-03-21 | bond: Add bonding driver and LACP protocol |  Steven | 3 | -0/+405 |
2018-03-21 | UDP Encap counters |  Neale Ranns | 1 | -0/+5 |
2018-03-21 | reassembly: feature/concurrency |  Klement Sekera | 6 | -345/+203 |
2018-03-20 | FIB Interpose Source |  Neale Ranns | 3 | -18/+39 |
2018-03-19 | IGMP plugin |  Jakub Grajciar | 3 | -0/+398 |
2018-03-19 | Scapy upgrade to 2.4.0.rc5 |  Neale Ranns | 11 | -10/+211 |
2018-03-18 | Remove unnumbered configuration on interface delete |  Neale Ranns | 2 | -20/+33 |
2018-03-16 | QoS recording and marking |  Neale Ranns | 2 | -0/+402 |
2018-03-16 | IPv6 ND Router discovery control plane (VPP-1095) |  Juraj Sloboda | 3 | -7/+204 |
2018-03-16 | remove spurious print statements from DVR tests |  Neale Ranns | 1 | -2/+0 |
2018-03-16 | IPv6 ND Router discovery data plane (VPP-1095) |  Juraj Sloboda | 3 | -3/+132 |
2018-03-15 | make test: Add VCL iperf3 tests |  Dave Wallace | 1 | -36/+102 |
2018-03-15 | IPIP: Linter on test_*.py |  Ole Troan | 3 | -137/+78 |
2018-03-14 | make test: early core detection, code cleanup |  Klement Sekera | 3 | -10/+31 |
2018-03-14 | IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. |  Ole Troan | 3 | -25/+299 |
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 | Improve l2_macs_events API to provide MAC move information |  John Lo | 1 | -2/+7 |
2018-03-14 | VOM: acl: Add support for acl ethertype unbind and dump |  Mohsin Kazmi | 1 | -0/+5 |
2018-03-13 | Common form of fib-path reproting in dumps |  Neale Ranns | 1 | -0/+17 |
2018-03-12 | NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191) |  Matus Fabian | 1 | -37/+42 |