summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* make: Remove the Linux datapath.Greg Rose2022-07-15156-45748/+0
* openvswitch.h: Align uAPI definition with the kernel.Ilya Maximets2022-03-252-10/+19
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+31
* compat: handle NF_REPEAT error on nf_conntrack_in.Vladislav Odintsov2021-12-091-1/+8
* dpctl: dpif: Allow viewing and configuring dp cache sizes.Eelco Chaudron2021-11-081-1/+1
* dpctl: dpif: Add kernel datapath cache hit output.Eelco Chaudron2021-11-081-1/+1
* datapath: handle DNAT tuple collision.Dumitru Ceara2021-10-121-9/+13
* dpif-netlink: Introduce per-cpu upcall dispatch.Mark Gray2021-07-161-0/+7
* tunnel: Bareudp Tunnel Support.Martin Varghese2020-12-221-0/+9
* datapath: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-11-272-2/+5
* compat: rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)2020-11-271-2/+21
* compat: Fix compile warning.Greg Rose2020-11-161-1/+4
* compat: Fix build issue on RHEL 7.7.Greg Rose2020-11-162-12/+2
* compat: Remove stale code.Greg Rose2020-11-162-7/+1
* datapath: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang2020-10-171-4/+4
* datapath: Distribute switch variables for initializationKees Cook2020-10-171-8/+10
* datapath: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-10-172-7/+11
* datapath: support asymmetric conntrackaaron conole2020-10-171-0/+11
* datapath: remove another BUG_ON()Paolo Abeni2020-10-171-1/+5
* datapath: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2020-10-171-1/+4
* datapath: fix flow command message sizePaolo Abeni2020-10-171-1/+5
* datapath: don't call pad_packet if not necessaryTonghao Zhang2020-10-171-14/+8
* datapath: select vport upcall portid directlyTonghao Zhang2020-10-171-2/+3
* datapath: simplify the ovs_dp_cmd_newTonghao Zhang2020-10-171-22/+38
* datapath: fix possible memleak on destroy flow-tableTonghao Zhang2020-10-172-88/+106
* datapath: add likely in flow_lookupTonghao Zhang2020-10-171-2/+2
* datapath: simplify the flow_hashTonghao Zhang2020-10-171-5/+2
* datapath: optimize flow-mask looking upTonghao Zhang2020-10-171-50/+53
* datapath: don't unlock mutex when changing the user_features failsTonghao Zhang2020-10-171-1/+1
* datapath: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2020-10-171-9/+11
* datapath: Set OvS recirc_id from tc chain indexPaul Blakey2020-10-174-5/+55
* datapath: Print error when ovs_execute_actions() failsYifeng Sun2020-10-171-2/+5
* datapath: do not update max_headroom if new headroom is equal to old headroomTaehee Yoo2020-10-171-11/+27
* datapath: drop unneeded likely() call around IS_ERR()Enrico Weigelt2020-10-171-1/+1
* datapath: return an error instead of doing BUG_ON()Eelco Chaudron2020-10-171-2/+5
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-163-2/+2
* datapath: Fix exposing OVS_TUNNEL_KEY_ATTR_GTPU_OPTS to kernel module.Ilya Maximets2020-10-081-0/+3
* datapath: Remove duplicated includesYunjian Wang2020-07-142-2/+0
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+1
* datapath: Add hash info to upcall.Han Zhou2020-05-283-1/+75
* compat: Backport ipv6_stub changeGreg Rose2020-05-242-2/+27
* compat: Fix ipv6_dst_lookup build errorYi-Hung Wei2020-04-302-10/+15
* compat: Fix broken partial backport of extack op parameterGreg Rose2020-04-157-15/+15
* userspace: Add GTP-U support.William Tu2020-03-251-0/+2
* compat: Fix nf_ip_hook parameters for RHEL 8Greg Rose2020-03-241-1/+1
* datapath: conntrack: mark expected switch fall-throughGustavo A. R. Silva2020-03-061-0/+1
* compat: Use nla_parse deprecated functionsJohannes Berg2020-03-065-13/+24
* datapath: Kbuild: Add kcompat.h header to front of NOSTDINCGreg Rose2020-03-061-1/+1
* datapath: Use sizeof_field macroPankaj Bharadiya2020-03-069-13/+17
* compat: Remove flex_array codeGreg Rose2020-03-061-18/+10