Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | Create a unit-test plugin | Dave Barach | 9 | -31/+608 |
2018-07-23 | tls: avoid possible async handler duplication | Ping Yu | 1 | -1/+1 |
2018-07-23 | session: send rx events only if session ready | Florin Coras | 3 | -2/+15 |
2018-07-23 | L2 EFP: byteswap sw_if_index, enable flag can be u8 on .api | Neale Ranns | 3 | -4/+7 |
2018-07-23 | NAT44: fix forwarding feature bug (VPP-1349) | Matus Fabian | 1 | -3/+3 |
2018-07-23 | Buffer clone: copy opaque2 | Neale Ranns | 1 | -0/+2 |
2018-07-23 | Update pipeline.h: use vlib_get_buffers | Dave Barach | 3 | -329/+215 |
2018-07-23 | fix vector index range checks | Eyal Bari | 12 | -20/+15 |
2018-07-21 | Loopback tx: support multiple tx intfcs per frame | Dave Barach | 1 | -153/+197 |
2018-07-21 | fix IP directed broadcast node declarations | Matthew Smith | 2 | -2/+2 |
2018-07-20 | bihash: give hint to CPU that we are spinlocking | Damjan Marion | 2 | -4/+6 |
2018-07-20 | Add congestion drop in interface handoff | Damjan Marion | 4 | -24/+84 |
2018-07-20 | Fine-grained add / delete locking | Dave Barach | 9 | -354/+234 |
2018-07-20 | physmem: fix alloc when dlmaloc is used | Damjan Marion | 1 | -1/+5 |
2018-07-20 | fix issue with missing sample_main in sample plugin | Damjan Marion | 1 | -0/+2 |
2018-07-20 | QOS: mark/record fix feature ordering c-n-p error | Neale Ranns | 1 | -5/+5 |
2018-07-20 | IP directed broadcast | Neale Ranns | 16 | -29/+280 |
2018-07-20 | avf: don't enable interrupts before interface is admin up | Damjan Marion | 1 | -1/+0 |
2018-07-20 | NAT44: in+out interface in STN setup improvement (VPP-1344) | Matus Fabian | 1 | -8/+26 |
2018-07-20 | QoS: marking and recording for MPLS and VLAN | Neale Ranns | 3 | -18/+267 |
2018-07-20 | avf: Support interrupt mode | Steven | 2 | -1/+5 |
2018-07-19 | Fix coverity warning / legitimate minor bug | Dave Barach | 1 | -1/+1 |
2018-07-19 | dpdk: fix Mellanox Connect-X3 VF ID | Matthew Smith | 1 | -1/+1 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 27 | -109/+63 |
2018-07-19 | session: coverity warnings | Florin Coras | 2 | -20/+17 |
2018-07-19 | Add a new communication channel between VPP and openssl engine | Ping Yu | 4 | -20/+60 |
2018-07-19 | Cleanup of handoff code | Damjan Marion | 6 | -341/+110 |
2018-07-19 | qos record:fix disable on interface delete | Eyal Bari | 1 | -1/+1 |
2018-07-19 | ip4-input and ip4-input-no-checksum should be siblings | Neale Ranns | 1 | -11/+1 |
2018-07-19 | Fix IPv6 csum calculation in GTP-U encapsulation | Andreas Schultz | 1 | -24/+25 |
2018-07-19 | dpdk: set log write fd to non-blocking | Matthew Smith | 1 | -7/+15 |
2018-07-19 | dpdk: add device IDs for Mellanox ConnectX-3 | Matthew Smith | 1 | -1/+6 |
2018-07-19 | PAPI: Remove logging calls from pack/unpack | Ole Troan | 1 | -18/+0 |
2018-07-19 | gbp: Add support for ACL | Mohsin Kazmi | 6 | -58/+178 |
2018-07-18 | qos mark/record: fix disable-sw_if_index range check | Eyal Bari | 2 | -2/+2 |
2018-07-18 | DPDK: coverity scan warnings | Marco Varlese | 2 | -7/+4 |
2018-07-18 | svm: make message queue more compact | Florin Coras | 2 | -18/+31 |
2018-07-18 | Change configure.ac to match the release tag on master | Ed Warnicke | 1 | -1/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 46 | -105/+7451 |
2018-07-18 | vpp-api: improve naming for easier debugging | Klement Sekera | 1 | -2/+2 |
2018-07-18 | VPP crash when run "lb set interface nat4 in <intc>" VPP-1343 | Hongjun Ni | 1 | -1/+1 |
2018-07-18 | Fix GTP-U length header field in encoding | Andreas Schultz | 2 | -11/+23 |
2018-07-18 | Fix GTP-U header in 4x IPv4 vector encapsulation | Andreas Schultz | 1 | -1/+1 |
2018-07-18 | vppinfra: increase max bihash arena size to 512GB | Damjan Marion | 2 | -11/+21 |
2018-07-17 | memif: vectorized buffer enqueue in input node | Damjan Marion | 1 | -146/+121 |
2018-07-17 | Bump the VPP version in configure.ac | Neale Ranns | 1 | -1/+1 |
2018-07-17 | loopback:fix delete to check interface class | Eyal Bari | 1 | -13/+6 |
2018-07-17 | session: send ctrl msg over mq | Florin Coras | 13 | -524/+977 |
2018-07-17 | session: use msg queue for events | Florin Coras | 27 | -400/+773 |
2018-07-17 | session: make sure segment sizes are page aligned | Florin Coras | 2 | -3/+6 |