Age | Commit message (Expand) | Author | Files | Lines |
2017-07-07 | SNAT: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) |  Matus Fabian | 5 | -79/+578 |
2017-07-06 | Unlink /dev/shm files on application detach. |  Dave Wallace | 4 | -5/+36 |
2017-07-06 | DHCP complete event sends mask length |  Neale Ranns | 3 | -3/+7 |
2017-07-06 | VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message. |  Ole Troan | 1 | -1/+1 |
2017-07-06 | dpdk: add FiftyGigabitEtherenet interface support |  Damjan Marion | 3 | -0/+7 |
2017-07-06 | devices: show interface rx-placement displays the wrong information (VPP-894) |  Steven | 1 | -1/+3 |
2017-07-06 | unix: mkdir VPP_RUN_DIR before opening a socket in it |  Chris Luke | 4 | -9/+35 |
2017-07-06 | vppinfra: revert clib_memcpy optimization |  Damjan Marion | 2 | -10/+14 |
2017-07-06 | Send GARP/NA on bonded intf slave up/down if in active-backup mode |  John Lo | 7 | -8/+232 |
2017-07-05 | Buffer name inconsistently used a cstring/vec (VPP-901) |  Chris Luke | 1 | -3/+3 |
2017-07-05 | Add API support for LLDP config/interface set |  Steve Shin | 11 | -47/+401 |
2017-07-04 | acl-plugin: VPP-897: applying of large number of ACEs is slow |  Andrew Yourtchenko | 2 | -20/+45 |
2017-07-04 | acl-plugin: fix acl plugin test failing sporadically (VPP-898) |  Andrew Yourtchenko | 1 | -0/+5 |
2017-07-01 | Refactor API message handling code |  Klement Sekera | 11 | -477/+609 |
2017-06-30 | VPP-893: handle multiple simultaneous event registrations |  Dave Barach | 2 | -1/+7 |
2017-06-30 | VPP debug image with worker threads hit assert on adding IP route with traffi... |  Neale Ranns | 3 | -1/+39 |
2017-06-30 | memif: API message handler registration bug-fix |  Jakub Grajciar | 1 | -11/+0 |
2017-06-29 | LLDP: properly parse lldp cmds from startup config |  Klement Sekera | 1 | -3/+1 |
2017-06-29 | Fix SIGBUS on aarch64 |  Christophe Fontaine | 1 | -1/+1 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl |  Dave Barach | 13 | -77/+197 |
2017-06-27 | L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888) |  Eyal Bari | 5 | -87/+64 |
2017-06-27 | FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbits |  Ole Troan | 4 | -14/+102 |
2017-06-26 | VPP-889: MAP Stats API/CLI crashes when no domains. |  Ole Troan | 2 | -1/+11 |
2017-06-25 | VPP crash on creating vxlan gpe interface. VPP-875 |  Hongjun Ni | 5 | -19/+118 |
2017-06-25 | memif: If rx/tx_queues are unset, use default values |  Milan Lenco | 1 | -2/+12 |
2017-06-24 | Rewrite vppctl in C |  Damjan Marion | 3 | -0/+327 |
2017-06-23 | IP4/IP6 FIB: fix crash during interface delete |  Pavel Kotucek | 4 | -1/+42 |
2017-06-22 | Update master revision to 17.10 |  Neale Ranns | 1 | -1/+1 |
2017-06-22 | Update lisp map record default ttl to 24hv17.10-rc0 |  Florin Coras | 1 | -2/+2 |
2017-06-22 | Improve svm fifo and tcp tx path performance (VPP-846) |  Florin Coras | 8 | -35/+232 |
2017-06-22 | Export and Install GTP-U API file |  Hongjun Ni | 1 | -1/+1 |
2017-06-22 | acl-plugin: clean up the code enabling/disabling acl-plugin processing on int... |  Andrew Yourtchenko | 2 | -4/+18 |
2017-06-22 | NAT64: documentation |  Matus Fabian | 2 | -0/+211 |
2017-06-22 | VNET:explicitly pad l2_classify |  Eyal Bari | 1 | -10/+4 |
2017-06-21 | Introduce default rx mode for device drivers |  Damjan Marion | 5 | -7/+19 |
2017-06-21 | acl-plugin: the second and subsequent ACEs incorrect endianness when custom-d... |  Andrew Yourtchenko | 1 | -4/+22 |
2017-06-21 | acl-plugin: CLI to clear all sessions |  Andrew Yourtchenko | 2 | -8/+38 |
2017-06-21 | acl-plugin: use ethernet_buffer_header_size() to determine the size of the et... |  Andrew Yourtchenko | 1 | -1/+1 |
2017-06-21 | acl-plugin: fix coverity issue 170476 |  Andrew Yourtchenko | 1 | -2/+1 |
2017-06-21 | acl-plugin: fix coverity issue 166801 |  Andrew Yourtchenko | 1 | -1/+1 |
2017-06-21 | NAT64: custom prefix |  Matus Fabian | 6 | -65/+494 |
2017-06-21 | memif: minor changes in memif.h |  Damjan Marion | 2 | -16/+20 |
2017-06-21 | Add option to create clib_socket with group write permissions |  Damjan Marion | 3 | -1/+14 |
2017-06-21 | Add knob to specify effective group id (gid) for VPP process |  Damjan Marion | 3 | -0/+36 |
2017-06-21 | ARP: ignore non-connected routes and non-interface sources when determing if ... |  Neale Ranns | 2 | -33/+104 |
2017-06-21 | acl-plugin: fix coverity error 171135 |  Andrew Yourtchenko | 1 | -0/+2 |
2017-06-21 | acl-plugin: vat: acl_interface_list_dump confusing/incorrect output in case n... |  Andrew Yourtchenko | 1 | -2/+2 |
2017-06-20 | vlib: make runtime_data handling thread-local |  Igor Mikhailov (imichail) | 1 | -16/+26 |
2017-06-20 | Parenthesize the usage of the macro argument within vec_search() macro defini... |  Andrew Yourtchenko | 1 | -1/+1 |
2017-06-20 | SNAT: unknow protocol hairpinning fix |  Matus Fabian | 1 | -1/+1 |