Age | Commit message (Expand) | Author | Files | Lines |
2017-05-17 | VPP-846: tcp perf / scale / hardening | Dave Barach | 7 | -50/+108 |
2017-05-17 | ARP learning fixes (VPP-843) | Neale Ranns | 4 | -90/+98 |
2017-05-16 | Fixes to tcp active opens and reception | Dave Barach | 2 | -1/+10 |
2017-05-16 | Unneeded linking | Marco Varlese | 1 | -0/+4 |
2017-05-16 | L2FIB: add flush test | Eyal Bari | 2 | -103/+219 |
2017-05-16 | VPP-845: add configurable elog post-mortem dump | Dave Barach | 4 | -4/+37 |
2017-05-16 | ping command does not work when there is woker thread (VPP-844) | flyingeagle23 | 1 | -0/+1 |
2017-05-16 | Fix regression of setting device to admin-down state | John Lo | 1 | -5/+4 |
2017-05-16 | 1704: Release notes. Cherry pick from 6288. | Ole Troan | 1 | -2/+111 |
2017-05-16 | Place the vpp_papi*.egg file together with other build products. | Igor Mikhailov (imichail) | 1 | -1/+2 |
2017-05-15 | Add sw_if_index of tunnel interface to API reply for ipsec_tunnel_if_add_del | Matthew Smith | 4 | -15/+36 |
2017-05-15 | acl-plugin: unapply the ACLs if interface is being deleted | Andrew Yourtchenko | 1 | -0/+4 |
2017-05-15 | dpdk: Enable hardware CRC strip for Intel VFs | Damjan Marion | 1 | -0/+5 |
2017-05-15 | Add GTP-U plugin. VPP-694 | Hongjun Ni | 20 | -0/+4743 |
2017-05-15 | memif: migrate memif to use vnet device infra APIs | Steven | 2 | -22/+40 |
2017-05-15 | dpdk: improve error handling during device initialization | Damjan Marion | 6 | -79/+98 |
2017-05-15 | af_packet: support changing the mtu size | Ray Kinsella | 1 | -1/+23 |
2017-05-15 | jvpp: fix memory allocation for variable lenght messages (VPP-841) | Marek Gradzki | 4 | -22/+49 |
2017-05-15 | Fix builtin tcp client | Dave Barach | 4 | -38/+78 |
2017-05-15 | Add a missing byte-swap call in ACL intf dump. | Jon Loeliger | 1 | -1/+1 |
2017-05-15 | [plugins/dpdk] Support for CLIB_HAVE_64 (aarch64) | Christophe Fontaine | 1 | -0/+13 |
2017-05-15 | L2BD/API:fix bd dump to ignore unknown bd_id | Eyal Bari | 1 | -19/+20 |
2017-05-15 | move to CSIT 170504 | Neale Ranns | 1 | -1/+1 |
2017-05-15 | Fix vnet_interface_counters API definition | Aloys Augustin | 3 | -144/+227 |
2017-05-15 | Fix FIB recursion loops via cover (VPP-842) | Neale Ranns | 3 | -38/+81 |
2017-05-15 | dpdk: revert dpdk 17.05 change which causes virtio issues | Damjan Marion | 5 | -244/+59 |
2017-05-11 | Validate ip6 interface fib tables early on | Florin Coras | 1 | -0/+5 |
2017-05-11 | dpdk: bump to dpdk 17.05 | Damjan Marion | 5 | -26/+21 |
2017-05-11 | Handle RST of TCP connections in SYN-RCVD state, VPP-822 | Florin Coras | 1 | -8/+23 |
2017-05-11 | make test: support coverage for out-of-tree plugins | Klement Sekera | 1 | -0/+6 |
2017-05-10 | Allow to override the build date | Bernhard M. Wiedemann | 1 | -1/+6 |
2017-05-10 | vnet: introduce error state for sw interfaces | Damjan Marion | 3 | -1/+13 |
2017-05-10 | completelly deprecate os_get_cpu_number, replace new occurences | Damjan Marion | 20 | -75/+77 |
2017-05-10 | Multi-thread enablement for the debug cli http server | Dave Barach | 3 | -2/+35 |
2017-05-10 | doxygen: Fix some paths | Chris Luke | 1 | -1/+3 |
2017-05-10 | L2BD/TEST:fix l2bd multiinstance test | Eyal Bari | 1 | -104/+94 |
2017-05-10 | Add crc32c inline function, allows compilation on 32-bit systems | Damjan Marion | 7 | -19/+67 |
2017-05-10 | dpdk: refactor interface speed detection | Damjan Marion | 3 | -98/+42 |
2017-05-10 | Make reproducible build possible | Marco Varlese | 1 | -3/+7 |
2017-05-10 | device: Add callback for set interface rx-mode | Steven | 3 | -27/+72 |
2017-05-10 | SNAT: move API code to separate file | Matus Fabian | 4 | -1256/+1312 |
2017-05-10 | vppinfra: optimize and simplify splat inline functions | Damjan Marion | 1 | -17/+11 |
2017-05-10 | Improve TCP option handling, VPP-757 | Florin Coras | 3 | -15/+54 |
2017-05-10 | Builtin debug cli http server | Dave Barach | 4 | -5/+647 |
2017-05-10 | Ignore data in RST segments, VPP-723 | Florin Coras | 2 | -59/+53 |
2017-05-10 | Produce vpp_papi*.egg for virtual environments | Igor Mikhailov (imichail) | 1 | -1/+2 |
2017-05-09 | Generate test paths for lib and lib64 subdirectories | Igor Mikhailov (imichail) | 1 | -2/+5 |
2017-05-09 | dpdk: refactor setup, start, stop code | Damjan Marion | 5 | -87/+167 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 20 | -63/+80 |
2017-05-09 | API support for IPsec tunnel interface creation | Matthew Smith | 3 | -1/+221 |