Age | Commit message (Expand) | Author | Files | Lines |
2018-07-23 | fix vector index range checks |  Eyal Bari | 12 | -20/+15 |
2018-07-22 | make test-ext: a new test target that builds VOM (existing one no longer do) |  Neale Ranns | 2 | -2/+11 |
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 | 18 | -29/+361 |
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 | 4 | -22/+477 |
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: eliminate vpp-dpdk-devel RPM conflict |  Matthew Smith | 1 | -1/+1 |
2018-07-19 | dpdk: fix Mellanox Connect-X3 VF ID |  Matthew Smith | 1 | -1/+1 |
2018-07-19 | test_jvpp: improve error message when JVpp JARS are missing |  Marek Gradzki | 1 | -0/+7 |
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 | Set default STARTUP_DIR to be toplevel dir |  Damjan Marion | 1 | -3/+3 |
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 | 7 | -68/+256 |
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 | 47 | -106/+7454 |
2018-07-18 | make_test: dhcp - add lease time test and wrong XID in OFFER test |  Jan Gelety | 1 | -7/+102 |
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 |
2018-07-17 | VOM: support for pipes |  Neale Ranns | 84 | -316/+978 |
2018-07-16 | Adjacency-BFD: assume BFD down on create |  Neale Ranns | 2 | -10/+17 |