Age | Commit message (Expand) | Author | Files | Lines |
2019-04-02 | IPSEC-GRE; tests | Neale Ranns | 4 | -26/+203 |
2019-04-02 | IPSEC: tunnel scaling - don't stack the inbould SA | Neale Ranns | 7 | -69/+189 |
2019-04-02 | IPSEC: remove pointless feature ordering | Neale Ranns | 1 | -4/+2 |
2019-04-02 | dpdk: fix build error when mlx support enabled | Matthew Smith | 1 | -1/+1 |
2019-04-02 | vppinfra: fix sparse_vec_index() returning non-zero index for some nonexisten... | Andrew Yourtchenko | 4 | -0/+112 |
2019-04-02 | dpdk 19.02: fixed speed capability error issue | Chenmin Sun | 1 | -0/+101 |
2019-04-01 | Enhance vlib_buffer_clone to change headroom space for packet | John Lo | 1 | -7/+66 |
2019-03-30 | VPP-1576: fix a class of spurious warnings | Dave Barach | 1 | -0/+5 |
2019-03-30 | vppinfra: add few more cpuid flags | Damjan Marion | 1 | -0/+7 |
2019-03-29 | SPAN: Add pending frame on current thread, not on main | Igor Mikhailov (imichail) | 1 | -6/+5 |
2019-03-29 | Convince Coverity that s = format (0, ...) is OK | Dave Barach | 1 | -0/+4 |
2019-03-29 | Minor bug fixes | Dave Barach | 1 | -7/+21 |
2019-03-29 | revert quicly related build/external changes | Damjan Marion | 4 | -134/+4 |
2019-03-29 | IPSEC-GRE: fixes and API update to common types. | Neale Ranns | 20 | -196/+189 |
2019-03-29 | tests: test/vpp_l2.py fix missing name. | Paul Vinciguerra | 11 | -29/+24 |
2019-03-29 | vls: add pthread check on vls_attr | Florin Coras | 1 | -1/+7 |
2019-03-29 | tests: refactor vpp_object.py | Paul Vinciguerra | 18 | -153/+22 |
2019-03-29 | Integrate first QUIC protocol implementation | Nathan Skrzypczak | 14 | -7/+3330 |
2019-03-29 | VOM: recurive route update fix | Neale Ranns | 1 | -2/+2 |
2019-03-29 | BVI: coverity error fix | Neale Ranns | 1 | -1/+1 |
2019-03-29 | Update MAINTAINERS | Dave Barach | 1 | -5/+1 |
2019-03-29 | ipsec: esp-decrypt rework | Damjan Marion | 5 | -214/+317 |
2019-03-29 | IPSEC: tunnel fragmentation | Neale Ranns | 5 | -28/+65 |
2019-03-29 | tcp: remove sent rcv wnd 0 flag | Florin Coras | 3 | -13/+2 |
2019-03-29 | dhcp: only register UDP ports that are needed | Matthew Smith | 3 | -12/+21 |
2019-03-29 | tcp: improve updating of rcv wnd | Florin Coras | 1 | -10/+7 |
2019-03-29 | rdma: add option to specify inteface name | Damjan Marion | 4 | -2/+12 |
2019-03-28 | crypto: add vnet_crypto_op_init (...) | Damjan Marion | 5 | -7/+15 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN | Damjan Marion | 14 | -24/+23 |
2019-03-28 | cmake: add vpp_plugin_find_library macro | Damjan Marion | 4 | -48/+49 |
2019-03-28 | Punt Infra | Neale Ranns | 14 | -30/+1706 |
2019-03-28 | ipsec: anti-replay code cleanup | Damjan Marion | 5 | -206/+158 |
2019-03-28 | session: remove unused tx context field | Florin Coras | 1 | -1/+0 |
2019-03-28 | Add RDMA ibverb driver plugin | Benoît Ganne | 15 | -61/+1508 |
2019-03-28 | session: cap max burst to a constant | Florin Coras | 1 | -17/+2 |
2019-03-28 | Avoid overwrite in clib_memcpy_le{32,64} | Damjan Marion | 1 | -27/+29 |
2019-03-28 | VXLAN-GBP: format flags in encap trace | Neale Ranns | 1 | -2/+3 |
2019-03-28 | tcp: remove unused buffer flags | Florin Coras | 2 | -23/+0 |
2019-03-28 | IPSEC: 4o6 and 6o4 for tunnel interfaces | Neale Ranns | 3 | -47/+141 |
2019-03-28 | IPSEC: fix build breakage from ships in the night merges | Neale Ranns | 1 | -2/+6 |
2019-03-28 | vat:ignore SIGWINCH signal | ezkexma | 1 | -0/+1 |
2019-03-28 | AppImage packaging | Dave Barach | 6 | -1/+165 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 8 | -158/+333 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 92 | -274/+278 |
2019-03-27 | make-test: fix ValueError raised by hook in python3 | Naveen Joy | 1 | -1/+1 |
2019-03-27 | VOM: routes support multipath so set is_multipath in route update | Neale Ranns | 1 | -1/+1 |
2019-03-27 | GBP: fixes for l3-out routing | Neale Ranns | 11 | -72/+395 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline | Damjan Marion | 16 | -118/+164 |
2019-03-27 | tcp: add cc algo lookup table | Florin Coras | 2 | -7/+17 |
2019-03-27 | vom: Add support for BVI interface | Mohsin Kazmi | 3 | -2/+120 |