aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross1-4/+13
2014-11-05openvswitch: Remove redundant tcp_flags code.Joe Stringer1-10/+3
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-18/+121
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar1-21/+72
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-26/+150
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-7/+31
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross1-5/+12
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou1-2/+41
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar1-15/+7
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme1-80/+32
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme1-4/+4
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme1-54/+4
2014-05-16openvswitch: Use ether_addr_copyJoe Perches1-6/+6
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches1-0/+2
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto1-2/+2
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto1-2/+4
2014-01-06net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann1-9/+1
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar1-4/+52
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme1-2/+29
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar1-0/+1603