Age | Commit message (Expand) | Author | Files | Lines |
2017-02-14 | VPP-279: Document changes for vnet/vnet/devices |  Billy McFall | 2 | -52/+210 |
2017-02-14 | BFD: respect remote demand mode |  Klement Sekera | 3 | -348/+590 |
2017-02-14 | make test: improve stability |  Klement Sekera | 6 | -88/+149 |
2017-02-14 | BFD: set per session UDP source port per RFC |  Klement Sekera | 4 | -16/+43 |
2017-02-14 | Fix coverity issues: ioam |  Shwetha Bhandari | 3 | -8/+15 |
2017-02-14 | Fix is_server flag in vhost dump (VPP-562) |  Marek Gradzki | 1 | -0/+1 |
2017-02-14 | Fix typo in API warning message. |  Jon Loeliger | 1 | -1/+1 |
2017-02-14 | vhost-user: fix crash when descriptor points to unknown region |  Damjan Marion | 1 | -1/+2 |
2017-02-14 | Update CSIT tests 170129 -> 170213 |  Jan Gelety | 1 | -1/+1 |
2017-02-13 | Out-of-tree Build Error fix |  AkshayaNadahalli | 2 | -22/+20 |
2017-02-13 | Augment IP_DETAILS, IP_ADDRESS_DETAILS with a few context fields. |  Jon Loeliger | 2 | -5/+15 |
2017-02-13 | Basic support for LISP-GPE encapsulated NSH packets |  Florin Coras | 28 | -22/+944 |
2017-02-13 | VPP-632 : InBand OAM Analyser |  AkshayaNadahalli | 33 | -336/+2797 |
2017-02-10 | Update plugin templates |  Dave Barach | 3 | -118/+106 |
2017-02-09 | make test: work around scapy truncated packets |  Klement Sekera | 2 | -0/+65 |
2017-02-09 | Improve MFIB doxygen help |  Neale Ranns | 4 | -4/+12 |
2017-02-08 | BFD: minor fixes |  Klement Sekera | 2 | -5/+3 |
2017-02-08 | make test: BFD tests speedup |  Klement Sekera | 1 | -2/+4 |
2017-02-08 | BFD: modify session parameters |  Klement Sekera | 13 | -127/+601 |
2017-02-08 | Fix source address reachability check for ip6 local packets |  AkshayaNadahalli | 2 | -7/+26 |
2017-02-07 | VPP-630: Null pointer dereferences in vlib/unix/plugin.c |  Ole Troan | 1 | -1/+1 |
2017-02-07 | Multiple platofrm support for dpdk/Makefile, fix optimizations |  Damjan Marion | 4 | -78/+25 |
2017-02-07 | Fix M(), M2() macros in VAT |  Filip Tehlar | 1 | -2/+4 |
2017-02-07 | LISP: reject remote mappings that have as locators local IPs |  Filip Tehlar | 2 | -1/+29 |
2017-02-06 | Add pool_get[_aligned]_will_expand(...) |  Dave Barach | 2 | -0/+67 |
2017-02-06 | make test: improve test filtering |  Klement Sekera | 3 | -5/+81 |
2017-02-06 | vlib: remove algned/unaligned buffers scheme |  Damjan Marion | 6 | -386/+57 |
2017-02-06 | make test: fix dependencies |  Klement Sekera | 1 | -2/+2 |
2017-02-06 | SNAT: fix snat_add_static_mapping_command() uninitialized variable |  Matus Fabian | 2 | -5/+16 |
2017-02-05 | SNAT: initialize outside and inside FIB index in snat_config |  Matus Fabian | 2 | -36/+5 |
2017-02-05 | fix some 'stored but never read' warnings raised by clang |  Gabriel Ganne | 2 | -6/+7 |
2017-02-05 | Wheel-timer infra |  Dave Barach | 8 | -0/+1289 |
2017-02-05 | Test checksyle for IP mcast tests |  Neale Ranns | 2 | -3/+3 |
2017-02-04 | dpdk: move to uio_pci_generic |  Damjan Marion | 6 | -27/+9 |
2017-02-03 | pg: add trace information for pg tx node |  Damjan Marion | 3 | -9/+46 |
2017-02-03 | vhost-user: fix missing speculative enqueue unwind |  Steven | 1 | -0/+4 |
2017-02-03 | Fix CLI help message for set ip address |  Matej Klotton | 1 | -1/+1 |
2017-02-03 | pep8 compliance for test_ip6.py |  Neale Ranns | 1 | -3/+3 |
2017-02-03 | Next node frame over-flow after replication |  Neale Ranns | 2 | -6/+28 |
2017-02-03 | Plugin infrastructure improvements |  Damjan Marion | 16 | -210/+367 |
2017-02-03 | SNAT: fix invalid outside FIB index |  Matus Fabian | 1 | -0/+14 |
2017-02-03 | SNAT: Port allocation per protocol |  Matus Fabian | 9 | -140/+242 |
2017-02-02 | Added support for openSUSE |  Marco Varlese | 1 | -1/+4 |
2017-02-02 | Remove unnecessary block structure around CONTROL_PING messages. |  Jon Loeliger | 2 | -204/+168 |
2017-02-02 | Refactor fragile msg macro W and W2 to not burry return control flow. |  Jon Loeliger | 13 | -577/+699 |
2017-02-02 | Localize the timeout variable within the W message macro. |  Jon Loeliger | 12 | -231/+6 |
2017-02-02 | Convert message macro S to accept a message pointer parameter; |  Jon Loeliger | 13 | -284/+295 |
2017-02-02 | Convert M() and M2() macros to honor their second, mp, parameter. |  Jon Loeliger | 2 | -4/+4 |
2017-02-02 | Ensure all M() and M2() second parameters are the message pointer. |  Jon Loeliger | 12 | -284/+285 |
2017-02-02 | Fix SR multicast post mfib commit |  Neale Ranns | 13 | -650/+508 |