summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* 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
* compat: Move genl_ops policy to genl_familyJohannes Berg2020-03-063-0/+58
* compat: Fix up changes to inet frags in 5.1+Greg Rose2020-03-061-0/+14
* compat: Remove HAVE_BOOL_TYPEGreg Rose2020-01-312-11/+0
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-0/+24
* compat: Include confirm_neigh parameter if neededGreg Rose2020-01-072-0/+9
* dpif: Add support to set user featuresPaul Blakey2019-12-221-0/+3
* datapath: make generic netlink group constGreg Rose2019-12-022-11/+12
* ofproto-dpif-upcall: Echo HASH attribute back to datapath.Tonghao Zhang2019-11-221-0/+1
* Datapath: Change in openvswitch kernel module to support MPLS label depth of ...Martin Varghese2019-11-224-32/+83
* compat: Add missing inline keywordGreg Rose2019-11-201-1/+1
* ip_gre: Remove even more unused codeGreg Rose2019-11-051-102/+0