Age | Commit message (Expand) | Author | Files | Lines |
2019-07-05 | tcp: add cc algo start tx event | Florin Coras | 2 | -0/+16 |
2019-07-05 | tcp: add cc algo undo recovery notification | Florin Coras | 2 | -18/+23 |
2019-07-05 | tcp: add loss signal to cc algo | Florin Coras | 5 | -26/+62 |
2019-07-05 | gbp: add unit-tests for anonymous l3out | Benoît Ganne | 2 | -28/+498 |
2019-07-05 | gbp: update gbp-ext-itf API | Benoît Ganne | 5 | -107/+49 |
2019-07-03 | vxlan-gpe: simplify counter code | Zhiyong Yang | 1 | -22/+10 |
2019-07-04 | hsa: clean up quic_echo | Dave Wallace | 1 | -11/+11 |
2019-07-03 | vcl: disable ldp bidirectional multiple socket tests | Florin Coras | 1 | -5/+2 |
2019-07-03 | doxygen: improve .md file discovery | Dave Barach | 1 | -0/+2 |
2019-07-03 | misc: fix coverity warnings | Dave Barach | 4 | -4/+10 |
2019-07-03 | api: remove garbage from sockclnt_create reply | Vratko Polak | 3 | -2/+25 |
2019-07-03 | quic: fifo notifications fix | Aloys Augustin | 2 | -0/+6 |
2019-07-03 | gbp: Consider data-plane learnt source better than control-plane | Neale Ranns | 4 | -9/+87 |
2019-07-03 | gbp: improve contract formatting | Neale Ranns | 1 | -8/+12 |
2019-07-03 | vppapigen: allow decimal number in NUM token | Paul Vinciguerra | 1 | -2/+6 |
2019-07-03 | fib: allow route delete with no paths and multipath=0 to remove the | Neale Ranns | 6 | -59/+79 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests | Florin Coras | 4 | -21/+275 |
2019-07-03 | tests: fix FORCE_FOREGROUND | juraj.linkes | 1 | -1/+7 |
2019-07-03 | vat: Fix the incrementing IPv6 address | Neale Ranns | 1 | -2/+2 |
2019-07-03 | tests: Have worker return immediately on bad executable | Paul Vinciguerra | 2 | -52/+42 |
2019-07-02 | svm: fix shm segment delete | Florin Coras | 1 | -1/+1 |
2019-07-02 | api: fix coverity warnings | Dave Barach | 2 | -8/+8 |
2019-07-02 | gbp: add anonymous l3-out subnets | Benoît Ganne | 6 | -28/+83 |
2019-07-02 | gbp: add anonymous l3-out external interfaces | Benoît Ganne | 14 | -156/+483 |
2019-07-02 | gbp: disable L2 BD learning per-interface | Benoît Ganne | 4 | -37/+51 |
2019-07-02 | libmemif: version 3.0 | Jakub Grajciar | 12 | -339/+423 |
2019-07-02 | fib: Coverity fix to remove dead code | Neale Ranns | 1 | -2/+0 |
2019-07-02 | lisp: init locator probed field in parser | Florin Coras | 1 | -0/+1 |
2019-07-02 | vcl: handle fd rcv msg error | Florin Coras | 1 | -4/+12 |
2019-07-02 | vcl: fix sock client and server tests | Florin Coras | 2 | -5/+4 |
2019-07-02 | lisp: fix unitialized ip prefix in cp unit test | Florin Coras | 1 | -0/+1 |
2019-07-02 | vom: Fix [m]route dump | Neale Ranns | 1 | -36/+2 |
2019-07-02 | ip: check all fib src for a connected dst entry | Benoît Ganne | 1 | -25/+53 |
2019-07-01 | build: vpp-ext-deps .rpm may not be installed | Dave Barach | 1 | -1/+1 |
2019-07-01 | ip: fix ip lookup for arm | Florin Coras | 1 | -27/+10 |
2019-07-01 | libmemif: icmp-responder example buffer management fix | Jakub Grajciar | 1 | -5/+8 |
2019-07-01 | gbp: VRF scoped contracts | Neale Ranns | 33 | -173/+413 |
2019-07-01 | papi: refactor set_errors_str | Paul Vinciguerra | 1 | -3/+3 |
2019-06-30 | igmp: accept packets that have more on the wire data than IGMP reports. | Neale Ranns | 2 | -16/+38 |
2019-06-29 | pg: format_pg_input_trace - reorder fields | Paul Vinciguerra | 2 | -1/+6 |
2019-06-29 | devices: virtio pci leaking spinlock | Steven Luong | 1 | -0/+1 |
2019-06-29 | svm: rename fifo tx notifications to reflect use | Florin Coras | 7 | -63/+63 |
2019-06-28 | interface: fixes for buliding for 32bit targets | Vijayabhaskar Katamreddy | 1 | -1/+1 |
2019-06-28 | ip: ip-lookup - remove the dead code | Neale Ranns | 2 | -65/+27 |
2019-06-28 | vppinfra: add dummy/noop f32/f64 endian swap fns | Dave Barach | 1 | -0/+8 |
2019-06-28 | quic : Use TX event for app read notification | Nathan Skrzypczak | 5 | -803/+926 |
2019-06-28 | tcp: reject out-of-order fins | Florin Coras | 1 | -0/+4 |
2019-06-28 | tcp: fix close-waiting check for outstanding tx data | Florin Coras | 1 | -1/+2 |
2019-06-28 | session: add half_open_has_fifos for UDPC | Nathan Skrzypczak | 5 | -6/+32 |
2019-06-28 | tests: handle TypeErrors in calls to VppDiedError | Paul Vinciguerra | 1 | -5/+4 |