summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.h
AgeCommit message (Expand)Author
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei
2017-11-13openvswitch: Add meter action supportAndy Zhou
2017-11-13openvswitch: Add meter infrastructureAndy Zhou
2017-11-13openvswitch: export get_dp() API.Andy Zhou
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang
2017-07-03openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-06-10openvswitch: Add packet truncation support.William Tu
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29openvswitch: Remove vport-netPravin B Shelar
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee
2015-03-12net: Introduce possible_net_tEric W. Biederman
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme
2014-11-09openvswitch: Constify various function argumentsThomas Graf
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong
2014-01-06ovs: make functions localStephen Hemminger
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar
2013-09-17openvswitch: Move flow table rehashing to flow install.Pravin B Shelar