Age | Commit message (Expand) | Author | Files | Lines |
2017-05-26 | ARP/ND use path_remove to complement path_add |  Neale Ranns | 6 | -16/+263 |
2017-05-26 | Improve jvppgen object array member instantiation |  Robert Varga | 1 | -1/+1 |
2017-05-26 | LISP: do not try to delete paths when fwd entry is negative |  Filip Tehlar | 1 | -4/+7 |
2017-05-26 | Fix JNI templates |  Robert Varga | 1 | -0/+3 |
2017-05-25 | MPLS hash function improvements |  Neale Ranns | 6 | -48/+206 |
2017-05-25 | MPLS interface output feature not explicitly enabled |  Neale Ranns | 1 | -2/+0 |
2017-05-25 | af_packet: fix coverity error |  Ray Kinsella | 1 | -2/+19 |
2017-05-24 | Add p2p flag to IPsec tunnel interface hw class |  Matthew Smith | 1 | -0/+1 |
2017-05-24 | MPLS tunnels; path-list lock leak and debug CLI imrpovements |  Neale Ranns | 1 | -7/+16 |
2017-05-24 | SNAT: fix IPFIX data src and dst port |  Matus Fabian | 2 | -6/+31 |
2017-05-24 | IPv6 Performance bugs |  Neale Ranns | 9 | -74/+63 |
2017-05-24 | Missing VLIB node for IPv6 disposition from mcast MPLS LSP |  Neale Ranns | 3 | -9/+101 |
2017-05-24 | vlib: use driver_override in sysfs for binding pci devs to vfio/uio drivers |  Damjan Marion | 1 | -12/+30 |
2017-05-24 | MPLS trace fixes |  Neale Ranns | 2 | -1/+7 |
2017-05-24 | Leak locks and tables in the Classifier |  Neale Ranns | 5 | -9/+84 |
2017-05-24 | Fix tab-completion coverity issue |  Yoann Desmouceaux | 1 | -1/+2 |
2017-05-24 | TEST/L2BD:fix flush tests |  Eyal Bari | 1 | -66/+107 |
2017-05-24 | ipfix: make IPFIX work for all skip_n_vectors values (VPP-204) |  Juraj Sloboda | 1 | -22/+23 |
2017-05-24 | Simple script to 'git blame' on new Coverity issues |  Chris Luke | 1 | -0/+36 |
2017-05-23 | Add TAB-based auto-completion to the CLI |  Yoann Desmouceaux | 3 | -0/+259 |
2017-05-23 | Labelled attached paths via an MPLS tunnel |  Neale Ranns | 6 | -42/+94 |
2017-05-23 | Added support for Virtio-user interfaces by means of a new VNET_DPDK_PORT_TYPE. |  Mohammed Hawari | 3 | -1/+16 |
2017-05-23 | ARP/ND entries for the same address on different interfaces (VPP-848) |  Neale Ranns | 18 | -735/+1194 |
2017-05-22 | vhost: migrate to use device infra for worker thread assignment, rx-mode. |  Steven | 6 | -556/+342 |
2017-05-22 | dpdk: make dpdk global debug level configurable |  Damjan Marion | 3 | -33/+30 |
2017-05-22 | LISP-GPE: add dump call for VNIs in use |  Filip Tehlar | 6 | -1/+149 |
2017-05-22 | Disable "make test" for CentOS |  Damjan Marion | 1 | -0/+2 |
2017-05-22 | Skip L2 FIB flush tests |  Neale Ranns | 1 | -0/+9 |
2017-05-22 | Fix GTP-U Coverity issues |  Hongjun Ni | 1 | -24/+15 |
2017-05-20 | API: Cleaning up message naming that does not follow the conventions |  Ole Troan | 9 | -226/+116 |
2017-05-20 | Improve session debugging |  Florin Coras | 8 | -89/+176 |
2017-05-20 | vhost: buffers leak and interface disable upon vring descriptor out of mmap |  Steven | 1 | -16/+9 |
2017-05-20 | Restore possibility to build vpp in debug mode for rpms |  Igor Mikhailov (imichail) | 1 | -2/+6 |
2017-05-20 | VPP-849: improve vnet classifier memory allocator performance |  Dave Barach | 2 | -274/+450 |
2017-05-20 | Remove specific versions of some packages. |  Thomas F Herbert | 1 | -4/+5 |
2017-05-20 | af_packet: set mac address support |  Ray Kinsella | 1 | -1/+47 |
2017-05-19 | mfib CLI bugs (VPP-852) |  Neale Ranns | 3 | -8/+16 |
2017-05-19 | Enforce Bridge Domain ID range to match 24-bit VNI range |  John Lo | 7 | -9/+45 |
2017-05-19 | Add indent to DEB_DEPENDS missing in vagrant box. |  Dave Wallace | 1 | -1/+1 |
2017-05-18 | Remove nop code from session_manager_add_first_segment(). |  Dave Wallace | 1 | -2/+0 |
2017-05-18 | Improve sack bytes accounting and testing |  Florin Coras | 5 | -37/+140 |
2017-05-18 | acl-plugin: reject the too-short variable-length messages from clients (VPP-839) |  Andrew Yourtchenko | 1 | -3/+42 |
2017-05-18 | VPP-847: improve bihash template memory allocator performance |  Dave Barach | 5 | -57/+111 |
2017-05-18 | Update CSIT tests 170504 -> 170518 |  Jan Gelety | 1 | -1/+1 |
2017-05-17 | dpdk: disable 16-bit descriptors for X710/XL710 |  Damjan Marion | 1 | -2/+1 |
2017-05-17 | ioam: configuration for SRv6 localsid (VPP-693) |  shwethab | 4 | -23/+54 |
2017-05-17 | Add vl_msg_api_get_message_length[_inline] |  Dave Barach | 2 | -0/+17 |
2017-05-17 | dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05 |  Damjan Marion | 1 | -0/+4 |
2017-05-17 | VPP-719: Accept ARP replies from VRRP hw addr |  Matthew Smith | 2 | -7/+102 |
2017-05-17 | vhost: bad packet assembled from descriptor chaining |  Steven | 1 | -1/+2 |