Age | Commit message (Expand) | Author | Files | Lines |
2020-08-18 | fib: fix adj pool expand cases | Dave Barach | 1 | -1/+24 |
2020-08-18 | fib: add barrier sync, pool/vector expand cases | Dave Barach | 3 | -1/+66 |
2020-08-18 | nat: fix coverity warning | Klement Sekera | 1 | -1/+1 |
2020-08-18 | misc: ipfix-export unformat u16 collector_port fix | Elias Rudberg | 3 | -1/+20 |
2020-08-18 | tap: fix rx queue index | Mohsin Kazmi | 1 | -1/+2 |
2020-08-18 | dhcp: use per-thread vlib main instead of global one | Benoît Ganne | 1 | -2/+2 |
2020-08-18 | nat: fix regarding vm arg for vlib_time_now call | Elias Rudberg | 1 | -1/+2 |
2020-08-18 | fib: Fix interpose source reactivate | Neale Ranns | 1 | -0/+14 |
2020-08-18 | dpdk: fix pktmbuf pool private data init | Benoît Ganne | 1 | -0/+1 |
2020-08-18 | l2: L2/L3 mode swicth cleanup and l2-patch fix | John Lo | 4 | -31/+16 |
2020-08-18 | misc: fix typo in set-ipfix-exporter CLI short_help | Ignas Bacius | 1 | -1/+1 |
2020-08-18 | vlib: restore commands for non-interactive sessions | Benoît Ganne | 1 | -8/+13 |
2020-08-18 | g2: fix the g2 build for Ubuntu 20.04 | Dave Barach | 1 | -2/+1 |
2020-08-18 | vcl svm: fix rx event loss | hanlin | 1 | -2/+5 |
2020-08-18 | vlib: fix unix cli commands crash without session | Benoît Ganne | 1 | -15/+23 |
2020-08-18 | dpdk: fix crash with chelsio pmd | Benoît Ganne | 1 | -6/+12 |
2020-08-18 | sr: fix srv6/srv6-ad/srv6-as promisc mode switch | John Lo | 3 | -22/+32 |
2020-08-18 | misc: remove useless assignment | Dave Barach | 1 | -1/+0 |
2020-08-18 | vcl: de-init vcl on destroy | Florin Coras | 1 | -0/+1 |
2020-08-18 | tcp: avoid rcv wnd less than mss | Florin Coras | 1 | -6/+4 |
2020-08-18 | lacp: missing endian conversions for trace packet format | Steven Luong | 1 | -2/+2 |
2020-08-18 | vlib: fix u64 error counter cli printing | Florin Coras | 1 | -3/+3 |
2020-08-18 | vppinfra: set explicit found in search_free_list loop | Steven Luong | 1 | -2/+6 |
2020-08-18 | ethernet: fix coverity warning | Dave Barach | 1 | -1/+1 |
2020-08-18 | dpdk: fix compiling issue with clang | Lijian.Zhang | 1 | -1/+2 |
2020-08-18 | vppinfra: loop counter off by 1 in search_free_list() | Steven Luong | 1 | -1/+1 |
2020-08-18 | misc: fix coverity warnings | Dave Barach | 2 | -2/+2 |
2020-08-18 | rdma: fix clang build | Benoît Ganne | 1 | -2/+9 |
2020-08-18 | vcl: allow vcl worker index to be set by applications | IJsbrand Wijnands | 2 | -0/+11 |
2020-08-18 | api: fix include_guard when path contains a plus | Ruslan Babayev | 1 | -1/+1 |
2020-08-18 | misc: add Matt Smith to the committer list | Dave Barach | 1 | -0/+5 |
2020-08-18 | vcl: disconnect both flavors of bapi transport on destroy | Florin Coras | 1 | -5/+8 |
2020-08-18 | vcl: add separate fcntl64 ldp handler | Florin Coras | 1 | -5/+12 |
2020-08-18 | vlib: use flexible array in vlib_buffer for GCC-10 | Benoît Ganne | 1 | -1/+1 |
2020-08-18 | stats: add apis to delete simple/combined counters | Ole Troan | 4 | -0/+75 |
2020-08-18 | ioam: do not reuse existing vnet symbol | Benoît Ganne | 2 | -2/+6 |
2020-08-16 | vppinfra: harmonize function names | Dave Barach | 3 | -16/+16 |
2020-08-13 | vppinfra: selectively disable false-positive GCC-10 warnings | Benoît Ganne | 3 | -0/+24 |
2020-08-13 | ip: reassembly: fix one possible use-after-free | Gao Feng | 2 | -10/+11 |
2020-08-13 | vppinfra: selectively disable false-positive GCC-10 warnings | Benoît Ganne | 1 | -0/+9 |
2020-08-13 | build: add vppinfra/warnings.h to exported headers list | Benoît Ganne | 1 | -0/+1 |
2020-08-13 | devices: allow link state down with netlink | Matthew Smith | 1 | -1/+1 |
2020-08-13 | vcl: generate select events on read/write errors | Florin Coras | 2 | -8/+9 |
2020-08-13 | vppinfra: finish deprecating qsort.c | Dave Barach | 2 | -3/+7 |
2020-08-13 | nat: fix extended unit tests | Klement Sekera | 1 | -2/+2 |
2020-08-13 | vapi: packed enum type generation | Neale Ranns | 1 | -1/+14 |
2020-08-13 | misc: update INFO.yaml | Dave Barach | 1 | -34/+34 |
2020-08-13 | session: fix session_table_get_or_alloc | Andreas Schultz | 1 | -8/+11 |
2020-08-13 | tcp: avoid bt sample access after possible pool realloc | Florin Coras | 1 | -6/+6 |
2020-08-13 | vcl: fix use-after-free | Benoît Ganne | 1 | -1/+2 |