aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-04build: fix make test with distributed srcDave Wallace9-379/+215
2019-12-04quic: fix stream tx_fifo race conditionNathan Skrzypczak2-27/+61
2019-12-04quic: clean accept/connect error codepathNathan Skrzypczak1-48/+51
2019-12-04gso: remove the interface countMohsin Kazmi11-57/+14
2019-12-04quic: refactor connection search fnNathan Skrzypczak1-27/+31
2019-12-04quic: add conn-timeout config optionNathan Skrzypczak2-8/+12
2019-12-04quic: fix import typoNathan Skrzypczak1-1/+1
2019-12-04ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2019-12-04ip: populate ip_reassembly_get_reply correctlyMatthew Smith1-3/+4
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns10-18/+20
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns20-124/+965
2019-12-03fib feature: Code mechanics to decouple dependency of feature on adjNeale Ranns4-10/+42
2019-12-03build: Separate ip and ip6 maintainersJon Loeliger1-1/+7
2019-12-03map: Avoid null dereference in 'map show' and 'map del'Jon Loeliger1-12/+22
2019-12-03hsa: Less verbose logging for many sessionsNathan Skrzypczak6-50/+83
2019-12-03classify: API cleanupJakub Grajciar9-831/+547
2019-12-03papi: add a per-call _timeout optionPaul Vinciguerra4-9/+20
2019-12-03tests: vpp_interface fix ip6 setterPaul Vinciguerra1-1/+1
2019-12-03ipsec: Changes to make ipsec encoder/decoders reusable by the pluginsPrashant Maheshwari7-255/+368
2019-12-02tests: GRE over IPSec unit testsNeale Ranns1-0/+97
2019-12-02vppinfra: preserve total_cpu_time across clock freq adjustmentDave Barach2-4/+17
2019-12-02tests: raise exception in vpp_interface for invalid sw_if_indexPaul Vinciguerra1-0/+3
2019-12-02bonding: add/del secondary mac address callbackMatthew Smith2-0/+77
2019-12-02tests: BFD python3 changessnaramre1-40/+5
2019-11-30dhcp: add FEATURE.yaml for the DHCP pluginJerome Tollet1-0/+11
2019-11-29session: no cleanup notification for forced deletesFlorin Coras1-1/+2
2019-11-29classify: debug cli %v not %sDave Barach1-2/+2
2019-11-27ip: init l3_hdr_offset when pushing an ip4 headerFlorin Coras1-6/+4
2019-11-27vlib: add 'wait' cli commandPaul Vinciguerra3-4/+91
2019-11-27tests: display stdout and stderr when output caching is disabledBenoît Ganne1-2/+2
2019-11-27nat: fix dhcp client on outside interface with output featureAlexander Chernavin3-0/+87
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne29-71/+251
2019-11-27papi: fix typo in reprPaul Vinciguerra1-1/+1
2019-11-26fib: Fix crash on cover update to non activated adj sourceNeale Ranns3-7/+76
2019-11-26map: Fix inverted 'map security check enable' CLI flag.Jon Loeliger1-2/+2
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak8-168/+185
2019-11-26flow: fix several crash issuesChenmin Sun2-2/+6
2019-11-26fib: reduce save_rewrite_length to u8Klement Sekera6-12/+24
2019-11-26fib: Another realloc burnNeale Ranns1-5/+13
2019-11-26misc: add gdb helpers for vlib buffersBenoît Ganne2-0/+34
2019-11-26lb: lb_add_del_vip and lb_add_del_as doesn't work.Hongjun Ni2-4/+14
2019-11-26build: remove valgrind leftoversBenoît Ganne6-4367/+0
2019-11-26ethernet: all dmac checks include secondary addrsMatthew Smith1-19/+106
2019-11-26fib: Table ReplaceNeale Ranns31-302/+1131
2019-11-25tap: fix coverity warning 205875Andrew Yourtchenko1-1/+6
2019-11-25tcp: honor cc pacing rate when resetting pacerFlorin Coras1-2/+3
2019-11-25tcp: invalidate expired timer handles before dispatchingFlorin Coras3-25/+29
2019-11-25quic: update quicly to v0.0.6-vppMathiasRaoul3-2/+95
2019-11-25tests: fix typo in test_vlibPaul Vinciguerra1-3/+3
2019-11-25vlib: autogenerate <node> before <last-in-arc> constraintsDave Barach4-1/+25