aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-11-12hash: refactor crc32_5tupleDamjan Marion2-81/+42
2021-11-12session: fix ct tracking of actual transport protoFlorin Coras1-1/+1
2021-11-12virtio: improve the inline of clib_memcpy_fastMohsin Kazmi1-1/+1
2021-11-10vppinfra: new vectorized ip checksum functions incl. csum_and_copyDamjan Marion3-98/+11
2021-11-10ip: crash in ip_csum_fold due to illegal instruction shrxSteven Luong1-1/+1
2021-11-10ip: always set ip rx_sw_if_indexFlorin Coras3-10/+12
2021-11-09session: reset if ct close with dataFlorin Coras1-1/+15
2021-11-09session: postpone ct cleanupsFlorin Coras1-18/+105
2021-11-08tcp: refactor reset nodeFlorin Coras1-49/+71
2021-11-07l2: fix array-bounds error for prefetch on ArmTianyu Li1-1/+2
2021-11-06tcp: fix reset with packet ack numberFlorin Coras1-0/+1
2021-11-06vppinfra: move clib_count_equal_* codeDamjan Marion2-0/+2
2021-11-06tcp: in place tcp header for buffer resetsFlorin Coras1-2/+2
2021-11-05devices: remove dead code in pipeDamjan Marion1-2/+1
2021-11-05ip: remove dead codeDamjan Marion1-3/+0
2021-11-05virtio: fix the initializationMohsin Kazmi1-1/+1
2021-11-04ip: speed up reassembly code compilationKlement Sekera4-50/+36
2021-11-04ip: reassembly: avoid reading truncated L4 headersKlement Sekera3-81/+151
2021-11-03tcp: make buffer reset function publicFlorin Coras2-32/+28
2021-11-03ipsec: Support the single IPSec interface dumpNeale Ranns1-0/+5
2021-11-02ip: fix coverity warningKlement Sekera1-1/+1
2021-11-02fib: allow vnet rewrite max size to be smaller the pre_dataBenoît Ganne2-3/+5
2021-11-02build: remove unnecessary executable bitsRay Kinsella2-0/+0
2021-11-02interface: avoid dependency on crc32 for eth handoffFlorin Coras3-21/+32
2021-11-02ip: fix build without vector unitDamjan Marion1-0/+13
2021-11-02classify: fix build on systems without crc32f and vector unitDamjan Marion1-2/+6
2021-11-02l2: fix outside array bounds errorsDamjan Marion2-2/+2
2021-11-02tcp: fix uninitializad valueDamjan Marion1-1/+1
2021-11-02hash: check if crc32c is availableDamjan Marion1-0/+4
2021-10-31ipsec: silence gcc-11 parentheses warningDamjan Marion1-1/+1
2021-10-31interface: handoff refactor and optimizationsFlorin Coras3-62/+171
2021-10-30build: add missing fib headers in packagesBenoît Ganne1-0/+3
2021-10-29policer: fix coverity warning/NULL dereferenceKlement Sekera1-2/+10
2021-10-29devices: default mode eth in the apiNathan Skrzypczak2-2/+4
2021-10-28interface: refactor interface output node in different processing levelsMohsin Kazmi1-13/+9
2021-10-28ip: improve csum fold on x86_64Damjan Marion1-1/+15
2021-10-28tap: handle null namespace and bridge correctlyMatthew Smith1-2/+4
2021-10-27devices: fix coverity warning/don't leak fdKlement Sekera1-1/+2
2021-10-27tcp: fix use of invalid local sw_if_indexFlorin Coras1-1/+2
2021-10-26crypto: add barrier in crypto key addGabriel Oginski1-0/+12
2021-10-25tcp: fix: TCP timewait port reuse rfc complianceMichal Kalderon2-4/+84
2021-10-25bier: Disposition paths don't set the next-hopNeale Ranns1-14/+9
2021-10-23arp: fix for source address selectionEd Warnicke1-1/+1
2021-10-22devices: add support for l3 af_packet interfaceMohsin Kazmi5-37/+106
2021-10-22ipsec: add api test fileFilip Tehlar2-0/+598
2021-10-22fib: Don't back walk from a path-list when a child fist attaches.Neale Ranns1-11/+7
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins10-27/+37
2021-10-21ip: Add ip46-local node for local swif[rx]Nathan Skrzypczak5-44/+132
2021-10-21l2: add api test fileFilip Tehlar2-0/+1419
2021-10-21ip6: set local flag on outbound echo replyMatthew Smith1-0/+4