aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13openvswitch: Add meter action supportAndy Zhou1-0/+1
2017-11-13openvswitch: Add meter infrastructureAndy Zhou1-0/+3
2017-11-13openvswitch: export get_dp() API.Andy Zhou1-0/+31
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc1-2/+2
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang1-0/+2
2017-07-03openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens1-1/+1
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou1-2/+0
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-06-10openvswitch: Add packet truncation support.William Tu1-1/+4
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni1-0/+4
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-1/+0
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-1/+2
2015-08-29openvswitch: Remove vport-netPravin B Shelar1-2/+0
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar1-3/+0
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-0/+3
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-0/+6
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer1-0/+4
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-2/+3
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee1-0/+2
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+1
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-3/+3
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-2/+2
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar1-7/+5
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-0/+2
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab1-3/+1
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-1/+1
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou1-1/+6
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-4/+4
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar1-1/+4
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar1-3/+2
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf1-1/+1
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches1-3/+5
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong1-1/+1
2014-01-06ovs: make functions localStephen Hemminger1-2/+0
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink messagesThomas Graf1-0/+2
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross1-0/+2
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-0/+1
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou1-0/+4
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar1-4/+2
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar1-0/+1
2013-09-17openvswitch: Move flow table rehashing to flow install.Pravin B Shelar1-0/+2
2013-08-23openvswitch: Mega flow implementationAndy Zhou1-0/+6
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-0/+3
2013-04-15openvswitch: Simplify datapath locking.Pravin B Shelar1-22/+47
2013-04-10openvswitch: datapath.h: Fix a stale comment.Andy Zhou1-1/+0
2013-02-22openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar1-7/+26
2012-08-22openvswitch: Add support for network namespaces.Pravin B Shelar1-2/+17