Age | Commit message (Expand) | Author | Files | Lines |
2019-03-15 | Add @deprecated decorator. | Paul Vinciguerra | 1 | -0/+1 |
2019-03-14 | Tests: test/test_flowprobe.py Fix TypeError. | Paul Vinciguerra | 1 | -1/+1 |
2019-03-14 | GBP: coverity legit bug | Neale Ranns | 1 | -0/+1 |
2019-03-14 | tcp: drop anything but fins in TIME_WAIT | Florin Coras | 1 | -0/+4 |
2019-03-14 | Update documentation for src/vnet/interface.api sw_interface_dump | Paul Vinciguerra | 1 | -1/+7 |
2019-03-14 | GBP: update semantics for subnets | Neale Ranns | 1 | -13/+23 |
2019-03-14 | IGMP: typo and doc fix (no behaviour change) | Neale Ranns | 3 | -8/+8 |
2019-03-14 | acl-plugin: fix the l2l3 unittest to actually verify the pcap | Andrew Yourtchenko | 1 | -4/+3 |
2019-03-14 | dpdk: Add E810 family support | ChenminSun | 3 | -0/+6 |
2019-03-14 | GBP: Endpoint flags | Neale Ranns | 4 | -13/+75 |
2019-03-14 | TEST: link-state up/down notifications on FIB forwarding | Neale Ranns | 4 | -1/+166 |
2019-03-14 | vcl: fix coverity warning | Florin Coras | 1 | -1/+1 |
2019-03-14 | GBP: get source address from ARP packets for LPM classification | Neale Ranns | 2 | -43/+79 |
2019-03-13 | session rule cli add udp session fail | zhanglimao | 1 | -0/+1 |
2019-03-13 | VPP-1576: fix a set of coverity warnings | Dave Barach | 5 | -4/+13 |
2019-03-13 | buffers: don't use clib_memcpy for copying buffer indices | Damjan Marion | 1 | -1/+37 |
2019-03-13 | vhost-user: restart vpp may cause vhost to crash | Steven Luong | 1 | -1/+1 |
2019-03-13 | Move the punt/drop nodes into vlib | Neale Ranns | 3 | -286/+378 |
2019-03-13 | deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH | Filip Tehlar | 6 | -32/+32 |
2019-03-13 | Add the SRIOV variant PCI Device ID of the Cisco VIC | Jay Lubomirski | 1 | -1/+2 |
2019-03-13 | Tests: post-merge review comments for https://gerrit.fd.io/r/#/c/18081/ | Paul Vinciguerra | 1 | -2/+3 |
2019-03-13 | buffers: fix ref_count mask in vlib_buffer_free_inline | Damjan Marion | 1 | -1/+1 |
2019-03-13 | deprecate VLIB_NODE_FUNCTION_MULTIARCH | Filip Tehlar | 9 | -52/+57 |
2019-03-13 | tcp: fix entering closing state while in fast recovery | Florin Coras | 1 | -5/+15 |
2019-03-13 | tcp: avoid computing flags in push hdr inline | Florin Coras | 1 | -26/+3 |
2019-03-13 | vmbus: not having uio_hv_generic is not an error | Stephen Hemminger | 1 | -7/+20 |
2019-03-12 | Tests: Raise exception, don't raise string. | Paul Vinciguerra | 4 | -4/+4 |
2019-03-12 | Use AVX2 as default even on AVX512 systems | Damjan Marion | 1 | -1/+1 |
2019-03-12 | svm mq: add unit test | Florin Coras | 2 | -3/+179 |
2019-03-12 | tcp: print congestion control algorithm in cli | Florin Coras | 1 | -11/+12 |
2019-03-12 | dpdk: pass log-level configuration to EAL | Stephen Hemminger | 3 | -31/+0 |
2019-03-12 | Perf tune handoff queue polling | Dave Barach | 3 | -3/+25 |
2019-03-12 | ip: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 10 | -174/+178 |
2019-03-12 | l2: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 16 | -122/+150 |
2019-03-12 | DOC ONLY: add packet handoff doc | Dave Barach | 1 | -11/+117 |
2019-03-12 | VPP-1585: fix dns test cli | Filip Tehlar | 1 | -1/+3 |
2019-03-12 | GBP: L3 out fixes | Neale Ranns | 7 | -59/+260 |
2019-03-12 | GBP: custom-dump functions | Neale Ranns | 5 | -17/+376 |
2019-03-12 | FIB: path parsing, table-id not fib-index (VPP-1586) | Neale Ranns | 3 | -8/+44 |
2019-03-12 | GBP: contracts API fixed length of allowed ethertypes | Neale Ranns | 5 | -36/+64 |
2019-03-12 | ICMP46 error: Clone first buffer instead of "truncating" original buffer | Ole Troan | 3 | -52/+57 |
2019-03-12 | VPP-1486: Unittest for stat segment file descriptor leak. | Paul Vinciguerra | 1 | -0/+41 |
2019-03-12 | FIB: crash when deleting default route | Neale Ranns | 1 | -9/+0 |
2019-03-12 | bfd: register udp ports only when enabled | Klement Sekera | 1 | -14/+49 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. | Ole Troan | 36 | -783/+409 |
2019-03-11 | ldp: fix worker alloc when using eventfds | Florin Coras | 1 | -1/+15 |
2019-03-11 | disable multiarch for error-drop | Filip Tehlar | 1 | -2/+4 |
2019-03-11 | VPP-1533: Deleting a non-existent pre-resolved MAP next-hop causes VPP core dump | Ole Troan | 1 | -7/+10 |
2019-03-11 | VPP-1508: Tests: Fix vpp_api struct.error under py3. | Paul Vinciguerra | 15 | -87/+122 |
2019-03-11 | dpo: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 6 | -157/+59 |