summaryrefslogtreecommitdiff
path: root/datapath/datapath.h
Commit message (Expand)AuthorAgeFilesLines
* datapath: Add hash info to upcall.Han Zhou2020-05-281-0/+12
* datapath: make generic netlink group constGreg Rose2019-12-021-1/+1
* datapath: conntrack: Support conntrack zone limitYi-Hung Wei2018-08-171-0/+3
* datapath: Add meter action support.Andy Zhou2018-06-201-0/+1
* datapath: Add meter infrastructureAndy Zhou2018-02-121-0/+3
* datapath: reliable interface indentification in port dumpsJiri Benc2018-02-121-2/+2
* datapath: export get_dp() APIAndy Zhou2018-02-121-0/+31
* datapath: fix skb_panic due to the incorrect actions attrlenGreg Rose2017-09-221-0/+2
* datapath: fix mis-ordered comment lines for ovs_skb_cbGreg Rose2017-07-241-1/+1
* datapath: Fix kernel panic for ovs reassemble.wangzhike2017-07-211-0/+6
* datapath: openvswitch: Optimize sample action for the clone use casesAndy Zhou2017-04-191-2/+0
* datapath: netns: make struct pernet_operations::id unsigned int.Alexey Dobriyan2017-03-021-1/+1
* datapath: backport: ovs: propagate per dp max headroom to all vportsPravin B Shelar2016-07-171-0/+4
* datapath: compat: Refactor egress tunnel infoPravin B Shelar2016-07-081-1/+0
* datapath:backport: openvswitch: Add packet truncation support.William Tu2016-06-241-1/+4
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-141-1/+0
* datapath: Allow matching on conntrack labelJoe Stringer2015-12-031-0/+3
* datapath: Add conntrack actionJoe Stringer2015-12-031-0/+5
* datapath: Move MASKED* macros to datapath.hJoe Stringer2015-12-031-0/+4
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-8/+4
* datapath: Add support for 4.1 kernel.Joe Stringer2015-09-181-5/+4
* datapath: Revert "datapath: Constify netlink structs."Pravin B Shelar2015-08-051-1/+1
* datapath: Constify netlink structs.Joe Stringer2015-07-301-1/+1
* datapath: Include datapath actions with sampled-packet upcall to userspace.Neil McKee2015-07-171-0/+2
* datapath: fix coding style.Pravin B Shelar2014-11-091-10/+10
* datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-031-3/+3
* datapath: Constify various function argumentsThomas Graf2014-09-231-3/+4
* datapath: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-201-5/+3
* openvswitch: rename ->sync to ->syncpWANG Cong2014-09-121-1/+1
* datapath: Implement recirc action without recursionAndy Zhou2014-09-051-0/+3
* datapath: Remove recirc stack depth limit checkAndy Zhou2014-09-051-2/+2
* datapath: Remove flow member from struct ovs_skb_cbLorand Jakab2014-08-251-4/+3
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+2
* datapath: Use tun_info only for egress tunnel path.Pravin B Shelar2014-08-061-6/+4
* datapath: Correct comment about 'tun_info' member in ovs_skb_cb.Justin Pettit2014-08-051-1/+2
* datapath: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-301-1/+1
* datapath: Remove redundant key ref from upcall_info.Pravin B Shelar2014-07-301-3/+1
* datapath: Initialize OVS_CB in ovs_vport_receive()Pravin B Shelar2014-06-271-1/+1
* datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-06-191-1/+1
* datapath: handle recirculation loop detectionAndy Zhou2014-05-011-2/+2
* datapath: add recirc actionAndy Zhou2014-04-211-2/+6
* datapath: Add support for kernels 3.13Pravin Shelar2014-03-311-0/+1
* datapath: Use net_ratelimit in OVS_NLERRJoe Perches2014-02-031-3/+5
* datapath: Allow user space to announce ability to accept unaligned Netlink me...Thomas Graf2013-12-161-0/+2
* datapath: Silence RCU lockdep checks from flow lookup.Jesse Gross2013-12-031-0/+2
* datapath: collect mega flow mask statsAndy Zhou2013-10-221-0/+4
* datapath: Move mega-flow list out of rehashing struct.Pravin B Shelar2013-10-011-4/+2
* datapath: Restructure datapath.c and flow.cPravin B Shelar2013-10-011-0/+1
* datapath: Move flow table rehashing to flow install.Pravin B Shelar2013-09-071-0/+2
* datapath: Remove vlan compat supportPravin B Shelar2013-09-061-5/+0