Age | Commit message (Expand) | Author | Files | Lines |
2017-05-22 | vhost: migrate to use device infra for worker thread assignment, rx-mode. |  Steven | 4 | -484/+336 |
2017-05-20 | vhost: buffers leak and interface disable upon vring descriptor out of mmap |  Steven | 1 | -16/+9 |
2017-05-20 | af_packet: set mac address support |  Ray Kinsella | 1 | -1/+47 |
2017-05-17 | vhost: bad packet assembled from descriptor chaining |  Steven | 1 | -1/+2 |
2017-05-15 | af_packet: support changing the mtu size |  Ray Kinsella | 1 | -1/+23 |
2017-05-10 | device: Add callback for set interface rx-mode |  Steven | 1 | -0/+1 |
2017-05-09 | Fix remaining 32-bit compile issues |  Damjan Marion | 1 | -1/+1 |
2017-05-02 | Add interface rx mode commands, unify rx mode and placement CLI |  Damjan Marion | 3 | -176/+48 |
2017-04-28 | af_packet: reflect admin device state on host |  Ray Kinsella | 3 | -15/+78 |
2017-04-28 | vhost: Disallow duplicate path name for vhost interface |  Steven | 2 | -1/+37 |
2017-04-26 | vhost: Fix mmap size calculation |  Pierre Pfister | 1 | -3/+3 |
2017-04-26 | vhost: core dump on quit with worker threads |  Steven | 1 | -0/+2 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages |  Dave Barach | 3 | -55/+5 |
2017-04-24 | vhost: remove socket linked file when deleting vhost interface |  Steven | 1 | -9/+18 |
2017-04-11 | Devices: set interface placement does not remove the old interface placement |  Steven | 1 | -3/+0 |
2017-04-11 | vhost: interrupt mode enhancements |  Steven | 2 | -34/+26 |
2017-04-10 | Common device-input interrupt infra |  Damjan Marion | 4 | -29/+175 |
2017-04-07 | MPLS Mcast |  Neale Ranns | 1 | -1/+1 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 6 | -126/+130 |
2017-03-30 | vppinfra: add spinlock inline functions |  Damjan Marion | 6 | -26/+12 |
2017-03-29 | vhost: vhost-user component may become unusable with too many open files (VPP... |  Steven | 1 | -9/+20 |
2017-03-28 | af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is set |  Jim Gibson | 1 | -1/+2 |
2017-03-26 | Rename "show interfaces" -> "show interface" |  Dave Barach | 2 | -2/+2 |
2017-03-22 | vhost: support interrupt mode |  Steven | 2 | -22/+322 |
2017-03-20 | vnet: add device-input threadplacement infra |  Damjan Marion | 5 | -68/+300 |
2017-03-17 | Fix IP feature ordering. |  Neale Ranns | 1 | -1/+0 |
2017-03-16 | vhost: wrong value return for VHOST_USER_VRING_GET_BASE |  Steven | 1 | -4/+11 |
2017-03-10 | Retire vpp_lite |  Damjan Marion | 4 | -4465/+0 |
2017-03-09 | vlib_mains == 0 special cases be gone |  Dave Barach | 1 | -5/+4 |
2017-03-08 | vhost: binary API changes for interrupt mode |  Steven | 4 | -10/+41 |
2017-03-06 | features: take device-input buffer advance value directly |  Damjan Marion | 3 | -4/+3 |
2017-03-02 | Clean up binary api message handler registration issues |  Dave Barach | 1 | -9/+1 |
2017-03-01 | dpdk: be a plugin |  Damjan Marion | 25 | -11695/+0 |
2017-03-01 | devices: vnet_get_aggregate_rx_packets should not be dpdk specific |  Damjan Marion | 9 | -44/+58 |
2017-02-28 | dpdk: retire support for dpdk 16.07 |  Damjan Marion | 5 | -58/+3 |
2017-02-28 | vlib: add buffer cloning support |  Damjan Marion | 2 | -13/+39 |
2017-02-27 | vlib: add VLIB_BUFFER_EXT_HDR_VALID flag |  Damjan Marion | 2 | -2/+2 |
2017-02-24 | Fixed QAT device binding and device unbinding when vpp package is removed |  Radu Nicolau | 1 | -1/+1 |
2017-02-24 | VPP-279: Document changes for vnet/vnet/devices |  Billy McFall | 2 | -100/+617 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter |  Billy McFall | 5 | -134/+343 |
2017-02-17 | Implemented IKEv2 initiator features: |  Radu Nicolau | 2 | -0/+4 |
2017-02-17 | dpdk: quad loop and prefetch in fill_free_list |  Damjan Marion | 1 | -15/+71 |
2017-02-14 | VPP-279: Document changes for vnet/vnet/devices |  Billy McFall | 2 | -52/+210 |
2017-02-14 | Fix is_server flag in vhost dump (VPP-562) |  Marek Gradzki | 1 | -0/+1 |
2017-02-14 | vhost-user: fix crash when descriptor points to unknown region |  Damjan Marion | 1 | -1/+2 |
2017-02-06 | vlib: remove algned/unaligned buffers scheme |  Damjan Marion | 1 | -118/+13 |
2017-02-04 | dpdk: move to uio_pci_generic |  Damjan Marion | 1 | -1/+1 |
2017-02-03 | vhost-user: fix missing speculative enqueue unwind |  Steven | 1 | -0/+4 |
2017-02-02 | dpdk: fix crypto coverity warning |  Sergio Gonzalez Monroy | 1 | -1/+2 |
2017-01-27 | dpdk: rework cryptodev ipsec build and setup |  Sergio Gonzalez Monroy | 11 | -166/+287 |