summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.h
AgeCommit message (Expand)AuthorLines
2025-06-17openvswitch: Allocate struct ovs_pcpu_storage dynamicallySebastian Andrzej Siewior-1/+2
2025-05-15openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storageSebastian Andrzej Siewior-0/+16
2025-05-15openvswitch: Use nested-BH locking for ovs_pcpu_storageSebastian Andrzej Siewior-0/+33
2025-05-15openvswitch: Merge three per-CPU structures into oneSebastian Andrzej Siewior-3/+0
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets-6/+14
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long-0/+3
2024-08-15openvswitch: switch to per-action label counting in conntrackXin Long-3/+0
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno-0/+3
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey-2/+0
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray-0/+20
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron-0/+3
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron-3/+1
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron-2/+6
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang-1/+1
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang-0/+12
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner-14/+1
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei-0/+3
2017-11-13openvswitch: Add meter action supportAndy Zhou-0/+1
2017-11-13openvswitch: Add meter infrastructureAndy Zhou-0/+3
2017-11-13openvswitch: export get_dp() API.Andy Zhou-0/+31
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc-2/+2
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang-0/+2
2017-07-03openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens-1/+1
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou-2/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-1/+1
2016-06-10openvswitch: Add packet truncation support.William Tu-1/+4
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni-0/+4
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar-1/+0
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar-1/+2
2015-08-29openvswitch: Remove vport-netPravin B Shelar-2/+0
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar-3/+0
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer-0/+3
2015-08-27openvswitch: Add conntrack actionJoe Stringer-0/+6
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer-0/+4
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf-2/+3
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee-0/+2
2015-03-12net: Introduce possible_net_tEric W. Biederman-3/+1
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme-3/+3
2014-11-09openvswitch: Constify various function argumentsThomas Graf-2/+2
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar-7/+5
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang-0/+2
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab-3/+1
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross-1/+1
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou-1/+6
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar-4/+4
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar-1/+4
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar-3/+2
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf-1/+1
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches-3/+5