Age | Commit message (Expand) | Author | Files | Lines |
2020-01-06 | vmxnet3: add FEATURE.yaml | Steven Luong | 1 | -0/+9 |
2019-12-07 | vmxnet3: use explicit types in api | Ole Troan | 3 | -9/+12 |
2019-12-04 | gso: remove the interface count | Mohsin Kazmi | 1 | -4/+0 |
2019-10-31 | vlib: only dump 1st buffer in chain by default | Benoît Ganne | 1 | -1/+1 |
2019-09-30 | vmxnet3: remove api boilerplate | Ole Troan | 6 | -309/+10 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-09-02 | vmxnet3: interface rx counter not increment correctly | Steven Luong | 1 | -1/+1 |
2019-08-30 | vmxnet3: per interface gso support | Steven Luong | 8 | -37/+26 |
2019-08-20 | vppapigen: remove support for legacy typedefs | Paul Vinciguerra | 1 | -2/+2 |
2019-08-02 | vmxnet3: don't bypass ethernet_input | Steven Luong | 2 | -15/+6 |
2019-07-23 | api: binary api cleanup | Dave Barach | 2 | -4/+6 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -4/+5 |
2019-06-26 | vmxnet3: custom dump and debug cli fix | Steven Luong | 3 | -27/+84 |
2019-05-21 | vmxnet3: gso_l4_hdr_sz is not set correctly | Steven Luong | 1 | -16/+24 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-04-19 | Doxygen cleanup. | Dave Wallace | 1 | -1/+1 |
2019-03-18 | vmxnet3: auto bind support | Steven Luong | 7 | -23/+63 |
2019-02-26 | vmxnet3: RSS support | Steven Luong | 7 | -81/+229 |
2019-02-26 | vmxnet3: lro/tso and rx checksum | Steven Luong | 6 | -45/+283 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -3/+3 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -2/+3 |
2019-02-02 | vmxnet3: multiple TX queues support | Steven Luong | 9 | -182/+296 |
2019-01-15 | vmxnet3: add numa support and link speed | Steven | 4 | -13/+23 |
2018-12-17 | vmxnet3: support clear hardware interface counters | Steven | 3 | -20/+60 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 1 | -1/+1 |
2018-11-07 | vmxnet3: reduce calling vmxnet3_reg_write_inline | Steven | 3 | -8/+18 |
2018-10-27 | vmxnet3: add logging support to the control plane [VPP-1470] | Steven | 4 | -17/+87 |
2018-10-26 | vmxnet3: enable promiscuous mode | Steven | 1 | -1/+1 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 2 | -51/+28 |
2018-10-23 | c11 safe string handling support | Dave Barach | 4 | -12/+12 |
2018-10-22 | vlib: pci improvements | Damjan Marion | 2 | -15/+16 |
2018-10-22 | vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines | Damjan Marion | 2 | -7/+5 |
2018-10-16 | vmxnet3: show vmxnet3 with filtering capability [VPP-1452] | Steven | 3 | -12/+234 |
2018-10-16 | vmxnet3: vmxnet3_test_plugin.so: undefined symbol: format_vlib_pci_addr [VPP-... | Steven | 1 | -1/+9 |
2018-10-10 | vmxnet3: better error handling | Steven | 2 | -20/+42 |
2018-10-03 | vmxnet3: coverity woe | Steven | 2 | -12/+12 |
2018-10-03 | vmxnet3: error handling | Steven | 4 | -60/+84 |
2018-09-26 | vmxnet3: delete interface causes a crash | Steven | 1 | -9/+4 |
2018-09-25 | vmxnet3: guard against array overflow | Steven | 1 | -2/+3 |
2018-09-21 | vmxnet3: Add hardware link status handling | Steven | 6 | -8/+66 |
2018-09-20 | vmxnet3: invoke vlib_buffer_enqueue_to_next() with the wrong buffers for chai... | Steven | 1 | -7/+8 |
2018-09-18 | vmxnet3: add support for "non-default" next node | Steven | 3 | -2/+76 |
2018-09-16 | vmxnet3: fix clang initialization error | Florin Coras | 1 | -1/+2 |
2018-09-14 | vmxnet3 device driver | Steven Luong | 14 | -0/+3173 |