Age | Commit message (Expand) | Author | Files | Lines |
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-12-03 | api: refactor to use REPLY_MSG_ID_BASE #define |  Klement Sekera | 1 | -5/+4 |
2021-11-10 | vppinfra: new vectorized ip checksum functions incl. csum_and_copy |  Damjan Marion | 1 | -2/+3 |
2021-10-13 | docs: convert plugins doc md->rst |  Nathan Skrzypczak | 2 | -107/+135 |
2021-09-16 | avf: fix RSS hash key |  Benoît Ganne | 1 | -4/+11 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -10/+5 |
2021-05-19 | avf: improve elogs |  Damjan Marion | 4 | -2/+227 |
2021-05-19 | avf: tx queue sharing fixes and improvements |  Damjan Marion | 3 | -38/+36 |
2021-05-19 | avf: print stats in separate log class |  Damjan Marion | 3 | -6/+38 |
2021-05-14 | avf: free spinlock on txq removal |  Damjan Marion | 1 | -0/+2 |
2021-05-12 | avf: avoid eating our own tail |  Damjan Marion | 1 | -0/+3 |
2021-05-11 | interface: tx queue infra |  Damjan Marion | 3 | -7/+18 |
2021-05-08 | avf: fix coverity |  Mohammed Hawari | 1 | -7/+4 |
2021-05-07 | avf: Fix cksum offload / ipsec |  Nathan Skrzypczak | 1 | -1/+6 |
2021-05-06 | build: add FORCE_ON option for multiarch variants |  Damjan Marion | 1 | -0/+2 |
2021-05-06 | vlib: fix the offload flags size |  Mohsin Kazmi | 1 | -1/+1 |
2021-05-05 | avf: remove dead store |  Damjan Marion | 1 | -1/+0 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t |  Mohsin Kazmi | 1 | -1/+1 |
2021-05-04 | avf: fix simultaneous txq wrap and tx retry |  Mohammed Hawari | 1 | -1/+2 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -7/+0 |
2021-04-15 | avf: fix tx path segfault |  Radu Nicolau | 1 | -0/+1 |
2021-04-15 | avf: remove the vxlan flow support |  Chenmin Sun | 1 | -1/+0 |
2021-04-13 | avf: rework TX one-by-one loop |  Damjan Marion | 1 | -68/+63 |
2021-04-13 | avf: avoid placeholder buffer alloc in datapath |  Damjan Marion | 3 | -31/+25 |
2021-04-13 | avf: avoid ring wrap in the tx path |  Damjan Marion | 3 | -139/+122 |
2021-04-12 | avf: avf flow bug fix |  Chenmin Sun | 1 | -26/+2 |
2021-04-08 | avf: correctly set VL_API_AVF_DELETE is_mp_safe |  Steven Luong | 1 | -2/+3 |
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 | 4 | -14/+201 |
2021-03-31 | avf: improve capabilities handling |  Damjan Marion | 5 | -39/+56 |
2021-03-30 | avf: fix coverity issues |  Chenmin Sun | 1 | -4/+4 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 1 | -32/+26 |
2021-03-26 | avf: flow support enhancement |  Chenmin Sun | 1 | -49/+219 |
2021-03-26 | avf: handle flow id in data path |  Chenmin Sun | 3 | -27/+122 |
2021-03-26 | avf: add avf flow framework |  Chenmin Sun | 7 | -34/+2430 |
2021-03-25 | avf: introduce program flow event |  Chenmin Sun | 3 | -37/+86 |
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-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 1 | -8/+6 |
2021-01-21 | avf: use write combining store for queues tail update |  Radu Nicolau | 3 | -2/+13 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 3 | -18/+32 |
2021-01-19 | avf: fix l2_len for csum offload |  Mohammed Hawari | 1 | -4/+3 |
2020-12-19 | avf: fix gcc compiling warning on Arm |  Jieqiang Wang | 1 | -4/+4 |
2020-12-18 | avf: optimized with NEON SIMD instruction |  Lijian.Zhang | 1 | -1/+27 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -4/+4 |
2020-12-04 | avf: fix coverity issue |  Mohammed Hawari | 1 | -1/+2 |
2020-12-01 | avf: add TSO support |  Mohammed Hawari | 3 | -21/+120 |
2020-11-15 | avf: add L4 checksum offload support |  Mohammed Hawari | 3 | -6/+136 |
2020-11-13 | avf: actually delete ethernet address if deletion was requested |  Andrew Yourtchenko | 1 | -1/+1 |