Age | Commit message (Expand) | Author | Files | Lines |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) | John Lo | 1 | -16/+27 |
2020-05-22 | avf: interrupt mode, support for WB_ON_ITR | Damjan Marion | 2 | -57/+103 |
2020-05-22 | avf: improve link speed handling | Damjan Marion | 1 | -34/+36 |
2020-03-25 | avf: fix rx queue refill on buffer alloc failure | Damjan Marion | 1 | -6/+6 |
2020-03-24 | avf: proper promisc handling | Damjan Marion | 2 | -7/+27 |
2020-02-25 | avf: Handle chain buffer in TX properly | Steven Luong | 2 | -7/+140 |
2019-12-12 | avf: explicit types in api | Ole Troan | 1 | -2/+3 |
2019-10-23 | avf: improve timeout handling | Jakub Grajciar | 2 | -19/+47 |
2019-09-27 | avf: remote api boilerplate | Ole Troan | 6 | -211/+9 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-09-04 | avf: reduce default ITR interval | Damjan Marion | 1 | -1/+1 |
2019-08-22 | avf: properly set irq queue masks | Damjan Marion | 1 | -1/+2 |
2019-08-21 | avf: print queue id in packet trace | Damjan Marion | 3 | -4/+6 |
2019-08-21 | avf: fix init when num_rx_queues > num_tx_queues | Damjan Marion | 1 | -4/+4 |
2019-07-23 | api: binary api cleanup | Dave Barach | 2 | -3/+5 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 1 | -1/+1 |
2019-07-11 | avf: add more link speeds | Damjan Marion | 2 | -1/+7 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -19/+2 |
2019-06-25 | avf: fix clear hw stats | Filip Tehlar | 3 | -2/+14 |
2019-06-18 | vppinfra: add format_hex_bytes_no_wrap | Damjan Marion | 1 | -5/+5 |
2019-06-18 | avf: fix adminq enqueue errors | Damjan Marion | 2 | -5/+9 |
2019-06-18 | avf: add logging macros and improve logging | Damjan Marion | 3 | -13/+134 |
2019-06-14 | avf: update known issues section in README.md | Damjan Marion | 1 | -5/+1 |
2019-06-12 | avf: add README.md section about spoofing check | Damjan Marion | 1 | -0/+10 |
2019-06-05 | avf: enable promiscuous mode | Steven Luong | 3 | -1/+18 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -5/+6 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 1 | -3/+3 |
2019-02-22 | avf: fix eat own tail issue on tx | Damjan Marion | 1 | -3/+7 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 1 | -0/+1 |
2019-02-19 | avf: fix feature arc, take two | Damjan Marion | 1 | -1/+2 |
2019-02-19 | avf: fix feature arc | Damjan Marion | 1 | -0/+3 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -1/+1 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -1/+1 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -1/+1 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers | Damjan Marion | 1 | -0/+1 |
2019-01-30 | buffers: major cleanup and improvements | Damjan Marion | 3 | -2/+10 |
2019-01-24 | avf: fix queue enable issue | Damjan Marion | 1 | -8/+11 |
2019-01-20 | buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes | Damjan Marion | 1 | -1/+1 |
2019-01-18 | Add vlib_buffer_copy_indices inline function | Damjan Marion | 2 | -2/+2 |
2019-01-18 | deprecate clib_memcpy64_x4 | Damjan Marion | 1 | -9/+15 |
2019-01-07 | avf: allocate descriptor memory from local numa | Damjan Marion | 2 | -14/+31 |
2018-12-29 | avf: tx dequeue optimizations | Damjan Marion | 3 | -11/+34 |
2018-12-29 | avf: chained buffers rx support | Damjan Marion | 4 | -44/+132 |
2018-12-28 | avf: chained buffers tx support | Damjan Marion | 2 | -104/+109 |
2018-12-26 | avf: optimize RX function | Damjan Marion | 3 | -100/+86 |
2018-12-23 | avf: optimize rx ring refill | Damjan Marion | 1 | -76/+53 |
2018-12-23 | avf: new ethernet-input support | Damjan Marion | 3 | -183/+44 |
2018-12-23 | avf: add option to specify interface name | Damjan Marion | 4 | -0/+11 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 2 | -21/+21 |