Age | Commit message (Expand) | Author | Files | Lines |
2019-10-01 | quic: Create custom event logger |  MathiasRaoul | 1 | -2/+39 |
2019-10-01 | quic: Add Tx, Rx and packet drop counters |  MathiasRaoul | 3 | -0/+66 |
2019-10-01 | session: fix use-after-free |  Benoît Ganne | 5 | -6/+7 |
2019-10-01 | session: allow transport cleanup in any state |  Florin Coras | 1 | -3/+2 |
2019-10-01 | quic: add cli command for stats |  MathiasRaoul | 1 | -0/+47 |
2019-10-01 | rdma: fix non-NULL terminated C-string overflow |  Benoît Ganne | 2 | -3/+3 |
2019-10-01 | map: use SVR for MAP-T |  Klement Sekera | 9 | -624/+69 |
2019-09-30 | build: build-root/Makefile rm of install tree |  Burt Silverman | 1 | -0/+1 |
2019-09-30 | ipsec: fix use-after-free |  Benoît Ganne | 1 | -3/+7 |
2019-09-30 | bonding: fix non-null-terminated C-string |  Benoît Ganne | 1 | -2/+8 |
2019-09-30 | hsa: fix vpp_echo mq locking |  Nathan Skrzypczak | 3 | -18/+62 |
2019-09-30 | dhcp: dhcp6_ia_na_client_cp API cleanup |  Jakub Grajciar | 2 | -9/+5 |
2019-09-30 | ip: svr: fix feature refcounts |  Klement Sekera | 2 | -14/+20 |
2019-09-30 | vlib: fix old nodes vector overflow in refork |  Benoît Ganne | 1 | -5/+2 |
2019-09-30 | dns: fix non-NULL terminated C-string |  Benoît Ganne | 1 | -0/+2 |
2019-09-30 | api: fix use-after-free |  Benoît Ganne | 1 | -3/+3 |
2019-09-30 | lb: remove api boilerplate |  Ole Troan | 5 | -241/+50 |
2019-09-30 | vmxnet3: remove api boilerplate |  Ole Troan | 6 | -309/+10 |
2019-09-30 | stn: remove api boilerplate |  Ole Troan | 6 | -242/+20 |
2019-09-30 | tls: remove api boilerplate |  Ole Troan | 6 | -205/+9 |
2019-09-30 | mactime: remove api boilerplate |  Ole Troan | 6 | -214/+10 |
2019-09-30 | stats: fix per-worker stat vector length |  Benoît Ganne | 1 | -3/+4 |
2019-09-30 | hsa: fix non-NULL terminated C-string use in echo |  Benoît Ganne | 1 | -9/+9 |
2019-09-30 | session: Fix missing elt regrab |  Nathan Skrzypczak | 1 | -0/+1 |
2019-09-30 | ct6: remove api boilerplate |  Ole Troan | 7 | -219/+14 |
2019-09-30 | l2e: remove api boilerplate |  Ole Troan | 5 | -117/+9 |
2019-09-30 | ipsec: add insecure option for format of SA |  Christian E. Hopps | 3 | -3/+9 |
2019-09-30 | ipsec: allow null cipher with dpdk esp |  Christian E. Hopps | 1 | -1/+2 |
2019-09-27 | ipsec: fix memleaks in ikev2 openssl code |  Christian E. Hopps | 1 | -3/+15 |
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 |