aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne10-10/+1414
2019-03-28session: cap max burst to a constantFlorin Coras1-17/+2
2019-03-28Avoid overwrite in clib_memcpy_le{32,64}Damjan Marion1-27/+29
2019-03-28VXLAN-GBP: format flags in encap traceNeale Ranns1-2/+3
2019-03-28tcp: remove unused buffer flagsFlorin Coras2-23/+0
2019-03-28IPSEC: 4o6 and 6o4 for tunnel interfacesNeale Ranns1-2/+4
2019-03-28IPSEC: fix build breakage from ships in the night mergesNeale Ranns1-2/+6
2019-03-28vat:ignore SIGWINCH signalezkexma1-0/+1
2019-03-28AppImage packagingDave Barach6-1/+165
2019-03-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns7-156/+331
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra60-132/+133
2019-03-27GBP: fixes for l3-out routingNeale Ranns4-9/+48
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion16-118/+164
2019-03-27tcp: add cc algo lookup tableFlorin Coras2-7/+17
2019-03-26FIB: do debug before remvoing last sourceNeale Ranns1-2/+2
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns11-211/+267
2019-03-26IPSEC: more expressive API errorsNeale Ranns3-8/+10
2019-03-26node: vector must be checked with vec_headerKingwel Xie1-1/+1
2019-03-26crypto: add set crypto handler CLIFilip Tehlar3-8/+135
2019-03-26perfmon: fix pmc hw indices out-dated when multiple pmcSu Wang1-3/+15
2019-03-26ip6-rewrite: bug fix buffer->error in dual loopKingwel Xie2-5/+24
2019-03-26ipsec: esp-encrypt reworkDamjan Marion10-242/+499
2019-03-26Convert GRE nodes to new buffer APIs and multiarchBenoît Ganne4-618/+594
2019-03-26Simplify adjacency rewrite codeBenoît Ganne5-172/+100
2019-03-26IPSEC: improved policy deleteNeale Ranns1-13/+9
2019-03-25VCL: add TLS opt to socket_test.shDave Wallace2-6/+6
2019-03-25tls: make first segment and fifo size configurableFlorin Coras2-5/+14
2019-03-25IPSEC tests fnd fix or Extended Sequence NumbersNeale Ranns3-15/+14
2019-03-25UDP: Fix session registration in lookup tableAloys Augustin1-0/+4
2019-03-25add api trace printezkexma1-1/+16
2019-03-25Fix unformat proto UDPC / UDP conflictNathan Skrzypczak1-4/+4
2019-03-25vxlan-gbp: Add api custom-dumpMohsin Kazmi1-0/+52
2019-03-23tcp: make default mtu configurableFlorin Coras3-7/+10
2019-03-22acl-plugin: get rid of doubly-linked list fields in hash applied ACEsAndrew Yourtchenko2-99/+35
2019-03-22acl-plugin: tuplemerge: fix a crash during soak test with split partitionAndrew Yourtchenko1-7/+11
2019-03-22acl-plugin: get rid of a separate "count" field in the linear acl structAndrew Yourtchenko4-18/+18
2019-03-22crypto: implement rfc4231 test casesFilip Tehlar4-2/+422
2019-03-22ipv6: vectorized ext header checkDamjan Marion2-10/+35
2019-03-22ADJ: more thorough link up checkNeale Ranns3-7/+25
2019-03-22tcp: improve handling of snd_nxtFlorin Coras5-126/+93
2019-03-22svm/atomics: add clib_atomic_swap_rel_nFlorin Coras2-2/+3
2019-03-22ipsec: fix esn handlingDamjan Marion1-9/+5
2019-03-22IPSEC: test for packet drop on sequence number wrapNeale Ranns3-1/+78
2019-03-22dpdk: do not enable VLAN stripping on Cisco VIC adapters by defaultHyong Youb Kim1-11/+22
2019-03-22vppapigen: allow for enum size other than u32Andrew Yourtchenko2-4/+15
2019-03-22tests: update test_lb.py to use api call lb_conf.Paul Vinciguerra3-7/+16
2019-03-22MAP: Crush Coverity ComplaintJon Loeliger1-1/+1
2019-03-21Ignore SIGTERM during the vpp boot sequenceDave Barach2-12/+17
2019-03-21vec: use memset in vec_resize_allocate_memoryFlorin Coras1-1/+1
2019-03-21session/fifo: make event unset atomicFlorin Coras2-6/+8