Age | Commit message (Expand) | Author | Files | Lines |
2023-02-08 | avf: fix checksum offload configuration |  Ting Xu | 1 | -1/+1 |
2022-12-02 | avf: support generic flow |  Ting Xu | 1 | -11/+28 |
2022-09-08 | avf: check for VLAN_TOGGLE capability |  Mohammed Hawari | 1 | -0/+6 |
2022-05-17 | interface: fix overflow of link speed. |  Anton Nikolaev | 1 | -2/+3 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 1 | -6/+6 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -8/+5 |
2021-09-16 | avf: fix RSS hash key |  Benoît Ganne | 1 | -4/+11 |
2021-05-19 | avf: improve elogs |  Damjan Marion | 1 | -1/+4 |
2021-05-19 | avf: tx queue sharing fixes and improvements |  Damjan Marion | 1 | -37/+33 |
2021-05-19 | avf: print stats in separate log class |  Damjan Marion | 1 | -6/+13 |
2021-05-14 | avf: free spinlock on txq removal |  Damjan Marion | 1 | -0/+2 |
2021-05-11 | interface: tx queue infra |  Damjan Marion | 1 | -2/+10 |
2021-04-13 | avf: avoid placeholder buffer alloc in datapath |  Damjan Marion | 1 | -6/+12 |
2021-04-13 | avf: avoid ring wrap in the tx path |  Damjan Marion | 1 | -0/+5 |
2021-04-08 | avf: crash on avf interface delete |  Steven Luong | 1 | -1/+3 |
2021-04-01 | avf: disable VLAN stripping on E810 using V2 VLAN APIs |  Damjan Marion | 1 | -6/+55 |
2021-03-31 | avf: improve capabilities handling |  Damjan Marion | 1 | -27/+25 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 1 | -32/+26 |
2021-03-26 | avf: add avf flow framework |  Chenmin Sun | 1 | -7/+8 |
2021-03-25 | avf: introduce program flow event |  Chenmin Sun | 1 | -0/+36 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -5/+4 |
2021-03-05 | avf: don't memcpy if adminq output buffer size is 0 |  Damjan Marion | 1 | -1/+1 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 1 | -6/+18 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -4/+4 |
2020-12-01 | avf: add TSO support |  Mohammed Hawari | 1 | -1/+14 |
2020-11-15 | avf: add L4 checksum offload support |  Mohammed Hawari | 1 | -1/+3 |
2020-11-13 | avf: actually delete ethernet address if deletion was requested |  Andrew Yourtchenko | 1 | -1/+1 |
2020-11-12 | avf: don't switch process if already running process node |  Damjan Marion | 1 | -18/+25 |
2020-10-26 | vlib: add VLIB_REGISTER_LOG_CLASS macro |  Damjan Marion | 1 | -5/+7 |
2020-10-09 | avf: add add_del_mac_address handler |  Damjan Marion | 1 | -31/+72 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 1 | -2/+2 |
2020-09-30 | avf: check duplicate pci address upon create interface |  Steven Luong | 1 | -0/+13 |
2020-09-29 | avf: validate queue size config |  Steven Luong | 1 | -11/+39 |
2020-09-16 | avf: wrong argument passed to avf_log_err |  Steven Luong | 1 | -1/+1 |
2020-09-11 | avf: add assert to ensure that adminq is used only from avf process |  Damjan Marion | 1 | -0/+5 |
2020-09-11 | avf: change promisc mode from the avf process node |  Damjan Marion | 1 | -7/+24 |
2020-09-11 | avf: fix race between avf and cli/api process |  Damjan Marion | 1 | -24/+31 |
2020-09-11 | avf: fix race between avf process node and avf_delete_if(...) |  Damjan Marion | 1 | -7/+24 |
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 | 1 | -56/+100 |
2020-05-22 | avf: improve link speed handling |  Damjan Marion | 1 | -34/+36 |
2020-03-24 | avf: proper promisc handling |  Damjan Marion | 1 | -6/+25 |
2019-10-23 | avf: improve timeout handling |  Jakub Grajciar | 1 | -18/+40 |
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: fix init when num_rx_queues > num_tx_queues |  Damjan Marion | 1 | -4/+4 |
2019-07-11 | avf: add more link speeds |  Damjan Marion | 1 | -0/+4 |
2019-06-25 | avf: fix clear hw stats |  Filip Tehlar | 1 | -0/+10 |
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 | 1 | -5/+6 |