Age | Commit message (Expand) | Author | Files | Lines |
2017-03-06 | SNAT: session dump last heard type fix |  Martin | 2 | -3/+3 |
2017-03-04 | Fix duplicate binary API registration messages / bugs |  Dave Barach | 4 | -8/+7 |
2017-03-04 | Export session.api.h for out-of-tree builds |  Alexander Popovsky (apopovsk) | 1 | -1/+2 |
2017-03-04 | DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC... |  Neale Ranns | 4 | -20/+78 |
2017-03-04 | Cleanup URI code and TCP bugfixing |  Florin Coras | 24 | -1975/+1460 |
2017-03-04 | Evolving SRv6 (Segment Routing for IPv6) |  Pablo Camarillo | 27 | -5614/+8352 |
2017-03-04 | timing wheel: avoid queueing expired timers and caching wrong earliest expiry... |  Andrew Yourtchenko | 1 | -2/+11 |
2017-03-03 | Implement a loopback instance allocation scheme. |  Jon Loeliger | 7 | -19/+241 |
2017-03-03 | Fixed PLUGIN_DISABLE bug |  Pablo Camarillo | 1 | -1/+1 |
2017-03-03 | Clean up VXLAN api message handler registration issues |  John Lo | 1 | -94/+0 |
2017-03-03 | VPP-651: Ensure sw_if_index to node mapping for L2 output path is only done v... |  Andrew Yourtchenko | 10 | -88/+53 |
2017-03-03 | Improve api trace replay consistency checking |  Dave Barach | 3 | -2/+41 |
2017-03-03 | IPv6 RA improvements |  Neale Ranns | 7 | -163/+400 |
2017-03-03 | Changing the IP table for an interface is an error if the interface already h... |  Neale Ranns | 13 | -70/+135 |
2017-03-03 | python API: work towards python/vpp api separation |  Klement Sekera | 2 | -7/+36 |
2017-03-02 | VPP-608: fix coverity warning in vppapigen |  Dave Barach | 1 | -2/+2 |
2017-03-02 | Fix create_vlan_subif API using sw_if_index as hw_if_index |  John Lo | 1 | -3/+8 |
2017-03-02 | Clean up binary api message handler registration issues |  Dave Barach | 14 | -397/+81 |
2017-03-02 | bridge domain: fix members reordered when removing |  Eyal Bari | 1 | -1/+1 |
2017-03-02 | SNAT: user's dump and session dump of a certain snat user. |  magalik | 8 | -3/+370 |
2017-03-02 | Remove the unused VRF ID parameter from the IP neighbour Add/Del API |  Neale Ranns | 7 | -18/+7 |
2017-03-02 | Determine pkt type in dpdk-input node using ethertype only (VPP-647) |  John Lo | 1 | -52/+22 |
2017-03-02 | Update CSIT tests 170220 -> 170302 |  Jan Gelety | 1 | -1/+1 |
2017-03-02 | Fix LISP Coverity warning |  Florin Coras | 1 | -1/+1 |
2017-03-02 | VPP-648: CLI Memory leak with invalid parameter |  Billy McFall | 3 | -29/+88 |
2017-03-02 | BFD: command line interface |  Klement Sekera | 15 | -191/+1659 |
2017-03-01 | dpdk: be a plugin |  Damjan Marion | 43 | -1585/+838 |
2017-03-01 | vppinfra: fix issue when copying 16 bytes with clib_memcpy |  Damjan Marion | 2 | -0/+10 |
2017-03-01 | Initial Release notes for 17.04. |  Ole Troan | 1 | -0/+20 |
2017-03-01 | Add MAINTAINERS file |  Damjan Marion | 1 | -0/+158 |
2017-03-01 | VPP-598: tcp stack initial commit |  Dave Barach | 94 | -512/+17375 |
2017-03-01 | Fix buffer template copy |  Dave Barach | 2 | -5/+30 |
2017-03-01 | devices: vnet_get_aggregate_rx_packets should not be dpdk specific |  Damjan Marion | 10 | -53/+59 |
2017-02-28 | dpdk: retire support for dpdk 16.07 |  Damjan Marion | 17 | -41890/+3 |
2017-02-28 | Clear L2 output config on interface mode change to L3 (VPP-651) |  John Lo | 1 | -4/+11 |
2017-02-28 | vlib: add buffer cloning support |  Damjan Marion | 8 | -265/+256 |
2017-02-28 | Fix warning in generated code |  Dave Barach | 1 | -4/+14 |
2017-02-28 | Trace plugin binary API message range allocation |  Dave Barach | 2 | -8/+89 |
2017-02-27 | BFD: disable debug prints |  Klement Sekera | 1 | -1/+1 |
2017-02-27 | vlib: add VLIB_BUFFER_EXT_HDR_VALID flag |  Damjan Marion | 4 | -5/+4 |
2017-02-27 | [Proxy] ARP tests |  Neale Ranns | 5 | -0/+587 |
2017-02-27 | Add GPE CLI/API for setting encap mode |  Filip Tehlar | 8 | -4/+319 |
2017-02-27 | fix:vxlan mcast adj - added as ucast dpo adj |  Eyal Bari | 1 | -1/+1 |
2017-02-26 | Load plugins in alphabetical order |  Dave Barach | 1 | -9/+55 |
2017-02-26 | BFD: echo function |  Klement Sekera | 12 | -367/+1319 |
2017-02-25 | Add NSH to GPE decap path |  Florin Coras | 5 | -20/+56 |
2017-02-25 | MFIB: changes to improve route add/delete performance |  Neale Ranns | 3 | -7/+12 |
2017-02-25 | Enable tests with VRF reset |  Jan Gelety | 1 | -37/+73 |
2017-02-24 | FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t... |  Neale Ranns | 3 | -7/+31 |
2017-02-24 | VPP-650: handle buffer failure in vlib_buffer_copy(...) |  Dave Barach | 4 | -10/+63 |