aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-21session: add api test fileFilip Tehlar2-0/+364
2021-10-20ip6: fix IPv6 address calculation error using "ip route add" CLIJieqiang Wang3-20/+61
2021-10-20gso: add support for gso perf unittestMohsin Kazmi2-0/+13
2021-10-19bfd: fix bfd_key_id updateAlexander Skorichenko1-4/+8
2021-10-19bfd: fix desired_min_tx_nsec updateAlexander Skorichenko1-0/+2
2021-10-18api: remove legacy pd msg handlersKlement Sekera2-2/+0
2021-10-18interface: add api test fileFilip Tehlar3-15/+1179
2021-10-16interface: fix offload flag checkNathan Skrzypczak1-1/+4
2021-10-14ip6-nd: fix coverity warningKlement Sekera1-0/+4