summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python: Allow building json C extension with static OVS library.Frode Nordahl2022-07-151-1/+11
* ci: Separate job for debs, ensure built pkg is tested.Frode Nordahl2022-07-152-18/+53
* debian: Update packaging source from Debian/Ubuntu.Frode Nordahl2022-07-1570-2/+3485
* checkpatch: Ignore line length and leading whitespace for debian/*.Frode Nordahl2022-07-151-2/+2
* debian: Archive debian packaging source.Frode Nordahl2022-07-1560-2932/+1
* odp-execute: Add ISA implementation of set_masked IPv4 actionEmma Finn2022-07-151-0/+206
* odp-execute: Add ISA implementation of set_masked ETHEmma Finn2022-07-155-22/+137
* odp-execute: Add ISA implementation of push_vlan action.Emma Finn2022-07-152-9/+67
* odp-execute: Add ISA implementation of pop_vlan action.Emma Finn2022-07-154-1/+226
* odp-execute: Add ISA implementation of actions.Emma Finn2022-07-159-8/+99
* acinclude: Add configure option to enable actions autovalidator at build time.Kumar Amber2022-07-154-0/+27
* odp-execute: Add command to switch action implementation.Emma Finn2022-07-158-0/+111
* odp-execute: Add auto validation function for actions.Emma Finn2022-07-155-0/+134
* odp-execute: Add function pointer for pop_vlan action.Emma Finn2022-07-153-7/+44
* odp-execute: Add function pointers to odp-execute for different action implem...Emma Finn2022-07-157-1/+228
* AUTHORS: Add Jinjun Gao.Ilya Maximets2022-07-141-0/+1
* ovsdb/TODO: Update the list of tasks.Ilya Maximets2022-07-141-13/+33
* man: Fix various typos across manual pages.Frode Nordahl2022-07-146-11/+11
* Fix spelling error exposed in binaries.Frode Nordahl2022-07-144-5/+5
* system-dpdk: Add unit test for user configured mempools.Kevin Traynor2022-07-141-0/+34
* system-dpdk: Split ovsdb creation and vswitchd start.Kevin Traynor2022-07-141-7/+20
* netdev-dpdk: Add shared mempool config.Kevin Traynor2022-07-146-5/+195
* tc: Fix misaligned access while creating pedit actions.Ilya Maximets2022-07-141-2/+2
* tc: Fix misaligned access to struct tcf_t for police action.Ilya Maximets2022-07-141-3/+3
* netdev-linux: Fix leak of a tc police get/del reply.Ilya Maximets2022-07-141-4/+8
* ovsdb: Add missing ovs-thread include.Ilya Maximets2022-07-141-0/+1
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-1310-24/+206
* ovsdb: Add lazy-copy support for ovsdb_datum objects.Ilya Maximets2022-07-1313-80/+137
* tests: Add check_pkt_len action test to system-offload-traffic.Eelco Chaudron2022-07-132-5/+416
* system-offloads-traffic: Properly initialize offload before testing.Eelco Chaudron2022-07-135-15/+20
* netdev-offload-tc: Handle check_pkt_len datapath action.Eelco Chaudron2022-07-133-53/+586
* netdev-offload-tc: Move flower_to_match action handling to isolated function.Eelco Chaudron2022-07-131-210/+230
* netdev-offload-tc: Move flow_put action handling to isolated function.Eelco Chaudron2022-07-131-127/+148
* conntrack: Check for expiration before comparing the keys during the lookup.Ilya Maximets2022-07-131-2/+5
* conntrack: Use an atomic conn expiration value.Gaetan Rivet2022-07-133-14/+17
* conntrack: Replace timeout based expiration lists with rculists.Gaetan Rivet2022-07-134-183/+145
* conntrack-tp: Use a cmap to store timeout policies.Gaetan Rivet2022-07-124-29/+38
* conntrack: Use a cmap to store zone limits.Gaetan Rivet2022-07-124-26/+53
* utilities/bashcomp: Fix incorrect file mode.Frode Nordahl2022-07-123-53/+53
* acinclude: Fix double -Werror.Ilya Maximets2022-07-122-1/+5
* ovsdb: Enable memory trimming after compaction by default.Ilya Maximets2022-07-122-1/+4
* tests: Add test for later IPv6 fragments nw_proto=44.Rosemarie O'Riorden2022-07-121-0/+34
* meta-flow: Document nw_proto limitation for IPv6 later frags.Paolo Valerio2022-07-121-0/+9
* dpif-avx512: Add support for simple match lookup.Cian Ferriter2022-07-121-3/+50
* dpif-netdev: Refactor simple match lookup functions.Cian Ferriter2022-07-122-8/+15
* doc: Add meter offload topic documentJianbo Liu2022-07-113-0/+116
* dpif-netlink: Offloading meter to tc police actionJianbo Liu2022-07-113-5/+126
* netdev-offload-tc: Offloading rules with police actionsJianbo Liu2022-07-112-2/+65
* netdev-offload-tc: Cleanup police actions with reserved indexes on startupJianbo Liu2022-07-113-0/+148
* netdev-offload-tc: Implement meter offload API for tcJianbo Liu2022-07-111-0/+202