Age | Commit message (Expand) | Author | Files | Lines |
2019-09-27 | vppinfra: implement CLIB_PAUSE () for aarch64 platforms |  jaszha03 | 1 | -0/+2 |
2019-09-27 | ipsec: support 4o6 and 6o4 for tunnel protect |  Neale Ranns | 3 | -27/+71 |
2019-09-27 | session: fix io_evt mq locking |  Nathan Skrzypczak | 1 | -3/+2 |
2019-09-27 | l3xc: remove api boilerplate |  Ole Troan | 4 | -128/+6 |
2019-09-27 | lacp: remove api boilerplate |  Ole Troan | 5 | -229/+8 |
2019-09-27 | svs: remove api boilerplate |  Ole Troan | 5 | -129/+11 |
2019-09-27 | ikev2: remove api boilerplate |  Ole Troan | 6 | -261/+47 |
2019-09-27 | sctp: remove api boilerplate |  Ole Troan | 4 | -109/+4 |
2019-09-27 | tests: add quic plugin qclose/sclose tests |  Dave Wallace | 1 | -25/+197 |
2019-09-27 | builtinurl: remove api boilerplate |  Ole Troan | 5 | -213/+9 |
2019-09-27 | cdp: remove api boilerplate |  Ole Troan | 6 | -202/+12 |
2019-09-27 | avf: remote api boilerplate |  Ole Troan | 6 | -211/+9 |
2019-09-27 | igmp: remove api boilerplate |  Ole Troan | 4 | -145/+6 |
2019-09-27 | http_static: remove api boilerplate |  Ole Troan | 5 | -211/+8 |
2019-09-27 | gtpu: remove api boilerplate |  Ole Troan | 6 | -232/+11 |
2019-09-27 | gbp: remove api boilerplate |  Ole Troan | 4 | -146/+7 |
2019-09-27 | dns: remove api boilerplate |  Ole Troan | 7 | -245/+14 |
2019-09-27 | abf: remove api boilerplate |  Ole Troan | 4 | -128/+6 |
2019-09-27 | acl: remove api boilerplate |  Ole Troan | 2 | -92/+12 |
2019-09-26 | misc: add vnet classify filter set support |  Dave Barach | 9 | -58/+248 |
2019-09-26 | ip: fix use-after-free in reassembly |  Benoît Ganne | 2 | -6/+8 |
2019-09-26 | map: use SVR for MAP-E |  Klement Sekera | 5 | -456/+172 |
2019-09-26 | ip: add shallow virtual reassembly functionality |  Klement Sekera | 13 | -95/+3158 |
2019-09-26 | lb: add APIs for set interface nat4 and nat6 |  Hongjun Ni | 2 | -0/+68 |
2019-09-26 | classify: use vector code even when data is not aligned |  Damjan Marion | 3 | -203/+147 |
2019-09-26 | lb: vl_api_lb_conf_t_handler has to ntohl |  Vratko Polak | 1 | -4/+4 |
2019-09-25 | devices: pipe API cleanup |  Jakub Grajciar | 1 | -7/+9 |
2019-09-25 | ip: respect buffer boundary when searching for ipv6 headers |  Klement Sekera | 7 | -63/+138 |
2019-09-25 | udp: do not send received packets to error-drop |  Aloys Augustin | 1 | -192/+173 |
2019-09-25 | session: validate connection in session lookup del |  Florin Coras | 1 | -1/+1 |
2019-09-25 | tcp: use sacks for timer based recovery |  Florin Coras | 9 | -278/+337 |
2019-09-25 | session: fix cleanup in closing states |  Florin Coras | 2 | -3/+3 |
2019-09-25 | api: split api generated files |  Ole Troan | 25 | -695/+338 |
2019-09-25 | fib: fix some typos in fib/mtrie |  Lijian.Zhang | 20 | -35/+35 |
2019-09-25 | ip: refactor reassembly |  Klement Sekera | 11 | -843/+888 |
2019-09-25 | papi: truncate long logger messages |  Klement Sekera | 1 | -1/+4 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 21 | -0/+32 |
2019-09-24 | build: pass 'no-pci' to autgenerated config |  Damjan Marion | 1 | -0/+1 |
2019-09-24 | session: avoid transport cleanup if previously deleted |  Florin Coras | 1 | -2/+3 |
2019-09-23 | misc: improve pcap drop trace output |  Dave Barach | 1 | -0/+54 |
2019-09-23 | tests: fix test-checkstyle to check plugin tests |  Dave Wallace | 1 | -1/+1 |
2019-09-23 | misc: unify pcap rx / tx / drop trace |  Dave Barach | 6 | -240/+177 |
2019-09-23 | gbp: fix contract rule handling |  Benoît Ganne | 7 | -20/+50 |
2019-09-23 | tcp: fix unformat cwnd multiplier |  Florin Coras | 1 | -16/+18 |
2019-09-23 | hsa: fix typo in vpp_echo for tx-buf |  MathiasRaoul | 1 | -6/+6 |
2019-09-23 | nat: fix update of outside fibs (output-feature) |  Dmitry Vakhrushev | 3 | -4/+198 |
2019-09-23 | interface: use the correct condition for checking if the pcap fd is open |  Andrew Yourtchenko | 4 | -4/+4 |
2019-09-23 | ebuild: Add MAKE_PARALLEL_FLAGS to VPP build |  juraj.linkes | 1 | -1/+1 |
2019-09-23 | api: add missing format_vl_api_ip[46]_address_with_prefix_t |  Jakub Grajciar | 1 | -0/+12 |
2019-09-23 | fib: do not dump no-longer valid adjacencies |  Benoît Ganne | 4 | -3/+23 |