Age | Commit message (Expand) | Author | Files | Lines |
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 | 10 | -10/+1414 |
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 | 1 | -2/+4 |
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 | 7 | -156/+331 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 60 | -132/+133 |
2019-03-27 | GBP: fixes for l3-out routing |  Neale Ranns | 4 | -9/+48 |
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-26 | FIB: do debug before remvoing last source |  Neale Ranns | 1 | -2/+2 |
2019-03-26 | ADJ: midchain delegate to performing stacking |  Neale Ranns | 11 | -211/+267 |
2019-03-26 | IPSEC: more expressive API errors |  Neale Ranns | 3 | -8/+10 |
2019-03-26 | node: vector must be checked with vec_header |  Kingwel Xie | 1 | -1/+1 |
2019-03-26 | crypto: add set crypto handler CLI |  Filip Tehlar | 3 | -8/+135 |
2019-03-26 | perfmon: fix pmc hw indices out-dated when multiple pmc |  Su Wang | 1 | -3/+15 |
2019-03-26 | ip6-rewrite: bug fix buffer->error in dual loop |  Kingwel Xie | 2 | -5/+24 |
2019-03-26 | ipsec: esp-encrypt rework |  Damjan Marion | 10 | -242/+499 |
2019-03-26 | Convert GRE nodes to new buffer APIs and multiarch |  Benoît Ganne | 4 | -618/+594 |
2019-03-26 | Simplify adjacency rewrite code |  Benoît Ganne | 5 | -172/+100 |
2019-03-26 | IPSEC: improved policy delete |  Neale Ranns | 1 | -13/+9 |
2019-03-25 | VCL: add TLS opt to socket_test.sh |  Dave Wallace | 2 | -6/+6 |
2019-03-25 | tls: make first segment and fifo size configurable |  Florin Coras | 2 | -5/+14 |
2019-03-25 | IPSEC tests fnd fix or Extended Sequence Numbers |  Neale Ranns | 3 | -15/+14 |
2019-03-25 | UDP: Fix session registration in lookup table |  Aloys Augustin | 1 | -0/+4 |
2019-03-25 | add api trace print |  ezkexma | 1 | -1/+16 |
2019-03-25 | Fix unformat proto UDPC / UDP conflict |  Nathan Skrzypczak | 1 | -4/+4 |
2019-03-25 | vxlan-gbp: Add api custom-dump |  Mohsin Kazmi | 1 | -0/+52 |
2019-03-23 | tcp: make default mtu configurable |  Florin Coras | 3 | -7/+10 |
2019-03-22 | acl-plugin: get rid of doubly-linked list fields in hash applied ACEs |  Andrew Yourtchenko | 2 | -99/+35 |
2019-03-22 | acl-plugin: tuplemerge: fix a crash during soak test with split partition |  Andrew Yourtchenko | 1 | -7/+11 |
2019-03-22 | acl-plugin: get rid of a separate "count" field in the linear acl struct |  Andrew Yourtchenko | 4 | -18/+18 |
2019-03-22 | crypto: implement rfc4231 test cases |  Filip Tehlar | 4 | -2/+422 |
2019-03-22 | ipv6: vectorized ext header check |  Damjan Marion | 2 | -10/+35 |
2019-03-22 | ADJ: more thorough link up check |  Neale Ranns | 3 | -7/+25 |
2019-03-22 | tcp: improve handling of snd_nxt |  Florin Coras | 5 | -126/+93 |
2019-03-22 | svm/atomics: add clib_atomic_swap_rel_n |  Florin Coras | 2 | -2/+3 |
2019-03-22 | ipsec: fix esn handling |  Damjan Marion | 1 | -9/+5 |
2019-03-22 | IPSEC: test for packet drop on sequence number wrap |  Neale Ranns | 3 | -1/+78 |
2019-03-22 | dpdk: do not enable VLAN stripping on Cisco VIC adapters by default |  Hyong Youb Kim | 1 | -11/+22 |
2019-03-22 | vppapigen: allow for enum size other than u32 |  Andrew Yourtchenko | 2 | -4/+15 |
2019-03-22 | tests: update test_lb.py to use api call lb_conf. |  Paul Vinciguerra | 3 | -7/+16 |
2019-03-22 | MAP: Crush Coverity Complaint |  Jon Loeliger | 1 | -1/+1 |
2019-03-21 | Ignore SIGTERM during the vpp boot sequence |  Dave Barach | 2 | -12/+17 |
2019-03-21 | vec: use memset in vec_resize_allocate_memory |  Florin Coras | 1 | -1/+1 |